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 268911

Summary: NullPointerException at com.sun.tools.javac.code.Types.skipTypeVars
Product: java Reporter: sheinbergon
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227149
Attachments: stacktrace

Description sheinbergon 2016-11-09 13:22:45 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Linux

User Comments:
sheinbergon: Class imports are not being recognized associated with code. Started happening after upgrade to 8.2




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.skipTypeVars(Types.java:181)
   at com.sun.tools.javac.comp.Resolve$UnboundMethodReferenceLookupHelper.<init>(Resolve.java:3163)
   at com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.unboundLookup(Resolve.java:3110)
   at com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2716)
   at com.sun.tools.javac.comp.Attr.visitReference(Attr.java:2986)
   at com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2155)
Comment 1 sheinbergon 2016-11-09 13:22:47 UTC
Created attachment 162849 [details]
stacktrace