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 267562 - IllegalArgumentException: Row index out of range
Summary: IllegalArgumentException: Row index out of range
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-12 19:58 UTC by misterm
Modified: 2016-08-12 19:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225746


Attachments
stacktrace (2.79 KB, text/plain)
2016-08-12 19:58 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2016-08-12 19:58:53 UTC
Build: NetBeans IDE Dev (Build 20160805-ac8517f4cb7e)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
misterm: Clicking on a cell on a csv file




Stacktrace: 
java.lang.IllegalArgumentException: Row index out of range
   at javax.swing.JTable.boundRow(JTable.java:2143)
   at javax.swing.JTable.addRowSelectionInterval(JTable.java:2193)
   at draganbjedov.netbeans.csv.view.CSVVisualElement.selectColumn(CSVVisualElement.java:1037)
   at draganbjedov.netbeans.csv.view.CSVVisualElement.access$2100(CSVVisualElement.java:79)
   at draganbjedov.netbeans.csv.view.CSVVisualElement$19.mouseClicked(CSVVisualElement.java:866)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
Comment 1 misterm 2016-08-12 19:58:55 UTC
Created attachment 161646 [details]
stacktrace