Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.19.0
-
None
-
None
Description
This PR fixes a few groups of LGTM issues:
- Hides false positive alerts for Array index out of bounds (10 alerts)
- Comparison of identical values (1 alert)
- Missing format arguments (4 alerts)
- Unused format argument (27 alerts)
- Broken or risky crypto algorithms (2 alerts)
- Implicit conversion from array to String (1 alert)
- Spurious Javadoc (2 files)
None of these affect functionality. Most relate to code maintainability and error messages.