Sebb created RAT-177:
------------------------
Summary: final arrays should be private
Key: RAT-177
URL: https://issues.apache.org/jira/browse/RAT-177
Project: Apache Rat
Issue Type: Bug
Affects Versions: 0.11
Reporter: Sebb
There are quite a few public string arrays in the guessers and the file
Defaults.java
These are intended to be constants, but elements of a final array are not
themselves final.
The arrays should be made private, and suitable accessors provided, depending
on how the entries are used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)