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 221566 - 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: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 14:59 UTC by Exceptions Reporter
Modified: 2012-11-26 23:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194634


Attachments
stacktrace (4.87 KB, text/plain)
2012-11-06 14:59 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-06 14:59:48 UTC
This bug was originally marked as duplicate of bug 219178, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201211050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:455)
   at com.oracle.nashorn.ir.FunctionNode.accept(FunctionNode.java:308)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:678)
   at com.oracle.nashorn.ir.ReferenceNode.accept(ReferenceNode.java:69)
   at com.oracle.nashorn.ir.ExecuteNode.accept(ExecuteNode.java:79)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:486)
Comment 1 Exceptions Reporter 2012-11-06 14:59:50 UTC
Created attachment 127233 [details]
stacktrace
Comment 2 Petr Pisl 2012-11-07 15:02:05 UTC
This NPE should be fixed now in web main.
Comment 3 Exceptions Reporter 2012-11-22 20:35:03 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=194634