vscode Apex Pmd
Allows you to run Apex Static Analysis directly in vscode on apex & visualforce files.
Features
Current actions Supported
- Run analysis on file open
- Run analysis on file save
- Run analysis on entire workspace
- Run analysis on single file
- Ability to define your own ruleset
System Requirements
- Must have
JDK >=1.4
installed and in path
Configuration
rulesetPath
: set to override default ruleset (see "Defining your own ruleset" for more details)runOnFileOpen
: run every time a file is opened in vscoderunOnFileSave
: run everytime a file is savedpriorityErrorThreshold
: Determines at what priority level 'errors' will be added. Anything less will be a warning or hintpriorityWarnThreshold
: Determines at what priority level 'warnings' will be added. Anything less will be a hintpmdBinPath
: set to override the default pmd binaries. Previously namedpmdPath
.
Defining your own "Ruleset"
I recommend you use the default ruleset as a starting point.
Set apexPMD.rulesetPath
to reference your custom ruleset. You can either use the absolute path, or a relative path from your workspace (EG my-apex-rules.xml
).
Legal Stuff
Copyright (c) 2003-2009, InfoEther, LLC
All rights reserved.
This product includes software developed in part by support from
the Defense Advanced Research Project Agency (DARPA)
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The full license (BSD-style) can be found in the PMD repo