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 226840 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 13:18 UTC by tkrd_oiax
Modified: 2017-07-21 12:25 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195161


Attachments
stacktrace (4.00 KB, text/plain)
2013-02-28 13:18 UTC, tkrd_oiax
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkrd_oiax 2013-02-28 13:18:11 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK Client VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_15-b20
OS: Linux

User Comments:
GUEST: I used the Sass plugin, wrote .className { and hit Enter

GUEST: opened netbeans and projects, active file: app.scss




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.languages.scss.formatter.ScssFormatter$1.run(ScssFormatter.java:154)
   at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:317)
   at org.netbeans.modules.languages.scss.formatter.ScssFormatter.reindent(ScssFormatter.java:56)
   at org.netbeans.modules.languages.scss.formatter.ScssFormatter.reindent(ScssFormatter.java:329)
   at org.netbeans.modules.csl.core.GsfIndentTask.reindent(GsfIndentTask.java:72)
   at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:546)
Comment 1 tkrd_oiax 2013-02-28 13:18:13 UTC
Created attachment 132012 [details]
stacktrace
Comment 2 Marek Fukala 2013-03-01 11:58:43 UTC
third party module issue -please report to languages.scss module owner.