Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pmd-bin-5.3.4.zip | 2015-09-18 | 28.1 MB | |
pmd-doc-5.3.4.zip | 2015-09-18 | 41.1 MB | |
pmd-src-5.3.4.zip | 2015-09-18 | 2.7 MB | |
PMD 5.3.4 (18-September-2015).tar.gz | 2015-09-18 | 1.6 MB | |
PMD 5.3.4 (18-September-2015).zip | 2015-09-18 | 2.8 MB | |
README.md | 2015-09-18 | 2.2 kB | |
Totals: 6 Items | 76.3 MB | 0 |
18-September-2015 - 5.3.4
Bugfixes: - #1370: ConsecutiveAppendsShouldReuse not detected properly on StringBuffer - #1371: InsufficientStringBufferDeclaration not detected properly on StringBuffer - #1380: InsufficientStringBufferDeclaration false positive when literal string passed to a lookup service - #1384: NullPointerException in ConsecutiveLiteralAppendsRule - #1388: ConstructorCallsOverridableMethodRule doesn't work with params? - #1392: SimplifyStartsWith false-negative - #1393: PMD hanging during DataflowAnomalyAnalysis - #1394: dogfood.xml - Unable to exclude rules [UncommentedEmptyMethod] - #1395: UnusedPrivateMethod false positive for array element method call - #1396: PrematureDeclaration lambda false positive - #1397: StringToString should ignore method references - #1398: False positive for GuardLogStatementJavaUtil with Log4j - #1399: False positive for VariableNamingConventions with annotation @interface - #1400: False positive with JUnit4TestShouldUseBeforeAnnotation - #1401: False positive for StringBuilder.append called with constructor - #1402: Windows-Only: File exclusions are not case insensitive - #1403: False positive UnusedPrivateMethod with JAVA8 - #1404: Java8 'Unnecessary use of fully qualified name' in Streams Collector - #1405: UnusedPrivateMethod false positive?