Description Usage Arguments Value
Lists all the java files, gets the PMD alerts and categorise the alerts in "open", "fixed" and "new"
1 2 3 4 5 6 | compare_versions_read_outside(
dir_old,
dir_new,
pmd_path = "pmd/bin/pmd.bat",
log = "log"
)
|
dir_old |
old version |
dir_new |
new version |
pmd_path |
path to pmd |
limit_executions |
must the files be limitef |
n_limit |
if the files must be limited, how many? |
alerts categorised in "new", "fixed" and "open"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.