dongjoon-hyun opened a new pull request, #35:
URL: https://github.com/apache/spark-kubernetes-operator/pull/35
### What changes were proposed in this pull request?
This PR aims to use the latest PMD 6.x rules instead of the deprecated ones.
### Why are the changes needed?
There are 204 warnings from PMD like the following. We had better fix it
before we do the release.
```
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.
```
```
$ ./gradlew clean build | grep PMD | wc -l
204
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and check the CI link.
### Was this patch authored or co-authored using generative AI tooling?
No.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]