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 196898 - 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: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-20 22:57 UTC by jungmat
Modified: 2011-04-05 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177736


Attachments
stacktrace (4.70 KB, text/plain)
2011-03-20 22:57 UTC, jungmat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jungmat 2011-03-20 22:57:25 UTC
This bug was originally marked as duplicate of bug 170220, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
jungmat: occure when I add a library Jar/Folder to project library




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop1w(Code.java:934)
   at com.sun.tools.javac.jvm.Items$LocalItem.load(Items.java:399)
   at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2205)
   at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1664)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:839)
   at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1680)
Comment 1 jungmat 2011-03-20 22:57:29 UTC
Created attachment 107140 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-05 14:20:10 UTC

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