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 156176 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 19:50 UTC by Exceptions Reporter
Modified: 2009-05-04 16:47 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 3782


Attachments
stacktrace (2.63 KB, text/plain)
2008-12-30 19:50 UTC, Exceptions Reporter
Details
stacktrace (3.57 KB, text/plain)
2009-01-12 11:01 UTC, tboerkel
Details
stacktrace (3.57 KB, text/plain)
2009-05-04 16:47 UTC, vanob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2008-12-30 19:50:35 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
tsromney: hit f3 while trying to find the next item in the search.  Occured in the property editor grid

tboerkel: Search with CTRL-F in Properties editor.

didgeridoo: Searched a String in the property file editor.
This was done after a first search and an edit.



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.Vector.elementAt(Vector.java:430)
        at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
        at javax.swing.JTable.getCellEditor(JTable.java:5756)
        at org.netbeans.modules.properties.FindPerformer.prepareSearch(FindPerformer.java:384)
        at org.netbeans.modules.properties.FindPerformer.performSearch(FindPerformer.java:406)
        at org.netbeans.modules.properties.FindPerformer.access$200(FindPerformer.java:76)
Comment 1 Exceptions Reporter 2008-12-30 19:50:46 UTC
Created attachment 75367 [details]
stacktrace
Comment 2 tboerkel 2009-01-12 11:00:50 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Server 2008, 6.0, x86

User Comments: 
Searching/editing in properties bundle.

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.Vector.elementAt(Vector.java:430)
        at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
        at javax.swing.JTable.getCellEditor(JTable.java:5756)
        at org.netbeans.modules.properties.FindPerformer.prepareSearch(FindPerformer.java:384)
        at org.netbeans.modules.properties.FindPerformer.performSearch(FindPerformer.java:406)
        at org.netbeans.modules.properties.FindPerformer.access$200(FindPerformer.java:76)
Comment 3 tboerkel 2009-01-12 11:01:01 UTC
Created attachment 75693 [details]
stacktrace
Comment 4 Alexey Butenko 2009-02-02 12:07:44 UTC
changeset c0a499b18d74
Comment 5 vanob 2009-05-04 16:47:15 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) Platform, Standard Edition for Business, 1.6.0_10-b33
OS: SunOS, 5.11, x86

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.Vector.elementAt(Vector.java:430)
        at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
        at javax.swing.JTable.getCellEditor(JTable.java:5756)
        at org.netbeans.modules.properties.FindPerformer.prepareSearch(FindPerformer.java:384)
        at org.netbeans.modules.properties.FindPerformer.performSearch(FindPerformer.java:406)
        at org.netbeans.modules.properties.FindPerformer.access$200(FindPerformer.java:76)
Comment 6 vanob 2009-05-04 16:47:19 UTC
Created attachment 81479 [details]
stacktrace