I am trying to check the code quality with sonarlint.Above problem synopsis, I can't understand why should it says to make it to uppercase.But this discussion is against the above suggestion.Which one should be considered as correct one?
Asked
Active
Viewed 2,472 times
1 Answers
5
This has no right answer as this is a convention. Moreover it is subject to debate about what should be considered as constant (is it enough to have static final or should it be also immutable ?).
As you cannot configure this rule from sonarLint, I think it should not be a rule activated by default hence this jira ticket : https://jira.sonarsource.com/browse/SONARJAVA-1385

benzonico
- 10,635
- 5
- 42
- 50
-
Thank you for resolving this – GPrathap Nov 20 '15 at 01:59
-
is there any solution to this if we cannot disable the rule? – Gaurav Dec 12 '18 at 08:42