[pmd-devel] [ANNOUNCE] PMD 5.8.1 Released
A source code analyzer
Brought to you by:
adangel,
juansotuyo
|
From: Andreas D. <ad...@us...> - 2017-07-01 21:52:27
|
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 <#>
* API Changes <#>
* External Contributions <#>
Fixed Issues
* java
o #471 <https://github.com/pmd/pmd/issues/471>: [java] Error while
processing class when EnumMap is used in PMD 5.8.0
o #477 <https://github.com/pmd/pmd/issues/477>: [core]
NoClassDefFoundError under 5.8
o #478 <https://github.com/pmd/pmd/issues/478>: [core] Processing
issues dealing with anonymous classes
API Changes
* The |getGenericArgs()| method introduced to |TypeNode| in 5.8.0 was
removed. You can access to generics' info through
the |JavaTypeDefinition| object.
* The |JavaTypeDefinitionBuilder| class introduced in 5.8.0 is not
more. You can use factory methods available on|JavaTypeDefinition|
External Contributions
* #472 <https://github.com/pmd/pmd/pull/472>: [java] fix error with
raw types, bug #471
--
Andreas Dangel
https://github.com/adangel
skype: andreas_dangel
|