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 228800 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.fillName
Summary: NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.Mo...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-20 16:22 UTC by tnleeuw
Modified: 2013-05-30 15:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200093


Attachments
stacktrace (5.67 KB, text/plain)
2013-04-20 16:22 UTC, tnleeuw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnleeuw 2013-04-20 16:22:23 UTC
Build: NetBeans IDE Dev (Build 201304192301)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows Vista

User Comments:
tnleeuw: During background scanning of modified files




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.fillName(ModelVisitor.java:1093)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.leave(ModelVisitor.java:429)
   at jdk.nashorn.internal.ir.CallNode.accept(CallNode.java:219)
   at jdk.nashorn.internal.ir.ExecuteNode.accept(ExecuteNode.java:89)
   at jdk.nashorn.internal.ir.Block.accept(Block.java:266)
   at jdk.nashorn.internal.ir.ForNode.accept(ForNode.java:92)
Comment 1 tnleeuw 2013-04-20 16:22:27 UTC
Created attachment 133623 [details]
stacktrace
Comment 2 Petr Pisl 2013-05-30 15:18:49 UTC
Thanks for reporting. I fixed this issue this week. Should be now ok.