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

Summary: [69cat] NullPointerException at com.sun.tools.javac.comp.TransTypes.visitMethodDef
Product: java Reporter: javydreamercsw <javydreamercsw>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 145011
Attachments: stacktrace

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.