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 230912 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 10:43 UTC by Tomas Mysik
Modified: 2013-06-26 02:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201242


Attachments
stacktrace (2.48 KB, text/plain)
2013-06-07 10:43 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-06-07 10:43:46 UTC
Build: NetBeans IDE Dev (Build 20130607-7062bfd06478)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
tmysik: editing html with angularjs tags




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processRepeat(AngularJsEmbeddingProviderPlugin.java:369)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processToken(AngularJsEmbeddingProviderPlugin.java:180)
   at org.netbeans.modules.html.editor.embedding.JsEPPluginQuery$Session.processToken(JsEPPluginQuery.java:115)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider.process(JsEmbeddingProvider.java:168)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider.access$100(JsEmbeddingProvider.java:75)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider$1.run(JsEmbeddingProvider.java:120)
Comment 1 Tomas Mysik 2013-06-07 10:43:47 UTC
Created attachment 135494 [details]
stacktrace
Comment 2 Petr Pisl 2013-06-24 23:04:38 UTC
Should be fixed now in web-main:
http://hg.netbeans.org/web-main/rev/22cf80bb699f
Comment 3 Quality Engineering 2013-06-26 02:38:39 UTC
Integrated into 'main-golden', will be available in build *201306252301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/22cf80bb699f
User: Petr Pisl <ppisl@netbeans.org>
Log: #230912 - ArrayIndexOutOfBoundsException: 1