Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pmd-doc-5.8.1.zip | 2017-07-01 | 64.6 MB | |
pmd-src-5.8.1.zip | 2017-07-01 | 28.6 MB | |
pmd-bin-5.8.1.zip | 2017-07-01 | 58.9 MB | |
PMD 5.8.1 (01-July-2017).tar.gz | 2017-07-01 | 27.1 MB | |
PMD 5.8.1 (01-July-2017).zip | 2017-07-01 | 28.6 MB | |
README.md | 2017-07-01 | 1.1 kB | |
Totals: 6 Items | 207.8 MB | 0 |
01-July-2017 - 5.8.1
The PMD team is pleased to announce PMD 5.8.1.
This is a bug fixing release.
Table Of Contents
Fixed Issues
- java
API Changes
- The
getGenericArgs()
method introduced toTypeNode
in 5.8.0 was removed. You can access to generics' info through theJavaTypeDefinition
object. - The
JavaTypeDefinitionBuilder
class introduced in 5.8.0 is not more. You can use factory methods available onJavaTypeDefinition
External Contributions
- #472: [java] fix error with raw types, bug [#471]