Release v3.1.7

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4592 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2006-10-06 20:58:33 +00:00
parent ba87784473
commit 299753fa54
9 changed files with 40 additions and 16 deletions

View File

@ -35,24 +35,24 @@
id="net.sourceforge.pmd.eclipse"
download-size="0"
install-size="0"
version="3.1.6"/>
version="3.1.7"/>
<plugin
id="net.sourceforge.pmd.ui"
download-size="0"
install-size="0"
version="1.0.1"/>
version="1.0.2"/>
<plugin
id="net.sourceforge.pmd.runtime"
download-size="0"
install-size="0"
version="1.0.2"/>
version="1.0.3"/>
<plugin
id="net.sourceforge.pmd.core"
download-size="0"
install-size="0"
version="3.7.1"/>
version="3.8.0"/>
</feature>

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.core"
name="PMD For Eclipse Core Plug-in"
version="3.8"
version="3.8.0"
provider-name="PMD Development Team"
class="net.sourceforge.pmd.core.PMDCorePlugin">

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.runtime"
name="PMD For Eclipse Runtime Plug-in"
version="1.0.2"
version="1.0.3"
provider-name="PMD Development Team"
class="net.sourceforge.pmd.runtime.PMDRuntimePlugin">

View File

@ -11,6 +11,7 @@ property.button.store_ruleset_project = Utiliser l'ensemble de r
property.button.include_derived_files = Inclure les fichiers dérivés
# General preferences page
preference.pmd.header = Préférences Générales PMD
preference.pmd.title = Préférences Générales PMD
preference.pmd.label.addcomment = Texte additionnel pour les commentaires de revue :
preference.pmd.label.sample = Exemple :

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.ui"
name="PMD For Eclipse UI Plug-in"
version="1.0.1"
version="1.0.2"
provider-name="PMD Development Team"
class="net.sourceforge.pmd.ui.PMDUiPlugin">
@ -275,13 +275,6 @@
name="%view.category"
id="net.sourceforge.pmd.ui.views">
</category>
<view
allowMultiple="false"
name="%view.violation"
icon="icons/pmd-icon-16.gif"
category="net.sourceforge.pmd.ui.views"
class="net.sourceforge.pmd.ui.views.legacy.ViolationView"
id="net.sourceforge.pmd.ui.views.legacy.ViolationView"/>
<view
allowMultiple="false"
icon="icons/icon_outline.gif"

View File

@ -2,7 +2,24 @@ Change log for the PMD Eclipse plugin
-------------------------------------
v3.1.6 - 09/04/2006
v3.1.7 - 05/10/2006
Runtime
-------
. Upgrade to PMD v3.8
. Fix NPE when searching for quickfixes for rules from project rulesets
. Fix 1541795 (at least it should)
. Fix 1554639 (thanks to Sven Jacob)
. Fix the refreshproblem of the dataflowanomalytable and a bug with overloaded methods in the dataflowview (Thanks to Sven Jacob)
. Fix 1417291 CCE when adding report (eclipse)
. Fix 1470054 Violation Details dlg has OK button which does nothing
. Fix 1470080 NPE in PMDRecord.findResource
. Fix 1481300 plugin throws NPE after move prjs to new workspace
. Fix 1486390 Exception during execution
----------------------------------------------------------------------------------------
v3.1.6 - 09/06/2006
Runtime
-------

View File

@ -8,6 +8,7 @@ Chris Grindstaff fix SWTException when PMD is run on a file with syn
Brian Remedios improvements in the PMDPlugin class
preferences rule table have sortable columns
Pablo Alba enhancements to the Violations View (legacy)
Sven Jacob bug fixes
------------------------------------------
*** SPECIAL THANKS TO SEBASTIAN RAFFEL ***

View File

@ -1,6 +1,18 @@
Release notes for the PMD Eclipse Plugin
----------------------------------------
v3.1.7 05/10/2006
-----------------
UPDATED : PMD v3.8
------------------
** JSP FILES ARE NOT SUPPORTED IN THIS VERSION YET **
FIXED : various bugs...
-----------------------
----------------------------------------------------------------------------------------
v3.1.6 09/06/2006
-----------------

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.eclipse"
name="PMD For Eclipse"
version="3.1.6"
version="3.1.7"
provider-name="PMD Development Team">
<requires>
<import plugin="net.sourceforge.pmd.core"/>