-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to PMD 6.0.0 * Revert: Fix deprecation warnings in PMD 6.0.0. Move @SuppressWarnings closer to the problem to avoid suppressing future similar issues. Reduce amount of C-style (declare first and then use) variable definitions Make some variables final in tricky methods (enabled by above). Remove some unnecessary PMD suppressions Move PMD.OneDeclarationPerLine suppression for for loops into pmd config Small method extractions towards Clean Code Minor formatting/interface-impl enhancements in touched classes * Fix classpath of PMD so UnnecessaryModifierRule doesn't crash (pmd/pmd#817) Fix hidden PMD violations * Fix false positives by providing the correct classpath to PMD * Simplify ThumbnailStreamOpener.open * Add TODO to make PMD build faster
- Loading branch information
1 parent
fae9444
commit f16aef4
Showing
43 changed files
with
487 additions
and
245 deletions.
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
Oops, something went wrong.