This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49160 - Find usages can report improper usages in initializers
Summary: Find usages can report improper usages in initializers
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-16 15:47 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-09-16 15:47:01 UTC
jdk1.5.0b63, build from Sep 15,

open o.o.loaders.XMLDataObject and look for usages
of err field (private ErrorManager err;). The IDE
also reports usages from static initalizer where a
local variable of the same name and type isi used.
Comment 1 Tomas Hurka 2004-09-17 13:02:21 UTC
Fixed in trunk. 
Checking in org/netbeans/modules/javacore/parser/MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v  <--  
MDRParser.java
new revision: 1.51; previous revision: 1.50
done