This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Die Statistiken sollten auch in ElasticSearch hinterlegt werden."

Compare and Show latest version
19 files
+ 710
357
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -290,6 +290,7 @@ public class ArtemisExerciseInfo extends ExerciseInfo {
Objects.equals(getBonusPoints(), that.getBonusPoints()) &&
getMode() == that.getMode() &&
Objects.equals(getStaticCodeAnalysis(), that.getStaticCodeAnalysis()) &&
Objects.equals(getInteractivityType(), that.getInteractivityType()) &&
Objects.equals(getAllowOfflineIDE(), that.getAllowOfflineIDE()) &&
Objects.equals(getAllowOnlineEditor(), that.getAllowOnlineEditor()) &&
Objects.equals(getShowTestNamesToStudents(), that.getShowTestNamesToStudents()) &&