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 - IllegalStateException at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$Key.equals
Summary: IllegalStateException at org.netbeans.modules.java.api.common.project.ui.Libr...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 14:24 UTC by mklaehn
Modified: 2011-04-29 20:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178576


Attachments
stacktrace (5.77 KB, text/plain)
2011-04-29 14:24 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
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