You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Charles Givre (Jira)" <ji...@apache.org> on 2021/11/08 15:21:00 UTC

[jira] [Updated] (DRILL-8039) More LGTM Code Cleanup

     [ https://issues.apache.org/jira/browse/DRILL-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Givre updated DRILL-8039:
---------------------------------
    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.

> More LGTM Code Cleanup
> ----------------------
>
>                 Key: DRILL-8039
>                 URL: https://issues.apache.org/jira/browse/DRILL-8039
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.19.0
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: 1.20.0
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)