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 225879 - NullPointerException at com.sun.tools.javac.comp.Check$Validator.checkRaw
Summary: NullPointerException at com.sun.tools.javac.comp.Check$Validator.checkRaw
Status: RESOLVED WORKSFORME
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-08 10:20 UTC by zdenek.rod
Modified: 2015-02-04 03:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198438


Attachments
stacktrace (4.75 KB, text/plain)
2013-02-08 10:20 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2013-02-08 10:20:21 UTC
Build: NetBeans IDE Dev (Build 201301310001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Check$Validator.checkRaw(Check.java:1188)
   at com.sun.tools.javac.comp.Check$Validator.validateTree(Check.java:1175)
   at com.sun.tools.javac.comp.Check.validate(Check.java:1061)
   at com.sun.tools.javac.comp.Check.validate(Check.java:1058)
   at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:3294)
   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:3263)
Comment 1 zdenek.rod 2013-02-08 10:20:22 UTC
Created attachment 131138 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:25 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.