Skip to content

Commit

Permalink
Adapt report generation for changed function-name to get root directo…
Browse files Browse the repository at this point in the history
…ries.
  • Loading branch information
Alberth289346 committed Apr 4, 2022
1 parent ec11c4c commit d367380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private static OverviewReport generateOverviewReport(JPlagResult result) {
List<JPlagComparison> comparisons = result.getComparisons();
OverviewReport overviewReport = new OverviewReport();

overviewReport.setSubmissionFolderPath(result.getOptions().getRootDirectoryNames());
overviewReport.setSubmissionFolderPath(result.getOptions().getPlagiarismCheckRootDirectoryNames());

String baseCodePath = result.getOptions().hasBaseCode() ? result.getOptions().getBaseCodeSubmissionName().orElse("") : "";
overviewReport.setBaseCodeFolderPath(baseCodePath);
Expand Down

0 comments on commit d367380

Please sign in to comment.