-
Enhancement
-
Resolution: Won't Fix
-
P5
-
None
-
None
java.util.Enumeration is a legacy interface from java 1.0.
There is couple of places in com.sun.crypto.provider.JceKeyStore with cycles which use it to iterate over collections. We can replace this manual cycle with enchanced-for, which is shorter and easier to read.
There is couple of places in com.sun.crypto.provider.JceKeyStore with cycles which use it to iterate over collections. We can replace this manual cycle with enchanced-for, which is shorter and easier to read.
- links to
-
Review openjdk/jdk/12930