On 1/31/17, 4:11 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Hi, > >There has been a change in reflection between 1.7 and 1.8 (I guess mostly >related to unit-testing) that the order in which methods are listed via >reflection is no longer deterministic in 1.8. > >So is this problem not occurring in 1.7 and is sometimes in 1.8? (Sorry >haven’t been following this huge thread in detail) Yes. I think it is related to this: http://stackoverflow.com/questions/1882762/is-the-java-hashmap-keyset-itera tion-order-consistent In the first Answer, someone else claims the order did change between versions. -Alex