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 189618

Summary: AssertionError: Illegal index=75in the case matchesSelection.length=23
Product: utilities Reporter: tbrunhoff <tbrunhoff>
Component: CodeAssignee: Victor Vasilyev <vvg>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171995
Attachments: stacktrace

Description tbrunhoff 2010-08-18 01:50:57 UTC
Build: NetBeans IDE Dev (Build 201008050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
tbrunhoff: reporting a problem?




Stacktrace: 
java.lang.AssertionError: Illegal index=75in the case matchesSelection.length=23
   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.metal.MetalTreeUI.paint(MetalTreeUI.java:152)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 tbrunhoff 2010-08-18 01:51:01 UTC
Created attachment 101471 [details]
stacktrace
Comment 2 Alexei Mokeev 2010-08-18 06:46:29 UTC

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