Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are a number of Sonarqube violations relating to comparisons of Boxed types and Strings using the "==" operator rather than ".equals()".
Sonarcloud analysis: https://sonarcloud.io/organizations/apache/issues?resolved=false&rules=squid%3AS4973
Violated rule: https://rules.sonarsource.com/java/RSPEC-4973
Are pull requests for fixing these welcome?