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 251840 - NullPointerException at com.sun.tools.javac.comp.Resolve.rawInstantiate
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.rawInstantiate
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 09:46 UTC by Alexander Simon
Modified: 2015-04-15 09:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216763


Attachments
stacktrace (5.40 KB, text/plain)
2015-04-15 09:46 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-04-15 09:46:32 UTC
Build: NetBeans IDE Dev (Build 20150414-6ada9e6beb67)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
alexvsimon: debugging




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:582)
   at com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1445)
   at com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1632)
   at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1703)
   at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1676)
   at com.sun.tools.javac.comp.Resolve$14.doLookup(Resolve.java:2687)
Comment 1 Alexander Simon 2015-04-15 09:46:33 UTC
Created attachment 153205 [details]
stacktrace