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 237121 - NullPointerException at com.sun.tools.javac.jvm.Code.typecode
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.typecode
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 06:40 UTC by jmichelberger
Modified: 2016-07-07 07:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204573


Attachments
stacktrace (6.44 KB, text/plain)
2013-10-15 06:40 UTC, jmichelberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jmichelberger 2013-10-15 06:40:29 UTC
This bug was originally marked as duplicate of bug 225915, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 RC2 (Build 201309252201)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
jmichelberger: Startup IDE.

jmichelberger: Startup IDE.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.typecode(Code.java:229)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:269)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:937)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:954)
   at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1907)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1516)
Comment 1 jmichelberger 2013-10-15 06:40:31 UTC
Created attachment 141079 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:19:07 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss