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 86756 - ISE in java.ui.nodes.BridgeUtils.chooseElement
Summary: ISE in java.ui.nodes.BridgeUtils.chooseElement
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 10:19 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.36 KB, text/plain)
2006-10-09 10:20 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-10-09 10:19:28 UTC
[NB 5.5 rc1]
A IllegalStateException was thrown during switching documents in java editor. 

Annotation: member: class com.sun.unittest.TestCaseHistory.THKey
Annotation: name: com.sun.unittest.TestCaseHistory.THKey
Annotation: class org.netbeans.jmi.javamodel.JavaClass$Impl
java.lang.IllegalStateException: cannot map class member to source hierarchy ele
ment
        at org.netbeans.modules.java.ui.nodes.BridgeUtils.throwIllegalState(Brid
geUtils.java:201)
        at org.netbeans.modules.java.ui.nodes.BridgeUtils.chooseElement(BridgeUt
ils.java:190)
        at org.netbeans.modules.java.ui.nodes.BridgeUtils.getElement(BridgeUtils
.java:127)
Comment 1 pzajac 2006-10-09 10:20:24 UTC
Created attachment 35031 [details]
exception
Comment 2 Jan Lahoda 2007-01-09 10:41:36 UTC
The Java module is not part of the build anymore
Comment 3 pzajac 2007-01-12 09:12:41 UTC
c