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 - NullPointerException at com.sun.tools.javac.code.Types$HasSameArgs.visitMethodType
Summary: NullPointerException at com.sun.tools.javac.code.Types$HasSameArgs.visitMetho...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 16:50 UTC by junqueira_raphael
Modified: 2015-02-04 03:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201521


Attachments
stacktrace (8.82 KB, text/plain)
2013-06-18 16:50 UTC, junqueira_raphael
Details

Note You need to log in before you can comment on or make changes to this bug.
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.