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 114513 - ide throws IllegalStateException on mouse events when the class has an inner class
Summary: ide throws IllegalStateException on mouse events when the class has an inner ...
Status: RESOLVED DUPLICATE of bug 73956
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 13:32 UTC by caoticud
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 caoticud 2007-09-03 13:32:06 UTC
Annotation: member: class com.pwc.osgs.dao.sap.SAPProcessedCartDAO
Annotation: name: com.pwc.osgs.dao.sap.SAPProcessedCartDAO
Annotation: class org.netbeans.jmi.javamodel.JavaClass$Impl
java.lang.IllegalStateException: cannot map class member to source hierarchy element
	at org.netbeans.modules.java.ui.nodes.BridgeUtils.throwIllegalState(BridgeUtils.java:201)
	at org.netbeans.modules.java.ui.nodes.BridgeUtils.chooseElement(BridgeUtils.java:190)
	at org.netbeans.modules.java.ui.nodes.BridgeUtils.getElement(BridgeUtils.java:127)
	at org.netbeans.modules.java.ui.nodes.BridgeUtils.getClassElement(BridgeUtils.java:58)
	at org.netbeans.modules.java.ui.nodes.BridgeUtils.getElement(BridgeUtils.java:162)
	at org.netbeans.modules.java.ui.nodes.BridgeElement2Source.createMethodNode(BridgeElement2Source.java:43)
	at org.netbeans.modules.java.JavaEditor$JavaEditorComponent.createNode(JavaEditor.java:1330)
	at org.netbeans.modules.java.JavaEditor$JavaEditorComponent.access$1000(JavaEditor.java:1230)
	at org.netbeans.modules.java.JavaEditor$JavaEditorComponent$1$1.run(JavaEditor.java:1282)
	at org.openide.util.Mutex.readAccess(Mutex.java:227)
	at org.netbeans.modules.java.JavaEditor$JavaEditorComponent$1.run(JavaEditor.java:1280)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Peter Pis 2007-09-07 19:53:22 UTC

*** This issue has been marked as a duplicate of 73956 ***
Comment 2 Quality Engineering 2007-09-20 12:47:25 UTC
Reorganization of java component