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 226581

Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Product: java Reporter: sreimers <sreimers>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal CC: sreimers
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198940
Attachments: stacktrace
stacktrace

Description sreimers 2013-02-23 14:05:40 UTC
Build: NetBeans IDE Dev (Build 201302202300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b18, Java(TM) SE Runtime Environment, 1.8.0-ea-b77
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop0(Code.java:541)
   at com.sun.tools.javac.jvm.Items$SelfItem.load(Items.java:367)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:916)
   at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1754)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1447)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:897)
Comment 1 sreimers 2013-02-23 14:05:41 UTC
Created attachment 131777 [details]
stacktrace
Comment 2 sreimers 2013-02-27 17:26:25 UTC
Created attachment 131982 [details]
stacktrace
Comment 3 Quality Engineering 2015-02-04 03:29:19 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.