The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Ant Task Usage | Page | PMD Description Runs a set of static code analysis rules on some source code files and generates a list of problems found. Parameters Attribute Description Required rulesetfiles A comma delimited list of ruleset files ('rulesets/java/basic.xml,rulesets/java/design.xml'). If you write your own ruleset files,... |
Continuous Integrations plugins | Page | Introduction PMD can be integrate through some of the Continuous Integration tools that exist now. Here is a list of known (to us) plugin to do so. Hudson Plugin Hafner Ullrich has developed a PMD plugin for Hudson. Please check the plugin homepage for more info. <h2... |
Maven PMD Plugin | Page | Maven 2 and 3 Running the pmd plugin Generating a project report To include the PMD report in the project reports section add the following lines under the reports element in your pom.xml: <project> ... <reporting> <plugins> <plugin> <span... |
Tools / Integrations | Page | * IDE plugins * [Continuous Integrations plugins](/pmd_userdocs_ci.html) * GUIs ## IDE Integrations ### Summary IDE Homepage Source Code Maintainers BlueJ pmd-bluej Tom Copeland Codacy github: codacy/codacy-pmdjava Codacy CodeGuide N/A Austin Moore ... |