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 254602

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

Description Leperous 2015-08-21 17:44:31 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
Leperous: Update Maven dependency to one not in repo, refresh POM




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve.resolveInternalMethod(Resolve.java:2491)
   at com.sun.tools.javac.comp.Lower.lookupMethod(Lower.java:762)
   at com.sun.tools.javac.comp.Lower.visitIterableForeachLoop(Lower.java:3512)
   at com.sun.tools.javac.comp.Lower.visitForeachLoop(Lower.java:3383)
   at com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.accept(JCTree.java:1041)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 Leperous 2015-08-21 17:44:33 UTC
Created attachment 155535 [details]
stacktrace