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 247396 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
: 247632 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-23 11:38 UTC by Exceptions Reporter
Modified: 2014-10-02 08:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212137


Attachments
stacktrace (2.35 KB, text/plain)
2014-09-23 11:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-23 11:38:10 UTC
This bug was originally marked as duplicate of bug 235047, 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.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: Just popped out on me!




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processRepeat(AngularJsEmbeddingProviderPlugin.java:418)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processToken(AngularJsEmbeddingProviderPlugin.java:186)
   at org.netbeans.modules.html.editor.embedding.JsEPPluginQuery$Session.processToken(JsEPPluginQuery.java:115)
   at org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider.process(JsEmbeddingProvider.java:184)
   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:133)
Comment 1 Exceptions Reporter 2014-09-23 11:38:14 UTC
Created attachment 149457 [details]
stacktrace
Comment 2 Roman Svitanic 2014-09-24 12:31:03 UTC
fixed in web-main:
http://hg.netbeans.org/web-main/rev/43e6e08ddd2f
Comment 3 Quality Engineering 2014-09-25 03:15:06 UTC
Integrated into 'main-silver', will be available in build *201409250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/43e6e08ddd2f
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #247396: ArrayIndexOutOfBoundsException: 1 - fixed
Comment 4 Roman Svitanic 2014-10-02 08:35:04 UTC
*** Bug 247632 has been marked as a duplicate of this bug. ***