You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/01/09 14:48:54 UTC

[jira] Created: (DIGESTER-137) Public/protected static fields which intended as constants, but which are not marked final

Public/protected static fields which intended as constants, but which are not marked final
------------------------------------------------------------------------------------------

                 Key: DIGESTER-137
                 URL: https://issues.apache.org/jira/browse/DIGESTER-137
             Project: Commons Digester
          Issue Type: Bug
            Reporter: Sebb
         Attachments: DIGESTER-137.patch

Some digester classes contain public/protected static fields which intended as constants, but which are not marked final.

Such fields should be marked final to avoid malicious or accidental corruption of the value.

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


[jira] Updated: (DIGESTER-137) Public/protected static fields which intended as constants, but which are not marked final

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIGESTER-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated DIGESTER-137:
--------------------------

    Attachment: DIGESTER-137.patch

> Public/protected static fields which intended as constants, but which are not marked final
> ------------------------------------------------------------------------------------------
>
>                 Key: DIGESTER-137
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-137
>             Project: Commons Digester
>          Issue Type: Bug
>            Reporter: Sebb
>         Attachments: DIGESTER-137.patch
>
>
> Some digester classes contain public/protected static fields which intended as constants, but which are not marked final.
> Such fields should be marked final to avoid malicious or accidental corruption of the value.

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