bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22767] Wrong variable referenced in java.rmi.server.UID


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22767] Wrong variable referenced in java.rmi.server.UID
Date: 16 Oct 2005 01:27:05 -0000

In line 68 of UID.java, the code reads the instance field count (which is not
initialized at this point). It should be reading the nextCount static field.

This bug was found with our static analysis tool for finding bugs in Java
programs, FindBugs:
   http://findbugs.sourceforge.net/


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-08-17 
02:58 -------
I've checked in the fix for this.
Thanks a lot for the report.
FindBugs is very cool, I'd like to see it run
on Classpath CVS regularly.


-- 


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





reply via email to

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