[
https://issues.apache.org/jira/browse/SPARK-49148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun reassigned SPARK-49148:
-------------------------------------
Assignee: Dongjoon Hyun
> Use the latest PMD 6.x rules instead of the deprecated ones
> -----------------------------------------------------------
>
> Key: SPARK-49148
> URL: https://issues.apache.org/jira/browse/SPARK-49148
> Project: Spark
> Issue Type: Sub-task
> Components: Build
> Affects Versions: kubernetes-operator-0.1.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Labels: pull-request-available
>
> There are too many warnings on PMD like the following.
> {code:java}
> Use Rule name category/java/errorprone.xml/BrokenNullCheck instead of the
> deprecated Rule name rulesets/java/basic.xml/BrokenNullCheck. PMD 7.0.0 will
> remove support for this deprecated Rule name usage.
> Use Rule name category/java/errorprone.xml/CheckSkipResult instead of the
> deprecated Rule name rulesets/java/basic.xml/CheckSkipResult. PMD 7.0.0 will
> remove support for this deprecated Rule name usage. {code}
>
> {code:java}
> $ ./gradlew clean build | grep PMD | wc -l
> 204 {code}
>
> We had better fix it before we do the release.
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]