This Web page gathers information related to the tool XTic, part of a research work "Automatic Extraction of Developer Expertise", to be presented in EASE 2014 conference (London, UK).
An XTic configuration $name is composed of a pair of JSON files :
Put the version
"source-analyses":[ { "class":"XticAnalysis", "require-actions":true, "options": { "xtic-files":"specs ", "MAX_COMMIT_SIZE":400, "RENAME_MOVE":TRUE } } ], post-processing-analyses":[ { "class":"XticPostAnalysis" "options" : { "MIN_COMMITS_DEV":4 } } ]
The MAX_COMMIT_SIZE (an integer) and RENAME_MOVE (true/false) options are detailed in the Tutorial.
The MIN_COMMITS_DEV (an integer) indicates the minimal number of commits that a developer must have performed to be part of the report. It is used to discard developers that made very few commits and may be intuitively out of interest for the analysis. The default value is 5.
Put the version