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 129134 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: RESOLVED DUPLICATE of bug 113518
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 13:46 UTC by Lukas Hasik
Modified: 2008-03-04 14:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 417


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-03-04 13:46:49 UTC
Build: NetBeans IDE Dev (Build 200708021200)
VM: Java HotSpot(TM) Client VM, 1.5.0_06-68
OS: Mac OS X, 10.4.8, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:674)
        at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:695)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:370)
        at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:407)
        at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:2710)
        at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:2641)
        at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:2597)
        at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:2575)
        at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1045)
        at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1021)

More than 100 duplicates
Comment 1 Jan Lahoda 2008-03-04 14:00:41 UTC
There are several reports with similar stacktraces: #128535, #127038, #123963, #113518 - without reproducible testcases
it is virtually impossible to decide which stacktraces reported as duplicates of
http://statistics.netbeans.org/exceptions/detail.do?id=417 correspond to which bug.

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