Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
This task is to fix the Fix FindBugs "Malicious code vulnerability" issues. The patch attached makes the following changes:
a) Make static class variables final where possible
b) Change all "final static" -> "static final" for consistency + to follow the standard naming convention.
c) Disallow access to mutable objects (internal arrays)