-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.11.0-M6
-
Component/s: None
-
Labels:None
-
External issue URL:
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?languages=java&open=AWyr6XyY5ULuzyOxXLGi&resolved=false&rules=squid%3AS4973&types=BUG
Violated rule: https://rules.sonarsource.com/java/RSPEC-4973