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 223816

Summary: NullPointerException at com.oracle.nashorn.ir.LiteralNode.equals
Product: javascript Reporter: danielsimonjr <danielsimonjr>
Component: -- Other --Assignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195689
Attachments: stacktrace

Description danielsimonjr 2012-12-14 01:38:48 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 8

User Comments:
GUEST: Adding a B2D EaselJS project with "HTML5 from existing source"




Stacktrace: 
java.lang.NullPointerException
   at com.oracle.nashorn.ir.LiteralNode.equals(LiteralNode.java:80)
   at com.oracle.nashorn.ir.TernaryNode.equals(TernaryNode.java:65)
   at com.oracle.nashorn.ir.BaseNode.equals(BaseNode.java:59)
   at com.oracle.nashorn.ir.AccessNode.equals(AccessNode.java:62)
   at java.util.ArrayList.indexOf(ArrayList.java:269)
   at java.util.ArrayList.contains(ArrayList.java:252)
Comment 1 danielsimonjr 2012-12-14 01:38:50 UTC
Created attachment 129353 [details]
stacktrace
Comment 2 Martin Fousek 2012-12-17 11:08:39 UTC
Already resolved by PetrH in #222550.

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