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 224706

Summary: NullPointerException at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit
Product: java Reporter: williambacchi
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197377
Attachments: stacktrace

Description williambacchi 2013-01-10 13:42:00 UTC
Build: NetBeans IDE Dev (Build 201301060001)
VM: Java HotSpot(TM) Client VM, 24.0-b27, Java(TM) SE Runtime Environment, 1.7.0_12-ea-b06
OS: Windows XP

User Comments:
williambacchi: Pressed F7 while debugging




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3751)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:400)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:376)
   at com.sun.tools.javac.comp.Check.subset(Check.java:1211)
   at com.sun.tools.javac.comp.Check.incl(Check.java:1228)
   at com.sun.tools.javac.comp.Flow.visitTry(Flow.java:1066)
Comment 1 williambacchi 2013-01-10 13:42:02 UTC
Created attachment 130080 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:18 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.