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 256070

Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop1w
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220673
Attachments: stacktrace

Description Exceptions Reporter 2015-10-21 10:57:43 UTC
This bug was originally marked as duplicate of bug 178299, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 8

User Comments:
GUEST: .




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop1w(Code.java:969)
   at com.sun.tools.javac.jvm.Items$LocalItem.load(Items.java:399)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:969)
   at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1907)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1471)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:950)
Comment 1 Exceptions Reporter 2015-10-21 10:57:45 UTC
Created attachment 156866 [details]
stacktrace
Comment 2 Dusan Balek 2017-05-12 08:29:35 UTC

*** This bug has been marked as a duplicate of bug 252336 ***