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 246150 - NullPointerException at com.sun.tools.javac.code.Types.isSignaturePolymorphic
Summary: NullPointerException at com.sun.tools.javac.code.Types.isSignaturePolymorphic
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 22:20 UTC by Jesse Glick
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211005


Attachments
stacktrace (5.12 KB, text/plain)
2014-07-30 22:20 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2014-07-30 22:20:01 UTC
Build: NetBeans IDE Dev (Build 20140711-51268f509631)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Linux

User Comments:
jglick: Code completion.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.isSignaturePolymorphic(Types.java:1072)
   at com.sun.tools.javac.jvm.ClassReader.readMethod(ClassReader.java:2039)
   at com.sun.tools.javac.jvm.ClassReader.readClass(ClassReader.java:2255)
   at com.sun.tools.javac.jvm.ClassReader.readClassFile(ClassReader.java:2327)
   at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2548)
   at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:2468)
Comment 1 Jesse Glick 2014-07-30 22:20:03 UTC
Created attachment 148434 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:17:12 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss