-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b16
The java.net.JarURLConnection fields jarFileURL and entryName are prime candidates for being final, but are not so because of the way the constructor calls out to the parseSpec method.
The parseSpec method should be inlined into the constructor with field parsing extracted into separate methods.
There are also several stale code and method comments in this code,.
The parseSpec method should be inlined into the constructor with field parsing extracted into separate methods.
There are also several stale code and method comments in this code,.
- links to
-
Commit(master) openjdk/jdk/1a8c8e07
-
Review(master) openjdk/jdk/24218