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 204539 - NullPointerException at com.sun.tools.javac.util.Convert.packagePart
Summary: NullPointerException at com.sun.tools.javac.util.Convert.packagePart
Status: RESOLVED DUPLICATE of bug 202443
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 19:06 UTC by _ rkubacki
Modified: 2011-11-02 10:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182500


Attachments
stacktrace (9.12 KB, text/plain)
2011-11-01 19:06 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2011-11-01 19:06:54 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
rkubacki: editing source




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 _ rkubacki 2011-11-01 19:06:58 UTC
Created attachment 112696 [details]
stacktrace
Comment 2 Dusan Balek 2011-11-02 10:51:06 UTC
Already reported. Thanks.

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