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 198206

Summary: IllegalStateException at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$Key.equals
Product: java Reporter: mklaehn <mklaehn>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178576
Attachments: stacktrace

Description mklaehn 2011-04-29 14:24:55 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7105-on-20110428)
VM: Java HotSpot(TM) Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 2000

User Comments:
mklaehn: first start after extracting the ide with imported settings

mklaehn: trying to expand the projects librariies Node




Stacktrace: 
java.lang.IllegalStateException
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$Key.equals(LibrariesNode.java:635)
   at java.util.HashMap.put(HashMap.java:376)
   at org.openide.nodes.Children$Dupl.updateListAndMap(Children.java:1717)
   at org.openide.nodes.Children$Dupl.updateList(Children.java:1690)
   at org.openide.nodes.Children$Keys.setKeys(Children.java:1489)
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$LibrariesChildren.addNotify(LibrariesNode.java:316)
Comment 1 mklaehn 2011-04-29 14:24:59 UTC
Created attachment 108018 [details]
stacktrace