You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2024/03/13 13:07:00 UTC

[jira] [Commented] (IGNITE-21569) Introduce Spotbugs checks

    [ https://issues.apache.org/jira/browse/IGNITE-21569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17826046#comment-17826046 ] 

Aleksandr commented on IGNITE-21569:
------------------------------------

Thank you for the great job, merged into main: 0bd66707244d4e26ad547c087444a97677287cb5

> Introduce Spotbugs checks
> -------------------------
>
>                 Key: IGNITE-21569
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21569
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Viacheslav Blinov
>            Assignee: Viacheslav Blinov
>            Priority: Major
>              Labels: ignite-3, spotbugs
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Spotbugs can bring additional value to static code analysis of ignite:
>  # Remove modernizer plugin and migrate its rules with Spotbugs rule DM_DEFAULT_ENCODING
>  # Escape analysis for unclosed Closable instances (OS_OPEN_STREAM, OS_OPEN_STREAM_EXCEPTION_PATH)
>  # Checks for misusages of InputStream.read and skip (RR_NOT_CHECKED, SR_NOT_CHECKED)
> There are other reasonable rules Ignite could also benefit from.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)