[PoC] rule: category/java/bestpractices.xml/MissingOverride#48169
Closed
Pankraz76 wants to merge 11 commits intoquarkusio:mainfrom
Pankraz76:spotless-pr-pmd
Closed
[PoC] rule: category/java/bestpractices.xml/MissingOverride#48169Pankraz76 wants to merge 11 commits intoquarkusio:mainfrom Pankraz76:spotless-pr-pmd
category/java/bestpractices.xml/MissingOverride#48169Pankraz76 wants to merge 11 commits intoquarkusio:mainfrom
Pankraz76:spotless-pr-pmd
Conversation
added 11 commits
May 31, 2025 21:55
|
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
PMD Maven Plugin category/java/bestpractices.xml/MissingOverride
Pankraz76
commented
Jun 1, 2025
| .jekyll-cache | ||
| .mvn/.develocity | ||
| .mvn/.gradle-enterprise/ | ||
| .pmd/.cache |
Pankraz76
commented
Jun 1, 2025
| .graal-install | ||
| dumps | ||
| *.iml | ||
| *.log |
Author
There was a problem hiding this comment.
next one includes this right?
Pankraz76
commented
Jun 1, 2025
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd"> | ||
| <!-- <rule ref="category/java/bestpractices.xml/MissingOverride" />--> | ||
| <rule ref="category/java/codestyle.xml/UnnecessaryImport" /> |
Pankraz76
commented
Jun 1, 2025
| xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd"> | ||
| <!-- <rule ref="category/java/bestpractices.xml/MissingOverride" />--> |
Author
There was a problem hiding this comment.
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
facing 1200 modules is a lot to oversee all code. Static code analysis will enable common standards driven by the developers. This PoC aims to integrate PMD and then build up from there to the needs of the community.
Trying to achieve lately convention over configuration simply applying https://pmd.github.io/pmd/pmd_rules_jsp_errorprone.html could help align development.