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 269728 - NullPointerException at java.io.File.<init>
Summary: NullPointerException at java.io.File.<init>
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-03 02:27 UTC by thilina01
Modified: 2017-02-03 02:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227921


Attachments
stacktrace (631 bytes, text/plain)
2017-02-03 02:27 UTC, thilina01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thilina01 2017-02-03 02:27:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
thilina01: working on angular 2 project




Stacktrace: 
java.lang.NullPointerException
   at java.io.File.<init>(File.java:277)
   at org.netbeans.modules.javascript.nodejs.platform.NodeJsSupport$PreferencesListener.startScriptChanged(NodeJsSupport.java:259)
   at org.netbeans.modules.javascript.nodejs.platform.NodeJsSupport$PreferencesListener$1.run(NodeJsSupport.java:202)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 thilina01 2017-02-03 02:27:40 UTC
Created attachment 163557 [details]
stacktrace