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

Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.findMethod
Product: java Reporter: daveream
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223697
Attachments: stacktrace

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