[rfc][icedtea-web] small refactroing (jdk7like) for jnlpclasslaoder
Andrew Azores
aazores at redhat.com
Fri Dec 26 17:42:31 UTC 2014
On 12/09/2014 04:07 AM, Jiri Vanek wrote:
> Does not look like, but only:
> @overide
> final where possible
> try with resources
> multicatch
> isEmpty()
> and
> diamond
>
> Apart of this, there was quite interesting, hardcoded unconfigurable
> constant of "strict". I made it run time configurable.
>
>
> J.
> + String.valueOf(true)
> + },
> + {
> + DeploymentConfiguration.KEY_SECURITY_PROMPT_USER_FOR_JNLP,
Funny indenting on those curly braces :)
> - Enumeration<URL> resources = findResourcesBySearching(name);
> + Enumeration<URL> lresources = findResourcesBySearching(name);
Doesn't really matter, but why did you rename this? Also, maybe as a
future enhancement, maybe you could get rid of some of the Enumerations
and use nicer Collections (Lists) instead?
+1 after indent fix.
Thanks,
--
Andrew Azores
More information about the distro-pkg-dev
mailing list