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 235047 - 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-08-26 16:40 UTC by Exceptions Reporter
Modified: 2013-08-28 01:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203346


Attachments
stacktrace (2.43 KB, text/plain)
2013-08-26 16:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-08-26 16:40:28 UTC
This bug was originally marked as duplicate of bug 230912, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201308172300)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Linux

User Comments:
GUEST: Just writing html when I got some parsing error

GUEST: Just writing html when this error came up




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processRepeat(AngularJsEmbeddingProviderPlugin.java:383)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processToken(AngularJsEmbeddingProviderPlugin.java:173)
   at org.netbeans.modules.html.editor.embedding.JsEPPluginQuery$Session.processToken(JsEPPluginQuery.java:115)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider.process(JsEmbeddingProvider.java:185)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider.access$100(JsEmbeddingProvider.java:80)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider$1.run(JsEmbeddingProvider.java:134)
Comment 1 Exceptions Reporter 2013-08-26 16:40:30 UTC
Created attachment 139260 [details]
stacktrace
Comment 2 Petr Pisl 2013-08-27 12:51:05 UTC
Fixed in web-main.
changeset:   262287:c4eb89b34295
Comment 3 Quality Engineering 2013-08-28 01:11:34 UTC
Integrated into 'main-silver', will be available in build *201308280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c4eb89b34295
User: Petr Pisl <ppisl@netbeans.org>
Log: #235047 - ArrayIndexOutOfBoundsException: 1