Feuermagier / autograder

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

Suggest using `Map#keySet`/`Map#valueSet` #488

Open Luro02 opened 5 months ago

Luro02 commented 5 months ago

Description

Currently the autograder only suggest entrySet when applicable, but not keySet or valueSet.