commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #9944] Wrong variable referenced in java.rmi.server.UI


From: Tom Tromey
Subject: [commit-cp] [bugs #9944] Wrong variable referenced in java.rmi.server.UID
Date: Mon, 16 Aug 2004 23:03:16 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040308

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #9944] Latest Modifications:

Changes by: 
                Tom Tromey <address@hidden>
'Date: 
                Tue 08/17/2004 at 02:58 (America/Denver)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
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.







/**************************************************************************/
[bugs #9944] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9944>
Project: classpath
Submitted by: William Pugh
On: Mon 08/09/2004 at 20:45

Category:  None
Severity:  5 - Average
Resolution:  None
Assigned to:  None
Status:  Closed
Platform Version:  None


Summary:  Wrong variable referenced in java.rmi.server.UID

Original Submission:  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/

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 08/17/2004 at 02:58       By: tromey
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.













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9944>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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