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 188080 - AssertionError: Illegal index=193in the case matchesSelection.length=2
Summary: AssertionError: Illegal index=193in the case matchesSelection.length=2
Status: RESOLVED DUPLICATE of bug 189617
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 01:52 UTC by litianzzk
Modified: 2010-09-16 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170976


Attachments
stacktrace (3.92 KB, text/plain)
2010-06-25 01:52 UTC, litianzzk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description litianzzk 2010-06-25 01:52:03 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
litianzzk: use replace in project, click around in the result nodes, this will randomly popup!




Stacktrace: 
java.lang.AssertionError: Illegal index=193in the case matchesSelection.length=2
   at org.netbeans.modules.search.MatchingObject.isSubnodeSelected(MatchingObject.java:312)
   at org.netbeans.modules.search.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:209)
   at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1493)
   at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1205)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
   at javax.swing.JComponent.paintComponent(JComponent.java:752)
Comment 1 litianzzk 2010-06-25 01:52:08 UTC
Created attachment 100412 [details]
stacktrace
Comment 2 Victor Vasilyev 2010-09-16 08:38:18 UTC

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