[java] Fix #6704: rename rules and properties with JUnit5 in the name#6707
Conversation
|
(The rule name is also mentione in release notes #5477) |
|
I know. I'll fix it tomorrow. Too late to think. |
…itJupiterTestPattern
…difierRule No need to keep an JUnit5TestNoPrivateModifierRule.java around - there was never a PMD release with a JUnit5TestNoPrivateModifierRule.java
…BePackagePrivateRule No need to keep an JUnit5TestShouldBePackagePrivate.java around - there was never a PMD release with a JUnit5TestShouldBePackagePrivate.java
4e8aab0 to
a41b72c
Compare
a41b72c to
52ff997
Compare
|
Compared to main: (comment created at 2026-05-23 12:59:07+00:00 for 667a763) |
|
For both rules there was no FooRule.java in 7.24.0 (one rule didn't exist at all, the other was an XPath rule). That's why there are no deprecated subclasses and no "API Changes" section in the release notes. Apart from that, I think I followed all the steps mentioned in the ticket. |
|
Should we also rename all of the |
|
Not right now. At a minimum I'd like #6689 to be merged before I touch |
Co-authored-by: Zbynek Konecny <zbynek1729@gmail.com>
Co-authored-by: Zbynek Konecny <zbynek1729@gmail.com>
Describe the PR
This PR renames...
Related issues
Ready?
./mvnw clean verifypasses (checked automatically by github actions)