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 - InternalError: incorrect component
Summary: InternalError: incorrect component
Status: RESOLVED DUPLICATE of bug 186861
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 13:20 UTC by marco76
Modified: 2012-11-25 23:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163299


Attachments
stacktrace (6.98 KB, text/plain)
2012-11-23 13:20 UTC, marco76
Details

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