Use of HashSet leads to undefined order in test output

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 17
    • Affects Version/s: 16
    • Component/s: tools
    • None

      The use of `HashSet` for a series of "tabClasses" in the `Table` class causes "unexpected/undefined" order of test output.

      Although we have not seen any instability, changing the collection can lead to unexpected test failures.

      By construction, the items in the class are unique, so there is no need to use a Set: a List is enough to guarantee a defined order.

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: