You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2013/06/27 12:54:20 UTC

[jira] [Created] (RAT-144) AbstractRatMojo String constant arrays should be private

Sebb created RAT-144:
------------------------

             Summary: AbstractRatMojo String constant arrays should be private
                 Key: RAT-144
                 URL: https://issues.apache.org/jira/browse/RAT-144
             Project: Apache Rat
          Issue Type: Bug
          Components: maven
            Reporter: Sebb


The String[] constants in AbstractRatMojo should be private.
They are not used outside the class.

Arrays entries are mutable, so it's not a good idea to expose them outside the class in which they are defined, otherwise malicious or accidental corruption can occur.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira