Feuermagier / autograder

Automatic grading of student's Java code
MIT License
13 stars 7 forks source link

Interface check should ignore sequenced collections (where the order is important) #529

Closed Luro02 closed 1 month ago

Luro02 commented 1 month ago

Summary

SequencedSet/SequencedMap aren't available in Java 17, so until we update to Java 21, we should add an exception for anyone using collections like LinkedHashMap instead of Map.

Lint Name

No response

Reproducer

<code>