vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.78k stars 196 forks source link

@test annotation missing in IntArrayListTest.java for testAddAll #324

Closed flohop closed 1 month ago

flohop commented 2 months ago

It seems to be that the @Test annotation was forgotten for this test function image

flohop commented 2 months ago

Same for testSort image

incaseoftrouble commented 2 months ago

FYI on github you can directly reference lines of code

https://github.com/vigna/fastutil/blob/3e59d8a9577801e9df866b259e4c9ebfcb9c3923/test/it/unimi/dsi/fastutil/ints/IntArrayListTest.java#L150-L157

https://github.com/vigna/fastutil/blob/3e59d8a9577801e9df866b259e4c9ebfcb9c3923/test/it/unimi/dsi/fastutil/ints/IntArrayListTest.java#L189-L193

(select the lines in the web interface > the three dots options menu > copy permalink)

vigna commented 1 month ago

Thanks, fixed!