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 220494 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addDocNameOccurence
Summary: NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.Mo...
Status: RESOLVED DUPLICATE of bug 218888
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 23:11 UTC by Exceptions Reporter
Modified: 2012-10-22 06:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193827


Attachments
stacktrace (5.86 KB, text/plain)
2012-10-20 23:11 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-10-20 23:11:52 UTC
This bug was originally marked as duplicate of bug 218888, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

User Comments:
GUEST: i opend an old project and while netbeans scaning the project  files (which I hate to doing this) I tried to right click on the source files

GUEST: Trying to import jVi plugin from 7.2.

GUEST: First start




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addDocNameOccurence(ModelVisitor.java:979)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addOccurence(ModelVisitor.java:960)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:293)
   at com.oracle.nashorn.ir.CallNode.accept(CallNode.java:208)
   at com.oracle.nashorn.ir.VarNode.accept(VarNode.java:163)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:466)
Comment 1 Exceptions Reporter 2012-10-20 23:11:56 UTC
Created attachment 126249 [details]
stacktrace
Comment 2 Martin Fousek 2012-10-22 06:40:21 UTC
Already resolved in trunk sources. Marking as duplicate.

*** This bug has been marked as a duplicate of bug 218888 ***