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 183223 - [69cat] NullPointerException at com.sun.tools.javac.comp.TransTypes.visitMethodDef
Summary: [69cat] NullPointerException at com.sun.tools.javac.comp.TransTypes.visitMeth...
Status: RESOLVED FIXED
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-03-30 20:55 UTC by javydreamercsw
Modified: 2010-04-07 04:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145011


Attachments
stacktrace (2.81 KB, text/plain)
2010-03-30 20:55 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2010-03-30 20:55:55 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:467)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:656)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
   at com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:134)
   at com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:793)
Comment 1 javydreamercsw 2010-03-30 20:55:59 UTC
Created attachment 96384 [details]
stacktrace
Comment 2 Dusan Balek 2010-04-06 16:20:38 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/6fc3d2cce5e4

changeset 4cbee106869d in main/nb-javac
details: http://hg.netbeans.org/main/nb-javac?cmd=changeset;node=4cbee106869d
Comment 3 Quality Engineering 2010-04-07 04:43:44 UTC
Integrated into 'main-golden', will be available in build *201004070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6fc3d2cce5e4
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #183223 and #183413 fixed.