-
Bug
-
Resolution: Fixed
-
P3
-
16
-
None
-
b07
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.
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.
- is blocked by
-
JDK-8259723 Move Table class to formats.html package
-
- Resolved
-