On Thu, 14 Jan 2021 23:33:38 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Small cleanup in code, changing `HashSet` to `ArrayList`, with a > corresponding beneficial impact on tests. > > The irony is that this was originally done with the intent to change the > element type from `String` to `HtmlId`, but having tried that, it seems > better to localize the conversion from ids to class names, so I just cleaned > up the expository comment a bit. > > I rewrapped some of the long text block lines as well. This pull request has now been integrated. Changeset: 982e42b8 Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/982e42b8 Stats: 244 lines in 18 files changed: 34 ins; 2 del; 208 mod 8259726: Use of HashSet leads to undefined order in test output Reviewed-by: hannesw ------------- PR: https://git.openjdk.java.net/jdk/pull/2086