Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pmd-src-5.3.5.zip | 2015-10-04 | 2.7 MB | |
pmd-doc-5.3.5.zip | 2015-10-04 | 41.1 MB | |
pmd-bin-5.3.5.zip | 2015-10-04 | 28.1 MB | |
PMD 5.3.5 (04-October-2015).tar.gz | 2015-10-04 | 1.6 MB | |
PMD 5.3.5 (04-October-2015).zip | 2015-10-04 | 2.8 MB | |
README.md | 2015-10-04 | 1.4 kB | |
Totals: 6 Items | 76.3 MB | 0 |
04-October-2015 - 5.3.5
Modified Rules:
- java-design/CloseResource: New Property closeAsDefaultTarget which is true by default to stay
backwards compatible. If this property is true, the rule will make sure, that close
itself is
always considered as a closeTarget - no matter whether it is configured with the closeTargets property
or not.
Pull Requests: - #71: [#1410] Improve description of DefaultPackage rule
Bugfixes: - java-controversial/DefaultPackage: - #1410: DefaultPackage triggers on field annotated with @VisibleForTesting - java-design/CloseResource: - #1387: CloseResource has false positive for ResultSet - java-optimizations/RedundantFieldInitializer - #1418: RedundantFieldInitializer false positive with large long value - java-strings/InsufficientStringBufferDeclaration: - #1409: NullPointerException in InsufficientStringBufferRule - #1413: False positive StringBuffer constructor with ?: int value - java-unnecessary/UselessParentheses: - #1407: UselessParentheses "&" and "+" operator precedence