MessagesResources_fr has package-protected mutable static array; should be made
private
---------------------------------------------------------------------------------------
Key: MATH-255
URL: https://issues.apache.org/jira/browse/MATH-255
Project: Commons Math
Issue Type: Bug
Reporter: Sebb
Priority: Minor
Fix For: 2.0
MessagesResources_fr has package-protected mutable static array; this should be
made private.
It does not appear to be accessed outside the class, and anyway the
getContents() method provides safe access to a clone of the array.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.