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 147662 - [65cat] NullPointerException at com.sun.tools.javac.comp.Attr.attribTree
Summary: [65cat] NullPointerException at com.sun.tools.javac.comp.Attr.attribTree
Status: RESOLVED DUPLICATE of bug 147656
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-18 21:17 UTC by wobster
Modified: 2008-09-24 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 114530


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wobster 2008-09-18 21:17:44 UTC
Build: NetBeans IDE Dev (Build 200809180201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments:
wobster: escaping out of editor (jvi)



Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:387)
        at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:411)
        at com.sun.tools.javac.comp.Attr.visitReturn(Attr.java:1180)
        at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1219)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:387)
        at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:424)
Comment 1 Peter Pis 2008-09-19 06:43:36 UTC
Reassigning to java.
Comment 2 Jan Becicka 2008-09-24 10:48:03 UTC

*** This issue has been marked as a duplicate of 147656 ***