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 259105 - NullPointerException at org.netbeans.modules.javascript2.debug.NamesTranslator$1.run
Summary: NullPointerException at org.netbeans.modules.javascript2.debug.NamesTranslato...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-03 03:48 UTC by abien
Modified: 2016-05-20 01:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223844


Attachments
stacktrace (2.53 KB, text/plain)
2016-05-03 03:48 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2016-05-03 03:48:34 UTC
Build: NetBeans IDE Dev (Build 201604210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Mac OS X

User Comments:
abien: Happened during debugging of inline javascript (web components)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.debug.NamesTranslator$1.run(NamesTranslator.java:162)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:137)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:204)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:201)
Comment 1 abien 2016-05-03 03:48:36 UTC
Created attachment 159518 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-18 19:34:49 UTC
Fixed by changeset:   297321:09e5ce47c3d6
http://hg.netbeans.org/core-main/rev/09e5ce47c3d6
Comment 3 Quality Engineering 2016-05-20 01:39:49 UTC
Integrated into 'main-silver', will be available in build *201605200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/09e5ce47c3d6
User: mentlicher@netbeans.org
Log: #259105: Prevent from NPE.