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 258617 - NullPointerException at com.sun.tools.javac.jvm.Code.typecode
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.typecode
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-01 15:05 UTC by Alexander Simon
Modified: 2016-04-01 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223295


Attachments
stacktrace (6.30 KB, text/plain)
2016-04-01 15:05 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-04-01 15:05:34 UTC
Build: NetBeans IDE Dev (Build 20160331-a456353fc5f4)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: SunOS

User Comments:
alexvsimon: open class from FU view




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.typecode(Code.java:230)
   at com.sun.tools.javac.jvm.Items$MemberItem.invoke(Items.java:525)
   at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1835)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1659)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:830)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:849)
Comment 1 Alexander Simon 2016-04-01 15:05:36 UTC
Created attachment 159093 [details]
stacktrace