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 271780 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-10 00:59 UTC by Exceptions Reporter
Modified: 2017-11-10 00:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230841


Attachments
stacktrace (7.66 KB, text/plain)
2017-11-10 00:59 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-10 00:59:14 UTC
This bug was originally marked as duplicate of bug 257224, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: trying to open css preprocessors config window, throwa error and hangs




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at java.util.Arrays$ArrayList.get(Arrays.java:3841)
   at org.netbeans.modules.css.prep.util.CssPreprocessorUtils.decodeMappings(CssPreprocessorUtils.java:145)
   at org.netbeans.modules.css.prep.preferences.BasePreferences.getMappings(BasePreferences.java:89)
   at org.netbeans.modules.css.prep.preferences.SassPreferences.getMappings(SassPreferences.java:91)
   at org.netbeans.modules.css.prep.ui.customizer.CustomizerImpl.getOptionsPanel(CustomizerImpl.java:115)
   at org.netbeans.modules.css.prep.ui.customizer.CustomizerImpl.addChangeListener(CustomizerImpl.java:92)
Comment 1 Exceptions Reporter 2017-11-10 00:59:17 UTC
Created attachment 165424 [details]
stacktrace