[rfc][icedtea-web] jnlpruntime.config changed to singleton
Andrew Azores
aazores at redhat.com
Tue Dec 17 07:19:31 PST 2013
On 12/16/2013 01:04 PM, Jiri Vanek wrote:
> Hi!
>
> this simple patch is changing behaviour of jnlpruntime.config to be
> real singleton independent on rest of config.
>
> The patch is pretty stright forward, except :
>
>
> netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java's
>
> + private ConfigurationException loadingException = null;
> +
> + public void setLoadingException(ConfigurationException ex) {
> + loadingException = ex;
> + }
> +
> + public ConfigurationException getLoadingException() {
> + return loadingException;
> + }
>
>
>
>
> and its usage:
>
> if (isApplication && getConfiguration().getLoadingException()
> != null) {
> JNLPRuntime.exit(1);
> }
>
> For head, I'm thinking to not exit here, and continue with default
> runtime, and visible warning/exception
>
>
> Also this pathc is simple enough that I'm inclined to backport it to
> 1.4...
>
>
> J.
Hi,
This looks good to me, except for minor indentation/formatting in the
getConfiguration() method. Backport sounds okay too.
Thanks,
--
Andrew A
More information about the distro-pkg-dev
mailing list