-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3160 Enable PMD for eo-runime
#3171
Merged
rultor
merged 26 commits into
objectionary:master
from
c71n93:3160-enable-pmd-in-eo-runtime
Jun 25, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
68f7bb9
#3160 enable pmd for eo-runtime and exclude EOorg package
c71n93 931958c
#3160 resolve PMD violations for tests from eo-runtime/src/test/java/…
c71n93 22fa0a4
#3160 resolve PMD violations for tests from eo-runtime/src/main/java/…
c71n93 8bf5e84
Merge branch 'master' into 3160-enable-pmd-in-eo-runtime
c71n93 8e82e95
#3160 fix code duplication for DataizedTest and resolve some new PMD …
c71n93 029b7b2
#3160 add todo
c71n93 aa4542d
#3160 get rid of parametrized test
c71n93 db2d4d5
#3160 suppress false positive PMD.CloseResource
c71n93 cf5db6a
#3160 restart CI
c71n93 33b264a
#3160 set up file.encoding to UTF8
c71n93 ff1c2ed
Merge branch 'master' into 3160-enable-pmd-in-eo-runtime
c71n93 1286ee0
#3160 remove file.encoding
c71n93 5f15eb3
#3160 restart CI
c71n93 058015a
#3160 remove unnecessary import
c71n93 380976e
#3160 shortened the variable name
c71n93 b2a049c
#3160 copy array instead of storing directly
c71n93 d3a8376
#3160 resolve PMD.ConstructorShouldDoInitialization warning
c71n93 f4a0dd2
#3160 locatr
c71n93 8f827f3
Merge branch 'master' into 3160-enable-pmd-in-eo-runtime
c71n93 b63ec99
#3160 remove PhWrite
c71n93 88d82de
#3160 add todo for refactoring
c71n93 2e6fade
#3160 fix todo
c71n93 56c2ee1
Merge branch 'master' into 3160-enable-pmd-in-eo-runtime
c71n93 72ce8c8
#3160 rename variable
c71n93 df95e60
#3160 shorten variable name
c71n93 ba2a9e3
Merge branch 'master' into 3160-enable-pmd-in-eo-runtime
c71n93 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@c71n93 what was wrong with
locator
name?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxonfjvipon it repeats the method name (prohibited by PMD)