soen-6441-winter-2024 / warzone

0 stars 1 forks source link

Remove assigned country method is updating list during iteration #89

Open jdiaz216 opened 7 months ago

jdiaz216 commented 7 months ago

This operation can be dangerous and lead to errors, since every time an element is removed, all the elements are shifted to the left, causing higher indexes to be empty therefore will produce an IndexOutOfBoundsException if retrieved.