You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2021/04/01 12:47:00 UTC

[jira] [Created] (IGNITE-14462) Enable EmptyCatchBlock checkstyle check

Maxim Muzafarov created IGNITE-14462:
----------------------------------------

             Summary: Enable EmptyCatchBlock checkstyle check
                 Key: IGNITE-14462
                 URL: https://issues.apache.org/jira/browse/IGNITE-14462
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov
             Fix For: 2.11


Checks for empty catch blocks. By default, check allows an empty catch block with any comment inside.
 
{code}
<module name="EmptyCatchBlock"/>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)