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 269767 - NullPointerException at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType
Summary: NullPointerException at org.netbeans.modules.javascript2.model.api.ModelUtils...
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-07 10:48 UTC by marcinb
Modified: 2017-05-30 08:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227967


Attachments
stacktrace (5.98 KB, text/plain)
2017-02-07 10:48 UTC, marcinb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcinb 2017-02-07 10:48:39 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
marcinb: Whei i




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:577)
   at org.netbeans.modules.javascript2.model.JsObjectImpl.resolveTypes(JsObjectImpl.java:471)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:592)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:601)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:601)
   at org.netbeans.modules.javascript2.model.api.Model.resolveLocalTypes(Model.java:601)
Comment 1 marcinb 2017-02-07 10:48:41 UTC
Created attachment 163588 [details]
stacktrace