The static field ConcurrentSkipListMap<K,V>.LT should be accessed in a static 
way
----------
35. WARNING in 
../../classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java 
(at line 2930)
        return getNearEntry(key, (m.LT|m.EQ));
                                         ^^
The static field ConcurrentSkipListMap<K,V>.EQ should be accessed in a static 
way
----------
36. 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
----------
37. 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
----------
38. 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
----------
39. 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
----------
39 problems (8 errors, 31 warnings)make[1]: *** [compile-classes] Error 255
make[1]: Leaving directory `/home/cpdev/Nightly/classpath/build/lib'
make: *** [all-recursive] Error 1


_______________________________________________
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults

Reply via email to