cgivre opened a new pull request #2365: URL: https://github.com/apache/drill/pull/2365
# [DRILL-8039](https://issues.apache.org/jira/browse/DRILL-8039): More LGTM Code Cleanup ## 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. ## Documentation No user facing changes. ## Testing Ran standard unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
