Skip to content
Commit e8efc96f authored by Akbashev Alexander's avatar Akbashev Alexander Committed by Oleg Nenashev
Browse files

[JENKINS-42319] - Fix broken compareTo method of Run (#2762)

* JENKINS-42319: Fix broken compareTo method of Run

Previous implementation relied on fact that users always compare run
objects with same parent. But this is not always the case.
So, it was not safe to put runs from different parents to TreeSet, i.e.

* Make comparasion more performance friendly
parent 4fd4bd3a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment