You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Damjan Jovanovic (Commented) (JIRA)" <ji...@apache.org> on 2012/02/04 08:11:57 UTC

[jira] [Commented] (SANSELAN-42) IPTCConstants: final arrays are not immutable

    [ https://issues.apache.org/jira/browse/SANSELAN-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200355#comment-13200355 ] 

Damjan Jovanovic commented on SANSELAN-42:
------------------------------------------

Most of these ALL_* and *_TYPES arrays are pre-Java-1.5 ways of doing Enums and their values() method.

It seems like a good idea to do both together: convert to use of Enums, and make arrays immutable in the process. It's an API breaking change, but the API for the 1.0 release has been broken already.

                
> IPTCConstants: final arrays are not immutable
> ---------------------------------------------
>
>                 Key: SANSELAN-42
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-42
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Sebb
>
> formats.jpeg.iptc.IPTCConstants contains the following public static final arrays:
> IPTC_PREFIX
> IPTC_TYPES
> Array element are not immutable, even if the array itself is, so the entries could potentially be corrupted accidentally or deliberately.
> IPTC_PREFIX does not appear to be used, so could perhaps be deleted. If not, it could be made private and a getter added.
> IPTC_TYPES only appears to be used in IPTCTypeLookup, so could potentially be moved there and made private.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira