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 202443 - NullPointerException at com.sun.tools.javac.util.Convert.packagePart
Summary: NullPointerException at com.sun.tools.javac.util.Convert.packagePart
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 200849 204539 210203 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-21 16:32 UTC by jmichelberger
Modified: 2012-05-25 05:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181276


Attachments
stacktrace (6.33 KB, text/plain)
2011-09-21 16:32 UTC, jmichelberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jmichelberger 2011-09-21 16:32:28 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.util.Convert.packagePart(Convert.java:303)
   at com.sun.tools.javac.jvm.ClassReader.enterClass(ClassReader.java:2179)
   at com.sun.tools.javac.jvm.ClassReader.enterClass(ClassReader.java:2195)
   at com.sun.tools.javac.code.Types.boxedClass(Types.java:3164)
   at com.sun.tools.javac.comp.Attr.selectSym(Attr.java:2515)
   at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:2347)
Comment 1 jmichelberger 2011-09-21 16:32:32 UTC
Created attachment 110978 [details]
stacktrace
Comment 2 Dusan Balek 2011-09-22 09:19:58 UTC
Hard to fix without a reproducible test case. Are you able to reproduce the issue on your sources? If so, could you please create a simple test case and attach it tho the issue? Thanks.
Comment 3 Dusan Balek 2011-10-10 15:48:17 UTC
*** Bug 200849 has been marked as a duplicate of this bug. ***
Comment 4 Dusan Balek 2011-11-02 10:51:06 UTC
*** Bug 204539 has been marked as a duplicate of this bug. ***
Comment 5 Dusan Balek 2012-03-28 12:01:22 UTC
*** Bug 210203 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2012-05-25 05:42:07 UTC
Integrated into 'main-golden', will be available in build *201205250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7ae576ddf660
User: Dusan Balek <dbalek@netbeans.org>
Log: NPEs fixed (see issues #126271, #178114, #192723, #194758, #196863, #199921, #200555, #201317, #202443, #206760, #207651, and #210936).