vscode-apex-pmd icon indicating copy to clipboard operation
vscode-apex-pmd copied to clipboard

PMD static analysis for Apex in vscode

Results 30 vscode-apex-pmd issues
Sort by recently updated
recently updated
newest added

Since the update, the extension doesn't do anything anymore. No errors, no icon changes. I always used it with my own local PMD. Stopped working now. But also without a...

**Is your feature request related to a problem? Please describe.** When running Apex PMD with a custom ruleset, with custom rules in it, the url provided in the problems tab...

enhancement

**Describe the bug** When I open a new project that is not sfdx, I get an error from the vscode extension that there is no ruleset. But this is not...

**Is your feature request related to a problem? Please describe.** UnusedMethod is a new rule introduced in PMD 7.0.0 and it uses [ApexLink](https://github.com/nawforce/ApexLink) to identify methods not used in your...

for example. I have a maintenance description and example for validating apex class comments in the ruleset. ![image](https://github.com/ChuckJonas/vscode-apex-pmd/assets/1549611/05d0d584-94ed-402a-b0fd-95d5aef1d7cf) ![image](https://github.com/ChuckJonas/vscode-apex-pmd/assets/1549611/62b972d7-66d2-406d-ab5f-2f161ff7b288) but not show the message in the ruleset ![image](https://github.com/ChuckJonas/vscode-apex-pmd/assets/1549611/b6c0045a-ee17-41af-8f4c-e9c683707b43) how config...

**Describe the bug** I have a class with several methods that each do an update on an sObject. All of these update calls are highlighted by the linter with the...

Hi @ChuckJonas , many thanks for developing this great extension. It seems to be in use by many people. I was wondering whether you would be open to move this...

This documents the release process and provides script snippets, that can be executed manually (when GitHub Actions isnt' available). Additionally, three GitHub Actions workflows are provided: 1. prepare-release: Can be...

enhancement

**Is your feature request related to a problem? Please describe.** Setup a CI/CD using github actions so we can automatically upgrade PMD to the latest version and publish to vscode...

enhancement

**Is your feature request related to a problem? Please describe.** With SFDX it's now possible to split your Salesforce code and config into different folders - to take a folder...