Skip to content
Snippets Groups Projects
  1. Mar 03, 2016
  2. Mar 02, 2016
  3. Mar 01, 2016
  4. Feb 29, 2016
  5. Feb 28, 2016
  6. Feb 24, 2016
  7. Feb 23, 2016
  8. Feb 22, 2016
  9. Feb 17, 2016
  10. Feb 15, 2016
  11. Feb 03, 2016
  12. Feb 02, 2016
  13. Jan 15, 2016
  14. Jan 14, 2016
  15. Dec 22, 2015
  16. Dec 11, 2015
  17. Dec 09, 2015
  18. Dec 01, 2015
  19. Nov 20, 2015
  20. Nov 18, 2015
  21. Nov 15, 2015
    • Timur Masar's avatar
      Fixing TreeSet's Comparator · 5729665b
      Timur Masar authored
      This fixes the Presence TreeSet's Comparator. If the comparator can't
      determine a greater or less than relationship, it will sort by the name
      of the resources lexicographically.
      A (mathematical) set is a collection of distinct objects. A TreeSet's
      compare function determines relation of two objects. It also determines
      equality and since this is a Set it would effectively replace the old
      one in the set, if the function returns 0. This method wasn't fully
      equals consistent, meaning different objects were deemed equal by the
      comparator. That lead to an inconsistency in the representation of
      presence objects and resources that contact has connected. The resources
      not represented in this TreeSet would no longer be able to let the
      contact appear as Online.
      5729665b
  22. Nov 12, 2015
  23. Nov 11, 2015
Loading