compare_versions_read_outside: Compare two versions of a source-code in terms of kludges

Description Usage Arguments Value

View source: R/functions.R

Description

Lists all the java files, gets the PMD alerts and categorise the alerts in "open", "fixed" and "new"

Usage

1
2
3
4
5
6
compare_versions_read_outside(
  dir_old,
  dir_new,
  pmd_path = "pmd/bin/pmd.bat",
  log = "log"
)

Arguments

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?

Value

alerts categorised in "new", "fixed" and "open"


crotman/kludgenudger documentation built on Oct. 19, 2021, 7:30 p.m.