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

Summary: ArrayIndexOutOfBoundsException: 1
Product: web Reporter: Tomas Mysik <tmysik>
Component: AngularJSAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: mfukala, ppisl
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201242
Attachments: stacktrace

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