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 237153 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.JsObjectReference.<init>
Summary: NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.Js...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 19:10 UTC by rogerjose81
Modified: 2014-02-05 02:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204600


Attachments
stacktrace (5.13 KB, text/plain)
2013-10-15 19:10 UTC, rogerjose81
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rogerjose81 2013-10-15 19:10:45 UTC
This bug was originally marked as duplicate of bug 231833, 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.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
rogerjose81: Opening HTML5 Project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectReference.<init>(JsObjectReference.java:69)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionReference.<init>(JsFunctionReference.java:64)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:441)
   at org.netbeans.modules.javascript2.editor.model.impl.JsArrayImpl.resolveTypes(JsArrayImpl.java:116)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:478)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:485)
Comment 1 rogerjose81 2013-10-15 19:10:48 UTC
Created attachment 141109 [details]
stacktrace
Comment 2 Petr Pisl 2014-02-04 10:43:55 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2014-02-05 02:45:42 UTC
Integrated into 'main-silver', will be available in build *201402050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ac1d51c25e67
User: Petr Pisl <ppisl@netbeans.org>
Log: #237153 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.JsObjectReference.<init>