Closed alexandrugabrielrait closed 11 months ago
Hello?
@alexandrugabrielrait Actually your implementation is wrong, it just sorts the files by name, which has nothing to do with insertion order. Perhaps it worked in your case, but it doesn't do what you set out to do at all. I added a test and a correct implemention via a LinkedIdentityHashMap in https://github.com/inwc3/JMPQ3/commit/36f7cac31e27ee0f373561d2d481938c71ba5f20
Thanks for the PR. Can you please add a unit test to assert this behavior?