This pull request is focused on resolving occurrences of Sonar rule
squid:S1170 - Public constants should be declared "static final" rather than merely "final".
You can find more information about the issue here:
https://dev.eclipse.org/sonar/rules/show/squid:S1170
Now I'm realizing that I shouldn't have pulled this one at all, it's the wrong fix entirely for a lot of these private fields. Going to have to back this out.
This pull request is focused on resolving occurrences of Sonar rule squid:S1170 - Public constants should be declared "static final" rather than merely "final". You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1170
Please let me know if you have any questions.
Faisal Hameed