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 - NullPointerException at com.oracle.nashorn.ir.LiteralNode.equals
Summary: NullPointerException at com.oracle.nashorn.ir.LiteralNode.equals
Status: RESOLVED DUPLICATE of bug 222550
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 01:38 UTC by danielsimonjr
Modified: 2012-12-17 11:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195689


Attachments
stacktrace (6.18 KB, text/plain)
2012-12-14 01:38 UTC, danielsimonjr
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***