bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/28532] New: util.concurrent has lots of compiler warnings


From: mark at gcc dot gnu dot org
Subject: [Bug classpath/28532] New: util.concurrent has lots of compiler warnings
Date: 29 Jul 2006 14:17:58 -0000

It would be nice to work with upstream to have all warnings resolved. There are
lots of of warnings about statics used as if they were instance fields:

19. WARNING in
../../external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java
 (at line 2715)
        if ((rel & m.LT) != 0) {
                   ^^^^
The static field ConcurrentSkipListMap<K,V>.LT should be accessed in a static
way

The code would be cleaner if these were updated. Note that this code is part of
external and maintained by the group of Doug Lea, so any cleanups should go
through them first.


-- 
           Summary: util.concurrent has lots of compiler warnings
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28532





reply via email to

[Prev in Thread] Current Thread [Next in Thread]