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

Summary: NullPointerException at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType
Product: javascript Reporter: marcinb
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: marcinb
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227967
Attachments: stacktrace

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