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 60662

Summary: NPE from ClassMemberModel$ItemPaintingData.hashCode
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: NavigationAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: jtulach
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

Description Jiri Skrivanek 2005-06-30 11:48:30 UTC
NullPointerException appears regularly when commit validation test suite runs.
The test explores hierarchy of java file in Files View.

org.netbeans.modules.javanavigation.ClassMemberModel$ItemPaintingData.hashCode(ClassMemberModel.java:638)

Build 20050630-0740, JDK1.4.2_08.
Comment 1 Jiri Skrivanek 2005-06-30 11:49:11 UTC
Created attachment 22972 [details]
Stack trace
Comment 2 Jaroslav Tulach 2005-06-30 21:37:52 UTC
Tim, please rollback your private hacks. 
Comment 3 _ tboudreau 2005-07-01 02:19:12 UTC
Fixed with apologies
Comment 4 Jiri Skrivanek 2005-07-01 08:41:14 UTC
Verified in build 20050630-2340.
Comment 5 David Simonek 2005-09-06 13:37:51 UTC
*** Issue 60659 has been marked as a duplicate of this issue. ***