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 244021 - NullPointerException at org.netbeans.modules.html.angular.index.AngularJsIndex.createControllers
Summary: NullPointerException at org.netbeans.modules.html.angular.index.AngularJsInde...
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:
Depends on:
Blocks:
 
Reported: 2014-04-23 09:21 UTC by Maksim Khramov
Modified: 2014-10-05 02:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209236


Attachments
stacktrace (2.55 KB, text/plain)
2014-04-23 09:21 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-04-23 09:21:17 UTC
Build: NetBeans IDE Dev (Build 201404210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-ea-b08
OS: Windows 7

User Comments:
mkhramov: Rename folder with angular js controller file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.angular.index.AngularJsIndex.createControllers(AngularJsIndex.java:166)
   at org.netbeans.modules.html.angular.index.AngularJsIndex.getControllers(AngularJsIndex.java:121)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processController(AngularJsEmbeddingProviderPlugin.java:273)
   at org.netbeans.modules.html.angular.AngularJsEmbeddingProviderPlugin.processToken(AngularJsEmbeddingProviderPlugin.java:177)
   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)
Comment 1 Maksim Khramov 2014-04-23 09:21:19 UTC
Created attachment 146908 [details]
stacktrace
Comment 2 Roman Svitanic 2014-10-03 14:08:40 UTC
fixed in web-main:
http://hg.netbeans.org/web-main/rev/f8ad4c0bb4de
Comment 3 Quality Engineering 2014-10-05 02:04:58 UTC
Integrated into 'main-silver', will be available in build *201410050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f8ad4c0bb4de
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #244021: NullPointerException at org.netbeans.modules.html.angular.index.AngularJsIndex.createControllers - fixed