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 222023 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addDocNameOccurence
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
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 10:24 UTC by jiai
Modified: 2012-11-30 12:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195041


Attachments
stacktrace (5.09 KB, text/plain)
2012-11-13 10:24 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2012-11-13 10:24:10 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
jiai: While background scanning of projects




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addDocNameOccurence(ModelVisitor.java:1029)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addOccurence(ModelVisitor.java:1006)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addOccurence(ModelVisitor.java:976)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:326)
   at com.oracle.nashorn.ir.IdentNode.accept(IdentNode.java:128)
   at com.oracle.nashorn.ir.CallNode.accept(CallNode.java:209)
Comment 1 jiai 2012-11-13 10:24:13 UTC
Created attachment 127688 [details]
stacktrace
Comment 2 Martin Fousek 2012-11-13 14:15:00 UTC
Should be fixed in web-main #82bc8ff3d05f.
Comment 3 Quality Engineering 2012-11-14 02:43:38 UTC
Integrated into 'main-golden', will be available in build *201211140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/82bc8ff3d05f
User: Martin Fousek <marfous@netbeans.org>
Log: #222023 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.addDocNameOccurence
Comment 4 Martin Fousek 2012-11-30 12:02:37 UTC
*** Bug 223042 has been marked as a duplicate of this bug. ***