Closed jborgers closed 4 months ago
Looking at this PR I found this:
Is the remark about use of DomXPathRule valid for us? https://pmd.github.io/pmd/pmd_userdocs_migrating_to_pmd7.html#xml-and-pom Did not see that class, is that 7.3.0-SNAPSHOT specific?
note: src/test/resources/com/jpinpoint/perf/lang/java/ruleset/common/xml
seems to contain all xml files
should all be deleted and only contain the migrated ones? they are also in test-todo
branch
Looking at this PR I found this:
- https://pmd.github.io/pmd/pmd_userdocs_migrating_to_pmd7.html
- https://pmd.github.io/pmd/pmd_userdocs_migrating_to_pmd7.html#general-ast-changes-to-avoid-image Guess you have used these pages? It makes a suggestion to move from 7.0.0-rc1 to rc2 to rc3 ... etc to do migration in steps. Is that necessary/useful?
Is the remark about use of DomXPathRule valid for us? https://pmd.github.io/pmd/pmd_userdocs_migrating_to_pmd7.html#xml-and-pom Did not see that class, is that 7.3.0-SNAPSHOT specific?
DomXPathRule seems an improvement indeed! You can access comments! To try out
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
note:
src/test/resources/com/jpinpoint/perf/lang/java/ruleset/common/xml
seems to contain all xml filesshould all be deleted and only contain the migrated ones? they are also in
test-todo
branch
Yes, indeed, it worked without removal, but they should be removed, done.
The PR says to merge into
master
, but should be based on and merged intopmd7
branch?Ah, you can change the merge into branch via UI. Changed it to
pmd7
.