Apply a patch to PMD v3.5
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4202 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
id="net.sourceforge.pmd.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="3.5.0"/>
|
||||
version="3.5.1"/>
|
||||
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
|
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.core"
|
||||
name="%plugin.name"
|
||||
version="3.5.0"
|
||||
version="3.5.1"
|
||||
provider-name="%plugin.provider"
|
||||
class="net.sourceforge.pmd.core.PMDCorePlugin">
|
||||
|
||||
|
@ -12,6 +12,8 @@ Runtime
|
||||
. Fix NullPointerException on PriorityFilter class
|
||||
. Fix NullPointerException and InvocationTargetException on ASTWriterImpl class
|
||||
. Fix BUG#1365407 Problems with PMD in Eclipse/Issue 3
|
||||
. Upgrade development environment to Eclipse 3.1.2
|
||||
. Apply a patch to PMD v3.5
|
||||
|
||||
|
||||
----------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user