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 - NullPointerException at com.sun.tools.javac.comp.Resolve.resolveInternalMethod
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve.resolveInternalMethod
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: 2015-08-21 17:44 UTC by Leperous
Modified: 2015-10-19 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219351


Attachments
stacktrace (5.28 KB, text/plain)
2015-08-21 17:44 UTC, Leperous
Details

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