^^
The static field ConcurrentSkipListMap<K,V>.EQ should be accessed in a static
way
----------
33. WARNING in
../../classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java
(at line 2934)
return getNearKey(key, (m.LT|m.EQ));
^^
The static field ConcurrentSkipListMap<K,V>.LT should be accessed in a static
way
----------
34. WARNING in
../../classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java
(at line 2934)
return getNearKey(key, (m.LT|m.EQ));
^^
The static field ConcurrentSkipListMap<K,V>.EQ should be accessed in a static
way
----------
35. WARNING in
../../classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java
(at line 2938)
return getNearEntry(key, (m.GT));
^^
The static field ConcurrentSkipListMap<K,V>.GT should be accessed in a static
way
----------
36. WARNING in
../../classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java
(at line 2942)
return getNearKey(key, (m.GT));
^^
The static field ConcurrentSkipListMap<K,V>.GT should be accessed in a static
way
----------
36 problems (1 error, 35 warnings)make[1]: *** [compile-classes] Error 255
make[1]: Leaving directory `/home/cpdev/Nightly/generics/build/lib'
make: *** [all-recursive] Error 1
_______________________________________________
Classpath-testresults mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-testresults