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 220577 - 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-22 13:24 UTC by Exceptions Reporter
Modified: 2012-10-22 13:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193899


Attachments
stacktrace (6.06 KB, text/plain)
2012-10-22 13:24 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-22 13:24:53 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, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: Clicking into the Editor Window

abu_gurnah: just open the IDE an this message popped

GUEST: nothing

GUEST: ??????

GUEST: editing a php file , and the project scanner was running ( there was javascript files in the  project )

GUEST: load subversion proyect




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-22 13:24:57 UTC
Created attachment 126329 [details]
stacktrace
Comment 2 Martin Fousek 2012-10-22 13:32:06 UTC
Already resolved in the latest sources. Marking as duplicate.

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