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 183749 - ArrayIndexOutOfBoundsException: 9
Summary: ArrayIndexOutOfBoundsException: 9
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 06:57 UTC by Exceptions Reporter
Modified: 2010-04-09 07:03 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 16445


Attachments
stacktrace (1.67 KB, text/plain)
2010-04-09 06:57 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-09 06:57:38 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 1.5.0_06-b05, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_06-b05
OS: Linux

User Comments:
GUEST: used replace in project

GUEST: Damn it.

GUEST: Find and replace expand. VERY VERY annoying.  6.01 upgrade today, exsited in 6.0 as well.

GUEST: deselecting items in Search Results box before replacing

jborra: I was expanding a treeview node in the 'Search Results' window. The treeview was the result of trying to replace some text in all the files in the main project.

jww2nc: Same annoying error occurs after nb restart when doing find and replace on main project.

GUEST: Check/uncheck items from Replace in projects

jww2nc: replace in projects

GUEST: ugh

nerdrew: Search and replace within all files in the project




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 9
   at org.netbeans.modules.search.MatchingObject.isSubnodeSelected(MatchingObject.java:299)
   at org.netbeans.modules.search.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:205)
   at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1413)
   at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1203)
   at javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:152)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
Comment 1 Exceptions Reporter 2010-04-09 06:57:49 UTC
Created attachment 96942 [details]
stacktrace
Comment 2 Marian Mirilovic 2010-04-09 07:03:09 UTC
The latest report came for 6.1 code base - WORKSFORME