You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2007/05/21 00:19:16 UTC

[jira] Resolved: (BEANUTILS-112) [beanutils] defaultTransformers is public in BeanMap class

     [ https://issues.apache.org/jira/browse/BEANUTILS-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton resolved BEANUTILS-112.
---------------------------------------

    Resolution: Fixed
      Assignee: Niall Pemberton

> [beanutils] defaultTransformers is public in BeanMap class
> ----------------------------------------------------------
>
>                 Key: BEANUTILS-112
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-112
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean-Collections
>    Affects Versions: 1.6
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Simon Kitching
>         Assigned To: Niall Pemberton
>             Fix For: 1.8.0
>
>
> The BeanMap class in the "optional" section has:
>     public static HashMap defaultTransformers = new HashMap();
> I think this is a *really* bad idea. 
> Firstly, because it's static, various parts of an application can interact in
> unexpected ways. For example, some library your code is calling might,
> unexpectedly, add a transformer to the default transformers causing surprising
> effects.
> That's even more interesting if the library (commons-collections or
> commons-beanutils) is deployed via a shared webapp in a container. In that case,
> one webapp can have side-effects on other webapps.
> And because it's a public member, there is no way to control access to this field.
> This class was in commons-collections since 1.0. It was copied into
> commons-beanutils before the 1.7.0 release, and deprecated in commons-collections.
> This class is only in the "optional" section, and is not used by the core
> beanutils code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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