Feuermagier / autograder

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

Leaked Collection Check does not detect nested collections #514

Open Luro02 opened 2 months ago

Luro02 commented 2 months ago

Summary

For example List<List<String>> or String[][] is not detected, when the outer collection is copied.

Lint Name

No response

Reproducer

<code>