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 270181 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-23 15:22 UTC by Exceptions Reporter
Modified: 2017-03-23 15:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221729


Attachments
stacktrace (3.11 KB, text/plain)
2017-03-23 15:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-23 15:22:23 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 8.1

User Comments:
betgader: Problem in analize code with AngularJS

betgader: Dont Collapsa and dont review functions in file Javascript with AngularJS

GUEST: java.lang.ArrayIndexOutOfBoundsException: 0
	at org.netbeans.modules.html.angular.index.AngularJsIndex.getControllersForTemplate(AngularJsIndex.java:153)
	at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processTemplate(AngularJsEmbeddingProviderPlugin.java:774)
	at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processExpression(AngularJsEmbeddingProviderPlugin.java:620)
	at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processToken(AngularJsEmbeddingProviderPlugin.java:200)
	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)
	at org.netbeans.modules.parsing

GUEST: i don't lnow what happen...

GUEST: this errora happen alwys

betgader: Problem when analize code in AngularJS




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.modules.html.angular.index.AngularJsIndex.getControllersForTemplate(AngularJsIndex.java:153)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processTemplate(AngularJsEmbeddingProviderPlugin.java:774)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processExpression(AngularJsEmbeddingProviderPlugin.java:620)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processToken(AngularJsEmbeddingProviderPlugin.java:200)
   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)
Comment 1 Exceptions Reporter 2017-03-23 15:22:26 UTC
Created attachment 163927 [details]
stacktrace