Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.11
-
None
-
None
Description
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.