compare_versions: 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
 7
 8
 9
10
compare_versions(
  dir_old,
  dir_new,
  pmd_path,
  limit_executions = FALSE,
  n_limit = 20,
  parallel = FALSE,
  resume = FALSE,
  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.