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

Would be nice if there was a way to automatically update PMD bin and default ruleset. See https://github.com/pmd/pmd/issues/2350

help wanted

**Is your feature request related to a problem? Please describe.** Yes. I use default ruleset's override based on [apex_ruleset ](https://github.com/ChuckJonas/vscode-apex-pmd/blob/master/rulesets/apex_ruleset.xml) as linked in readme. I noticed the plugin doesn't report...

**Describe the bug** Up until I did an sfdx update this wos working. Now vscode will display pmd warnings for anything not declared in the same class file. Methods, Objects,...

**Is your feature request related to a problem? Please describe.** We can not use remote rulesets ![image](https://user-images.githubusercontent.com/17500430/182883794-54039998-0ce7-43ef-9c10-474e831d3dfe.png) **Describe the solution you'd like** I'd like to use the same remote rulesets...

Static Analysis Failed. Error Details: Error: Failed to parse PMD Results. Enable please logging (STDOUT & STDERROR) I have enabled the STDOUT and STDEROR , still I am receving same...

https://www.salesforce.com/news/stories/how-were-bringing-inclusive-language-to-our-products/

PMD has added some nice new formats since this was originally written. Would probably clean up the code significantly to move to the json formation (`-f json`)

The extension does not clear out linter messages for a file that has been closed. As a user, this is frustrating as I end up with many files in the...

help wanted

**Is your feature request related to a problem? Please describe.** Ability to [quickfix](https://code.visualstudio.com/api/references/vscode-api#CodeActionKind) simple issues **Describe the solution you'd like** Implement QuickFix for rules which have obviously solutions. Example [ClassNamingConventions](https://pmd.github.io/latest/pmd_rules_apex_codestyle.html#classnamingconventions)...

help wanted
feature request

Right now the problem view just give your the problem title. It would be really nice if we added some additional context. I think there are two options: 1: link...

help wanted
feature request