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 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-23 14:05 UTC by sreimers
Modified: 2015-02-04 03:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198940


Attachments
stacktrace (4.65 KB, text/plain)
2013-02-23 14:05 UTC, sreimers
Details
stacktrace (4.65 KB, text/plain)
2013-02-27 17:26 UTC, sreimers
Details

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