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 - NullPointerException at com.sun.tools.javac.code.Types.skipTypeVars
Summary: NullPointerException at com.sun.tools.javac.code.Types.skipTypeVars
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-09 13:22 UTC by sheinbergon
Modified: 2016-11-09 13:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227149


Attachments
stacktrace (9.85 KB, text/plain)
2016-11-09 13:22 UTC, sheinbergon
Details

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