Skip to content

Commit

Permalink
Update autograder-core/src/main/java/de/firemage/autograder/core/Prob…
Browse files Browse the repository at this point in the history
…lemType.java
  • Loading branch information
Luro02 authored May 16, 2024
1 parent c51e462 commit f48b5c7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ public enum ProblemType {
*/
@HasFalsePositives
COLLECTIONS_N_COPIES,
/**
* Reports all calls to `System.exit`
*/
@HasFalsePositives
DO_NOT_USE_SYSTEM_EXIT,
SCANNER_MUST_BE_CLOSED,
EQUALS_HASHCODE_COMPARABLE_CONTRACT,
Expand Down

0 comments on commit f48b5c7

Please sign in to comment.