Skip to content

Latest commit

 

History

History
224 lines (145 loc) · 10.8 KB

ReleaseNotes.md

File metadata and controls

224 lines (145 loc) · 10.8 KB

PMD For Eclipse - Release Notes

Installation instructions: https://pmd.github.io/eclipse/

Eclipse Update Site:

????: 4.0.18.v????

New and noteworthy

  • Updated PMD to 6.6.0

Fixed Issues

  • #48: Upgrade to PMD 6.6.0

External Contributions

01-August-2018: 4.0.17.v20180801-1551

New and noteworthy

  • This is only a bugfix release.

Fixed Issues

  • #52: Eclipse Internal Error - Out of Memory
  • #57: De-duplicate project ruleset when loading the project properties

12-April-2018: 4.0.16.v20180412-0833

New and noteworthy

  • Updated PMD to 6.2.0
  • At least Java 1.7 is required now.
  • Two new options under Preferences: "Show PMD violations overview when checking code" and "Show PMD violations outline when checking code". If these options are checked, then theses PMD views are shown automatically, when PMD check is executed for a project. This behaves similar like "Show PMD perspective", but just doesn't switch the current perspective.
  • PMD is now only executed automatically, if the option "Check code after saving" is enabled. This allows to simply disable automatic PMD checks temporarily. Executing PMD via the project's context menu "Check Code" is not affected and can still be used to manually execute PMD to update the markers.

Fixed Issues

  • #20: category.xml maybe broken
  • #29: Processing errors without cause
  • #32: Upgrade PMD to 6.2.0
  • #42: Marker colors not updated in all views after change
  • #43: Update unit tests to use new ruleset categories
  • #46: PMD Preferences are overridden and lost

External Contributions

24-June-2017: 4.0.15.v20170624-2134

  • Updated PMD to 5.8.0

28-May-2017: 4.0.14.v20170528-1456

  • Fixed Add travis build (issue #21)
  • Fixed NPE while creating ruleset due to hashcode (issue #23)

29-April-2017: 4.0.13.v20170429-1921

  • Updated PMD to 5.6.1

31-March-2017: 4.0.12.v20170331-0813

  • Updated PMD to 5.5.5

28-January-2017: 4.0.11.v20170128-2103

  • Updated PMD to 5.5.3

26-June-2016: 4.0.10.v20160626-1043

  • Fix classpath errors due to multiple version on asm being on the classpath. See also bug #1492.

25-June-2016: 4.0.9.v20160625-2101

  • Updated PMD to 5.5.0
  • Fixed Violation Overview + Outline don't work for Non-Java Rule violations (issue #13, pull request #14)
  • squid:S1854 - Dead stores should be removed (pull request #17)
  • squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order (pull request #18)
  • Fixed Executing Rule.start() (bug #974)
  • Fixed Cannot create reports for non-Java projects (bug #1473)
  • Fixed Check Code doesn't work from project root in non-java projects (bug #1474)
  • Fixed Not Able to enable PMD for Apex in Eclipse (bug #1483)

04-December-2015: 4.0.8.v20151204-2156

  • Updated PMD to 5.3.6
  • Fixed PMD-Plugin does not work if run with IBM JDK 1.7.0 (bug #1419)
  • Fixed PMD Eclipse is not executed if "Full build" is not enabled (bug #1435)
  • Fixed PMD is changing encoding of source code (bug #1386)

API Changes:

  • The package net.sourceforge.pmd.eclipse.core.rulesets including sub-packages has been removed from the plugin. It won't export these package anymore. The purpose of this package was probably to provide a way of serializing and deserializing rulesets. As only the writer has been implemented and the reader was missing, it's not useful. If you need to read/write rulesets, use the core PMD functionality provided by net.sourceforge.pmd.RuleSetWriter. In order to read it back, use net.sourceforge.pmd.RuleSetFactory.

22-May-2015: 4.0.7.v20150522-1709

  • Updated PMD to 5.3.2
  • Fixed Unable to check more than one class without FullBuildEnabled (#1352)
  • Fixed Manually checking code with PMD only works if PMD is activated for the project (bug #1351)
  • Fixed Check code after saving runs PMD unnecessarily (bug #1350)

01-April-2015: 4.0.6.v20150401-1945

  • Updated PMD to 5.3.0
  • Updated PMD to 5.2.3 (pull request #4)
  • Some performance improvements when using a BUNCH of projects with pmd settings (pull request #3)
  • Fixed global rule management persistence broken (bug #1248)
  • More PMD plugin performance updates (pull request #5)

05-November-2014: 4.0.5.v20141105-1906

  • Updated PMD to 5.2.1

09-September-2014: 4.0.4.v20140909-1748

  • Updated PMD to 5.1.3
  • Fix packaging (pull request #1, bug #1129)
  • Fixed Code review in Luna always throws "An internal error occurred during: "ReviewCode"." (bug #1210)
  • Fixed NPE when selecting a Working Set in Eclipse (bug #1152)
  • Fixed Eclipse plugin don't apply global rule configuration after restart (bug #1184)
  • Fixed "Use type resolution" does not work (bug #1145)
  • Fixed NullPointerException when selecting/unselecting items in the Projects Properties view (bug #1242)
  • Fixed sizing of first column in Rule Configuration (bug #1237)
  • Fixed Violations outline should remember column widths (bug #1240)
  • Fixed Rule Configuration window does not use extra horizontal space (bug #1238)

27-April-2014: 4.0.3.v20140427-0831

31-October-2013: 4.0.2.v20131031-1124

  • Fixed Plugin does not execute custom xpath rules (bug #1132)
  • Fixed After changing exclude filters violations are not cleared (bug #1148)

11-August-2013: 4.0.1.v20130811-0001

  • Updated PMD to 5.0.5
  • Fixed Build path exclusions not honored (bug #988)
  • Fixed right click to add reviewed comment missing (bug #1052)
  • Fixed PMD Eclipse: How to ... documentation missing (bug #1061)
  • Fixed Properties page: "Rule-Selection" should be disabled if project-local config is selected (bug #1070)
  • Fixed Violations are reported multiple times (bug #1071)
  • Fixed Exclude pattern does not work (bug #1079)
  • Fixed SWTError: No more handles on Violation Outline View (bug #1096)
  • Fixed Selecting non-duplicates during import doesn't work. (bug #1110)
  • Fixed Eclipse log file will not be filled (bug #1112)
  • Fixed PMD Eclipse plugin doesn't analyze project if it has non-existing source folders (bug #1116)
  • Fixed An internal error occurred during: "RenderReport" (bug #1117)
  • The official update site is now: https://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/

10-May-2013: 4.0.0.v20130510-1000

  • Updated PMD to 5.0.4
  • Fixed False Positive: LocalVariableCouldBeFinal (bug #1075)