[OpenJDK 2D-Dev] RFR: 8258006: Replaces while cycles with iterator with enhanced for in java.desktop

2020-12-11 Thread Andrey Turbanov
8258006: Replaces while cycles with iterator with enhanced for in java.desktop - Commit messages: - [PATCH] Replaces while cycles with iterator with enhanced for in java.desktop Changes: https://git.openjdk.java.net/jdk/pull/1574/files Webrev: https://webrevs.openjdk.java.net/?repo

Re: [OpenJDK 2D-Dev] RFR: 8258006: Replaces while cycles with iterator with enhanced for in java.desktop

2020-12-11 Thread Sergey Bylokhov
On Wed, 2 Dec 2020 19:23:28 GMT, Andrey Turbanov wrote: > 8258006: Replaces while cycles with iterator with enhanced for in java.desktop The bug is filed: https://bugs.openjdk.java.net/browse/JDK-8258006 - PR: https://git.openjdk.java.net/jdk/pull/1574