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 188881 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Summary: NullPointerException at com.sun.tools.javac.jvm.Code.emitop0
Status: RESOLVED DUPLICATE of bug 178299
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: 2010-07-22 20:00 UTC by Jesse Glick
Modified: 2011-09-29 15:06 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171510


Attachments
stacktrace (4.48 KB, text/plain)
2010-07-22 20:00 UTC, Jesse Glick
Details
stacktrace (4.47 KB, text/plain)
2010-08-04 14:13 UTC, J Bachorik
Details
stacktrace (4.69 KB, text/plain)
2010-08-04 14:19 UTC, J Bachorik
Details
stacktrace (4.34 KB, text/plain)
2010-08-23 12:42 UTC, Filip Zamboj
Details
stacktrace (4.47 KB, text/plain)
2010-12-08 11:24 UTC, Egor Ushakov
Details
stacktrace (4.58 KB, text/plain)
2011-05-24 12:17 UTC, asenk
Details
stacktrace (4.68 KB, text/plain)
2011-07-18 07:19 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-07-22 20:00:40 UTC
Build: NetBeans IDE Dev (Build 100721-21c866c159dc)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
jglick: Opened [nb_all/]maven, accidentally w/ Open Required Projects checked. Closed all projects immediately, then reopened maven without this checked.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.Code.emitop0(Code.java:538)
   at com.sun.tools.javac.jvm.Items$SelfItem.load(Items.java:367)
   at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:858)
   at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1763)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1355)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:839)
Comment 1 Jesse Glick 2010-07-22 20:00:52 UTC
Created attachment 100992 [details]
stacktrace
Comment 2 J Bachorik 2010-08-04 14:13:47 UTC
Created attachment 101193 [details]
stacktrace
Comment 3 J Bachorik 2010-08-04 14:19:47 UTC
Created attachment 101195 [details]
stacktrace
Comment 4 Filip Zamboj 2010-08-23 12:42:05 UTC
Created attachment 101605 [details]
stacktrace

opened netbeans
Comment 5 Exceptions Reporter 2010-09-05 14:49:02 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171510
Comment 6 Egor Ushakov 2010-12-08 11:24:45 UTC
Created attachment 103734 [details]
stacktrace
Comment 7 Exceptions Reporter 2011-02-06 16:59:34 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171510
Comment 8 asenk 2011-05-24 12:17:51 UTC
Created attachment 108476 [details]
stacktrace

1) Start Ide with some open projects
2) Ide is scanning projects and this exception is thrown
Comment 9 Jan Becicka 2011-07-18 07:19:54 UTC
Created attachment 109480 [details]
stacktrace
Comment 10 Dusan Balek 2011-09-29 15:06:25 UTC

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