Strew analyzer with files without test crashes worker
Compare changes
@@ -113,6 +113,7 @@ public class StrewAnalyzer extends AggregatedAnalyzer {
The worker crashed when no test files were present in a submission and the strew analyzer was run.
Added a missing return statement that fixes the problem.
A return statement.
Closes #224 (closed)
To be filled in by the reviewers