JDK-8172252 : Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: OpenJDK6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-01-04
  • Updated: 2020-09-16
  • Resolved: 2020-09-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
OpenJDK6 b41Fixed
Related Reports
Relates :  
Description
The replacement of a for loop with a for-each loop in getLastComponent in the backport of 6727662 flipped the direction of the loop. The change should be reverted.
Comments
https://mail.openjdk.java.net/pipermail/jdk6-dev/2017-January/003615.html https://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/0a3c98b5c141
16-09-2020