Skip to content

Commit

Permalink
Upgrade bundled PMD version to 7.0.0 (#160)
Browse files Browse the repository at this point in the history
Merge pull request #160 from adangel:issue-158-default-ruleset
  • Loading branch information
adangel committed Apr 25, 2024
2 parents 74ec3e5 + 6d4fa8f commit 744d8f6
Show file tree
Hide file tree
Showing 74 changed files with 1,950 additions and 1,893 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Upgrade to PMD 7.0.0 [#159](https://github.com/ChuckJonas/vscode-apex-pmd/issues/159)

### Changed

- Upgrade bundled PMD version to 7.0.0 by @adangel in [#160](https://github.com/ChuckJonas/vscode-apex-pmd/pull/160)
- Upgraded github actions and node by @adangel in [#161](https://github.com/ChuckJonas/vscode-apex-pmd/pull/161)

### Deprecated
### Removed
### Fixed

- Default ruleset not compatible with final PMD 7.0.0 [#158](https://github.com/ChuckJonas/vscode-apex-pmd/issues/158)

### New Contributors

**Full Changelog**: https://github.com/ChuckJonas/vscode-apex-pmd/compare/v0.6.2...HEAD
Expand Down
4 changes: 2 additions & 2 deletions bin/pmd/bin/pmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set_lib_dir() {
if [ -L "$0" ]; then
local script_real_loc=$(readlink "$0")
else
local script_real_loc=$0
local script_real_loc=${BASH_SOURCE[0]:-${(%):-%x}}
fi
local script_dir=$(dirname "${script_real_loc}")

Expand All @@ -74,7 +74,7 @@ set_conf_dir() {
if [ -L $0 ]; then
local script_real_loc=$(readlink "$0")
else
local script_real_loc=$0
local script_real_loc=${BASH_SOURCE[0]:-${(%):-%x}}
fi
local script_dir=$(dirname "${script_real_loc}")

Expand Down
6 changes: 3 additions & 3 deletions bin/pmd/conf/simplelogger.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
org.slf4j.simpleLogger.logFile=System.err
org.slf4j.simpleLogger.showDateTime=false
org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd'T'HH:mm:ss.SSSXXX
org.slf4j.simpleLogger.showThreadName=true
org.slf4j.simpleLogger.showThreadName=false
org.slf4j.simpleLogger.showThreadId=false
org.slf4j.simpleLogger.showLogName=true
org.slf4j.simpleLogger.showLogName=false
org.slf4j.simpleLogger.showShortLogName=false
org.slf4j.simpleLogger.levelInBrackets=false
org.slf4j.simpleLogger.levelInBrackets=true

# Default log level for all loggers
# Must be one of "trace", "debug", "info", "warn", "error" or "off"
Expand Down
Binary file not shown.
Binary file removed bin/pmd/lib/animal-sniffer-annotations-1.14.jar
Binary file not shown.
Binary file added bin/pmd/lib/annotations-13.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/antlr-2.7.7.jar
Binary file not shown.
Binary file removed bin/pmd/lib/antlr-runtime-3.5.2.jar
Binary file not shown.
Binary file removed bin/pmd/lib/antlr4-runtime-4.9.1.jar
Binary file not shown.
Binary file added bin/pmd/lib/antlr4-runtime-4.9.3.jar
Binary file not shown.
Binary file removed bin/pmd/lib/aopalliance-1.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/apex-parser-3.6.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/apexlink-1.4.1.jar
Binary file not shown.
Binary file added bin/pmd/lib/apexlink-2.3.7.jar
Binary file not shown.
Binary file removed bin/pmd/lib/asm-9.4.jar
Binary file not shown.
Binary file added bin/pmd/lib/asm-9.6.jar
Binary file not shown.
Binary file removed bin/pmd/lib/cglib-3.3.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/checker-compat-qual-2.5.3.jar
Binary file not shown.
Binary file added bin/pmd/lib/checker-qual-2.11.1.jar
Binary file not shown.
Binary file removed bin/pmd/lib/checker-qual-2.5.2.jar
Binary file not shown.
Binary file added bin/pmd/lib/commons-lang3-3.14.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/commons-lang3-3.8.1.jar
Binary file not shown.
Binary file removed bin/pmd/lib/error_prone_annotations-2.1.3.jar
Binary file not shown.
Binary file added bin/pmd/lib/error_prone_annotations-2.23.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/failureaccess-1.0.2.jar
Binary file not shown.
Binary file added bin/pmd/lib/flogger-0.7.4.jar
Binary file not shown.
Binary file added bin/pmd/lib/flogger-system-backend-0.7.4.jar
Binary file not shown.
Binary file added bin/pmd/lib/gson-2.10.1.jar
Binary file not shown.
Binary file removed bin/pmd/lib/gson-2.8.9.jar
Binary file not shown.
Binary file added bin/pmd/lib/gson-extras-1.0.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/guava-33.0.0-jre.jar
Binary file not shown.
Binary file removed bin/pmd/lib/j2objc-annotations-1.1.jar
Binary file not shown.
Binary file added bin/pmd/lib/j2objc-annotations-2.8.jar
Binary file not shown.
Binary file removed bin/pmd/lib/javax.inject-1.jar
Binary file not shown.
Binary file removed bin/pmd/lib/jol-core-0.4.jar
Binary file not shown.
Binary file added bin/pmd/lib/jsr250-api-1.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/kotlin-stdlib-1.7.20.jar
Binary file not shown.
Binary file added bin/pmd/lib/kotlin-stdlib-common-1.7.20.jar
Binary file not shown.
Binary file added bin/pmd/lib/kotlin-stdlib-jdk7-1.7.20.jar
Binary file not shown.
Binary file added bin/pmd/lib/kotlin-stdlib-jdk8-1.7.20.jar
Binary file not shown.
Binary file not shown.
Binary file removed bin/pmd/lib/pcollections-3.1.3.jar
Binary file not shown.
Binary file added bin/pmd/lib/pcollections-3.2.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/picocli-4.7.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/picocli-4.7.5.jar
Binary file not shown.
Binary file removed bin/pmd/lib/pkgforce_2.13-1.4.1.jar
Binary file not shown.
Binary file added bin/pmd/lib/pkgforce_2.13-2.3.7.jar
Binary file not shown.
Binary file removed bin/pmd/lib/pmd-apex-7.0.0-rc3.jar
Binary file not shown.
Binary file added bin/pmd/lib/pmd-apex-7.0.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/pmd-apex-jorje-7.0.0-rc3-lib.jar
Binary file not shown.
Binary file removed bin/pmd/lib/pmd-cli-7.0.0-rc3.jar
Binary file not shown.
Binary file added bin/pmd/lib/pmd-cli-7.0.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/pmd-core-7.0.0-rc3.jar
Binary file not shown.
Binary file added bin/pmd/lib/pmd-core-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file removed bin/pmd/lib/pmd-visualforce-7.0.0-rc3.jar
Binary file not shown.
Binary file added bin/pmd/lib/pmd-visualforce-7.0.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/pmd-xml-7.0.0-rc3.jar
Binary file not shown.
Binary file added bin/pmd/lib/pmd-xml-7.0.0.jar
Binary file not shown.
Binary file added bin/pmd/lib/runforce-55.5.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/scalajs-stubs_2.13-1.0.0.jar
Binary file not shown.
Binary file removed bin/pmd/lib/stringtemplate-3.2.1.jar
Binary file not shown.
Binary file added bin/pmd/lib/summit-ast-2.2.0.jar
Binary file not shown.
1,605 changes: 985 additions & 620 deletions bin/pmd/sbom/pmd-1.0.0-SNAPSHOT-cyclonedx.json

Large diffs are not rendered by default.

1,283 changes: 722 additions & 561 deletions bin/pmd/sbom/pmd-1.0.0-SNAPSHOT-cyclonedx.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 744d8f6

Please sign in to comment.