Kirill Sizov created IGNITE-20980:
--------------------------------------

             Summary: PMD - replace deprecated rules with new ones to be able 
to upgrade to PMD 7.x.
                 Key: IGNITE-20980
                 URL: https://issues.apache.org/jira/browse/IGNITE-20980
             Project: Ignite
          Issue Type: Task
            Reporter:  Kirill Sizov


{code}
<rule ref="category/java/errorprone.xml/EmptyFinallyBlock"/>
<rule ref="category/java/errorprone.xml/EmptySwitchStatements"/>
<rule ref="category/java/errorprone.xml/EmptyStatementNotInLoop"/>
<rule ref="category/java/errorprone.xml/EmptySynchronizedBlock"/>
{code}

These four to be replaced with the following one:
{code}
<rule ref="category/java/codestyle.xml/EmptyControlStatement" />
{code}



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

Reply via email to