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

Summary: NullPointerException at com.sun.tools.javac.comp.Check$Validator.checkRaw
Product: java Reporter: zdenek.rod
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal CC: 280Z28
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198438
Attachments: stacktrace

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.