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 231466

Summary: NullPointerException at com.sun.tools.javac.code.Types$HasSameArgs.visitMethodType
Product: java Reporter: junqueira_raphael <junqueira_raphael>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal CC: junqueira_raphael, Nikeitaro
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201521
Attachments: stacktrace

Description junqueira_raphael 2013-06-18 16:50:03 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$HasSameArgs.visitMethodType(Types.java:2206)
   at com.sun.tools.javac.code.Types$HasSameArgs.visitMethodType(Types.java:2192)
   at com.sun.tools.javac.code.Type$MethodType.accept(Type.java:886)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3744)
   at com.sun.tools.javac.code.Types.hasSameArgs(Types.java:2189)
   at com.sun.tools.javac.code.Types.hasSameArgs(Types.java:2185)
Comment 1 junqueira_raphael 2013-06-18 16:50:05 UTC
Created attachment 135989 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:22 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.