You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2006/07/05 05:59:40 UTC

[jira] Updated: (SANDBOX-51) [exec] EnvironmentVariable: inline private constructor

     [ http://issues.apache.org/jira/browse/SANDBOX-51?page=all ]

Henri Yandell updated SANDBOX-51:
---------------------------------

    Component: Exec

> [exec] EnvironmentVariable: inline private constructor
> ------------------------------------------------------
>
>          Key: SANDBOX-51
>          URL: http://issues.apache.org/jira/browse/SANDBOX-51
>      Project: Commons Sandbox
>         Type: Bug

>   Components: Exec
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Jerome Lacoste
>  Attachments: 36796_environment_variable_inline_constructor.diff
>
> Move the key=value String parsing inside the factory method and remove the
> private constructor.
> There's no need for both and parsing logic is better outside of a constructor
> (as a rule and to make things similar with the rest of the code), especially whe
> n there's already a factory.
> Removing the constructor doesn't create an issue as it's private and there's
> already another private one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org