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 192032 - IllegalArgumentException: moveColumn() - Index out of range
Summary: IllegalArgumentException: moveColumn() - Index out of range
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 192401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-16 19:50 UTC by Jiri Kovalsky
Modified: 2010-11-24 13:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173958


Attachments
stacktrace (1.16 KB, text/plain)
2010-11-16 19:50 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2010-11-16 19:50:53 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011142133)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
jkovalsky: Generated new C/C++ project, started to debug it and then finished the debugging session.




Stacktrace: 
java.lang.IllegalArgumentException: moveColumn() - Index out of range
   at javax.swing.table.DefaultTableColumnModel.moveColumn(DefaultTableColumnModel.java:162)
   at org.netbeans.modules.viewmodel.OutlineTable.setColumnsOrder(OutlineTable.java:737)
   at org.netbeans.modules.viewmodel.OutlineTable.updateTableColumns(OutlineTable.java:722)
   at org.netbeans.modules.viewmodel.OutlineTable.setModel(OutlineTable.java:446)
   at org.netbeans.spi.viewmodel.Models$1.run(Models.java:178)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Jiri Kovalsky 2010-11-16 19:50:56 UTC
Created attachment 103019 [details]
stacktrace
Comment 2 Martin Entlicher 2010-11-23 14:01:38 UTC
Fixed in changeset:   182957:d991736a0bf7
http://hg.netbeans.org/main/rev/d991736a0bf7
Comment 3 Quality Engineering 2010-11-24 06:11:09 UTC
Integrated into 'main-golden', will be available in build *201011240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d991736a0bf7
User: mentlicher@netbeans.org
Log: #192032 Check column index bounds.
Comment 4 Martin Entlicher 2010-11-24 13:57:06 UTC
*** Bug 192401 has been marked as a duplicate of this bug. ***