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

Summary: NullPointerException at com.sun.tools.javac.code.Types.isSignaturePolymorphic
Product: java Reporter: Jesse Glick <jglick>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211005
Attachments: stacktrace

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