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 258976 - NullPointerException at com.sun.tools.javac.comp.Resolve.findMethod
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findMethod
Status: NEW
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: 2016-04-22 15:30 UTC by daveream
Modified: 2016-04-22 15:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223697


Attachments
stacktrace (6.05 KB, text/plain)
2016-04-22 15:30 UTC, daveream
Details

Note You need to log in before you can comment on or make changes to this bug.
Description daveream 2016-04-22 15:30:16 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 10

User Comments:
daveream: I was editing code, then testing it.  Not sure where in that process the error occurred.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1666)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredChecker$2.lookup(DeferredAttr.java:1360)
   at com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3336)
   at com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3321)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredChecker.quicklyResolveMethod(DeferredAttr.java:1370)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredChecker.visitApply(DeferredAttr.java:1260)
Comment 1 daveream 2016-04-22 15:30:18 UTC
Created attachment 159401 [details]
stacktrace