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 221462 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop1w
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop1w
Status: RESOLVED DUPLICATE of bug 187641
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 08:32 UTC by Exceptions Reporter
Modified: 2012-11-13 09:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194146


Attachments
stacktrace (6.58 KB, text/plain)
2012-11-05 08:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-05 08:32:44 UTC
This issue was reported manually by mmirilovic.
It already has 32 duplicates 


Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop1w(Code.java:939)
   at com.sun.tools.javac.jvm.Items$LocalItem.load(Items.java:392)
   at com.sun.tools.javac.jvm.Gen.visitTypeCast(Gen.java:2070)
   at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1599)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:840)
   at com.sun.tools.javac.jvm.Gen.visitTypeCast(Gen.java:2070)
Comment 1 Exceptions Reporter 2012-11-05 08:32:46 UTC
Created attachment 127114 [details]
stacktrace
Comment 2 Dusan Balek 2012-11-13 09:18:55 UTC
Already reported.

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