Skip to content

Releases: ChuckJonas/vscode-apex-pmd

0.4.7

21 Feb 03:07
Compare
Choose a tag to compare

Change

  • fix issue with cachePath not working for windows
  • upgraded PMD to 6.21.0

0.4.6

27 Nov 17:22
Compare
Choose a tag to compare

Change

  • fix issue with pmdBinPath not working for relative url

0.4.5

23 Aug 22:24
Compare
Choose a tag to compare

Added

  • Link to Rule documentation
  • Ruleset-Rulename in description

Change

  • showStdErr now defaults to true
  • updated to PMD 6.17.0

0.4.3

31 May 23:11
Compare
Choose a tag to compare

Fixes
#38

0.4.2

26 Apr 17:30
Compare
Choose a tag to compare

4.0

13 Feb 15:47
7edfcd4
Compare
Choose a tag to compare
4.0

[0.4.0]

Added

  • Ability to enable PMD caching for a faster analysis

Change

  • Upgraded csv parsing package
  • Improved recovery handling of bad csv data
  • Ignore problems in .sfdx generated files
  • Settings auto-load on change. If you change settings you no longer need to reload VSCode

2.0

17 Sep 14:13
Compare
Choose a tag to compare
2.0

Added

  • Added support for visualforce
  • Extension now includes PMD binaries by default
  • Progress UI for run on workspace with ability to cancel
  • Ability to clear all "problems"
  • Test Coverage
  • Status Bar

Changed

  • Fixed bug with runOnSave & runOnOpen being switched
  • Fixed bug with runOnOpen causing pmd to run twice
  • Fixed bug with csv escaping #25
  • renamed pmdPath setting to pmdBinPath
  • Updated default ruleset to latest
  • Removed Show Apex PMD Output as vscode natively supports switching channels
  • removed use default ruleset setting in favor be just looking for a empty ruleset config
  • Cleaned up output and updated setting defaults
  • Refactored code and added simple test coverage