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

Reply via email to