Skip to content

Commit

Permalink
Update possible relations in showcase.R
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bock <[email protected]>
  • Loading branch information
bockthom authored and fehnkera committed Sep 23, 2020
1 parent 38243b1 commit bf2806a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions showcase.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ CF.DATA = "/path/to/codeface-data" # path to codeface data
CF.SELECTION.PROCESS = "threemonth" # releases, threemonth(, testing)

CASESTUDY = "busybox"
ARTIFACT = "feature" # function, feature, file, featureexpression
ARTIFACT = "feature" # function, feature, file, featureexpression (only relevant for cochange)

AUTHOR.RELATION = "mail" # mail, cochange
ARTIFACT.RELATION = "cochange" # cochange, callgraph
AUTHOR.RELATION = "mail" # mail, cochange, issue
ARTIFACT.RELATION = "cochange" # cochange, callgraph, mail, issue


## / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
Expand Down

0 comments on commit bf2806a

Please sign in to comment.