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 226674 - NullPointerException at com.sun.tools.javac.comp.Check$CycleChecker.checkClass
Summary: NullPointerException at com.sun.tools.javac.comp.Check$CycleChecker.checkClass
Status: RESOLVED DUPLICATE of bug 221577
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: 2013-02-25 17:35 UTC by theshadow27
Modified: 2013-02-25 17:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199019


Attachments
stacktrace (6.32 KB, text/plain)
2013-02-25 17:35 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2013-02-25 17:35:54 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Mac OS X

User Comments:
theshadow27: Writing unit tests for a relativly complex class.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Check$CycleChecker.checkClass(Check.java:1938)
   at com.sun.tools.javac.comp.Check$CycleChecker.visitClassDef(Check.java:1934)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:593)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.comp.Check$CycleChecker.checkSymbol(Check.java:1888)
   at com.sun.tools.javac.comp.Check$CycleChecker.visitIdent(Check.java:1910)
Comment 1 theshadow27 2013-02-25 17:35:55 UTC
Created attachment 131850 [details]
stacktrace
Comment 2 theshadow27 2013-02-25 17:43:39 UTC
See also #221577
Comment 3 theshadow27 2013-02-25 17:44:56 UTC

*** This bug has been marked as a duplicate of bug 221577 ***