Files
pmd/pmd-eclipse-plugin/ReleaseNotes.md
T
Andreas Dangel c1907339b3 pmd-eclipse: fix #1132 plugin does not execute custom xpath rules
Actually changing the behaviour of the global rule preferences,
so that all built-in rules of PMD are active by default and
all "unknown" (aka. custom) rules are active by default, too.
The filtering is therefore adjusted to filter out any inactive
rules rather then retaining the active ones.
2013-10-14 22:01:23 +02:00

2.0 KiB

PMD For Eclipse - Release Notes

Eclipse Update Site: https://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/

????: 4.0.2.v????

  • Fixed Plugin does not execute custom xpath rules (bug #1132)

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)