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 248885 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter
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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-25 11:46 UTC by fire1
Modified: 2014-11-25 19:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209320


Attachments
stacktrace (5.94 KB, text/plain)
2014-11-25 11:46 UTC, fire1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fire1 2014-11-25 11:46:19 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
Error occurred during "Background scaning of project"

fire1: I dont jnow how.....




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:1309)
   at jdk.nashorn.internal.ir.VarNode.accept(VarNode.java:140)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:763)
   at jdk.nashorn.internal.ir.FunctionNode.accept(FunctionNode.java:291)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:1232)
   at jdk.nashorn.internal.ir.ReferenceNode.accept(ReferenceNode.java:67)
Comment 1 fire1 2014-11-25 11:46:22 UTC
Created attachment 150687 [details]
stacktrace
Comment 2 Petr Pisl 2014-11-25 19:36:51 UTC
Probably it's already fixed. Thanks for reporting.