Skip to content

Releases: ChuckJonas/vscode-apex-pmd

0.7.0 - 2024-04-25

25 Apr 13:12
v0.7.0
cebd70f
Compare
Choose a tag to compare

Added

  • Upgrade to PMD 7.0.0 #159

Changed

Fixed

  • Default ruleset not compatible with final PMD 7.0.0 #158

Full Changelog: v0.6.2...v0.7.0

0.6.2 - 2023-09-14

14 Sep 18:00
v0.6.2
c1d610b
Compare
Choose a tag to compare

Added

  • [ci] Run github actions and tests on all operating systems by @adangel in #150

Changed

  • Improve marketplace integration - Rename CHANGELOG -> CHANGELOG.md by @adangel in #147
  • Bump @vscode/test-electron from 1.6.1 to 2.3.4 by @adangel in #149
  • CLASSPATH must only be quoted for Windows by @adangel in #151
  • Quote pmdBinPath in case it contains spaces by @adangel in #152

Fixed

  • additionalClassPaths not being picked up for custom rules (regression in 0.6.1) #145
  • Cannot execute PMD when user dir contains spaces #146

Full Changelog: v0.6.1...v0.6.2

0.6.1 - 2023-09-08

08 Sep 14:18
v0.6.1
934464d
Compare
Choose a tag to compare

Added

Changed

  • Update README.md - Intro sentence to get the command palette opened by @surfmuggle in #137
  • Update dependencies by @adangel in #142
  • Quote classPath to deal with spaces in workspaceRootPath by @adangel in #143

Removed

  • remove settings showErrors, showStdOut, and showStdErr. Output from PMD execution is always
    displayed in the output window. This helps to diagnose problems like ruleset loading errors.

Fixed

  • Error executing PMD when project folder uses spaces #139
  • Static Analysis Failed - Cannot load ruleset #140

New Contributors

Full Changelog: v0.6.0...v0.6.1

0.6.0 - 2023-08-24

29 Aug 18:06
v0.6.0
Compare
Choose a tag to compare

Added

Changed

  • Upgraded to PMD7!

Removed

  • WARNING: PMD6 is no longer supported via pmdBinPath setting. If you receive an error, please clear this setting!

0.5.1

29 Jul 21:02
Compare
Choose a tag to compare
Re-updating because (can't trust binaries)

0.5.0

29 Jul 21:02
Compare
Choose a tag to compare
Merge branch 'onDocumentChange'

0.4.10

02 May 05:09
Compare
Choose a tag to compare
  • upgraded to PMD 6.23

0.4.9

17 Mar 21:37
Compare
Choose a tag to compare

Change

  • upgraded to PMD 6.22
  • added Cognitive Complexity to default rule-set
  • removed Cyclomatic Complexity from default rule-set
  • fixed stale readme link
  • Upgraded vscode engine to 1.43.0 (min vscode version) + Upgraded to new test "framework"

0.4.8

21 Feb 03:17
Compare
Choose a tag to compare
  • npm audit fix
  • fixing bad documentation links

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