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 222662

Summary: InternalError: incorrect component
Product: ide Reporter: marco76
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: FrantaM, smsmithee
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 163299
Attachments: stacktrace

Description marco76 2012-11-23 13:20:54 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
smsmithee: Tried to find usage of a maven library used in a maven project.

FrantaM: Maven project | Dependencies | Find usages of one




Stacktrace: 
java.lang.InternalError: incorrect component
   at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1139)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
   at javax.swing.JComponent.paintComponent(JComponent.java:778)
   at javax.swing.JComponent.paint(JComponent.java:1054)
   at org.openide.explorer.view.TreeView$ExplorerTree.access$1301(TreeView.java:1735)
   at org.openide.explorer.view.TreeView$ExplorerTree.guardedPaint(TreeView.java:1877)
Comment 1 marco76 2012-11-23 13:20:57 UTC
Created attachment 128315 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-25 23:15:19 UTC

*** This bug has been marked as a duplicate of bug 186861 ***