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 187105 - AssertionError: Illegal index=5in the case matchesSelection.length=2
Summary: AssertionError: Illegal index=5in 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-02 19:53 UTC by dalcais10
Modified: 2010-09-16 08:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170387


Attachments
stacktrace (4.69 KB, text/plain)
2010-06-02 19:53 UTC, dalcais10
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dalcais10 2010-06-02 19:53:46 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
dalcais10: Clicking on a result file from a global search/replace all in all projects




Stacktrace: 
java.lang.AssertionError: Illegal index=5in the case matchesSelection.length=2
   at org.netbeans.modules.search.MatchingObject.isSubnodeSelected(MatchingObject.java:309)
   at org.netbeans.modules.search.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:206)
   at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1493)
   at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1205)
   at com.apple.laf.AquaTreeUI.paint(AquaTreeUI.java:118)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:155)
Comment 1 dalcais10 2010-06-02 19:53:50 UTC
Created attachment 99773 [details]
stacktrace
Comment 2 Victor Vasilyev 2010-09-16 08:39:39 UTC

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