-
Bug
-
Resolution: Fixed
-
Major
-
None
If an ItemInfo object has the sortAsInQueueSince attribute set, the compareTo() method is not working correctly anymore.
The check if we can sort by the InQueueSince time, is correctly using the getSortableInQueueSince() method, which includes the sortAsInQueueSince attribute and the inQueueSince attribute.
However, the actually comparison does not use this function and uses getInQueueSince() instead. Because of that the sortAsInQueueSince attribute is ignored and the objects are compared wrongly, leading to a wrongly sorted build queue.
- links to