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 235424 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 17:13 UTC by Kenneth Ganfield
Modified: 2013-09-03 07:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203525


Attachments
stacktrace (5.32 KB, text/plain)
2013-09-02 17:13 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2013-09-02 17:13:47 UTC
Build: NetBeans IDE Dev (Build 201309020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b16
OS: Mac OS X

User Comments:
kganfield: trying to edit watch field in New LESS file wizard




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:368)
   at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:377)
   at org.netbeans.modules.css.prep.ui.customizer.OptionsPanel$MappingsTableModel.setValueAt(OptionsPanel.java:420)
   at javax.swing.JTable.setValueAt(JTable.java:2744)
   at javax.swing.JTable.editingStopped(JTable.java:4726)
   at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141)
Comment 1 Kenneth Ganfield 2013-09-02 17:13:49 UTC
Created attachment 139589 [details]
stacktrace
Comment 2 Tomas Mysik 2013-09-03 07:09:06 UTC
Láďo, could you please test it and possibly mark it as a P1 so it can be fixed for 7.4?

Thanks.
Comment 3 Vladimir Riha 2013-09-03 07:37:20 UTC
I cannot reproduce it. Ken, are you able to reproduce it and could you please describe more detailed what did you do?



Product Version: NetBeans IDE Dev (Build 201309020001)
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b55
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b39
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 4 Tomas Mysik 2013-09-03 07:53:57 UTC
I have no idea how this can happen. Ken, please provide exact steps to reproduce and reopen this issue. Thanks.