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 223744 - NullPointerException at com.sun.tools.javac.comp.Lower.visitIterableForeachLoop
Summary: NullPointerException at com.sun.tools.javac.comp.Lower.visitIterableForeachLoop
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 21:38 UTC by markiewb
Modified: 2012-12-14 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196475


Attachments
stacktrace (5.38 KB, text/plain)
2012-12-12 21:38 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-12-12 21:38:53 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
markiewb: Some navigating




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Lower.visitIterableForeachLoop(Lower.java:3277)
   at com.sun.tools.javac.comp.Lower.visitForeachLoop(Lower.java:3169)
   at com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.accept(JCTree.java:910)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.comp.Lower.translate(Lower.java:2173)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
Comment 1 markiewb 2012-12-12 21:38:55 UTC
Created attachment 129294 [details]
stacktrace
Comment 2 Dusan Balek 2012-12-13 14:51:55 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/ba4cd4b13f02
Comment 3 Quality Engineering 2012-12-14 02:41:41 UTC
Integrated into 'main-golden', will be available in build *201212140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ba4cd4b13f02
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #223744: NullPointerException at com.sun.tools.javac.comp.Lower.visitIterableForeachLoop - fixed.