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 220892 - NullPointerException at com.sun.tools.javac.jvm.ClassReader.readEnclosingMethodAttr
Summary: NullPointerException at com.sun.tools.javac.jvm.ClassReader.readEnclosingMeth...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 08:12 UTC by markiewb
Modified: 2012-10-27 01:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194124


Attachments
stacktrace (3.23 KB, text/plain)
2012-10-26 08:12 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-10-26 08:12:46 UTC
Build: NetBeans IDE Dev (Build 201210180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows 7

User Comments:
markiewb: Tried to do some simple code completion




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.jvm.ClassReader.readEnclosingMethodAttr(ClassReader.java:1235)
   at com.sun.tools.javac.jvm.ClassReader$10.read(ClassReader.java:1052)
   at com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1338)
   at com.sun.tools.javac.jvm.ClassReader.readClassAttrs(ClassReader.java:1353)
   at com.sun.tools.javac.jvm.ClassReader.readClass(ClassReader.java:1986)
   at com.sun.tools.javac.jvm.ClassReader.readClassFile(ClassReader.java:2084)
Comment 1 markiewb 2012-10-26 08:12:48 UTC
Created attachment 126597 [details]
stacktrace
Comment 3 Quality Engineering 2012-10-27 01:36:20 UTC
Integrated into 'main-golden', will be available in build *201210270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/20e0cc12fc46
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #220892: NullPointerException at com.sun.tools.javac.jvm.ClassReader.readEnclosingMethodAttr - fixed.