Actions
Bug #8681
closedEngineRegistry fails to create toolchain when HashSet\HashMap are used
Start date:
01/19/2018
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Platform:
Published in build:
1.1.1-beta-190722
Description
The result of EngineRegistry toolchain construction mechanism implicitly depends from order in sets\maps.
When HashSet\HashMap classes are used, it can return null, while with LinkedHashSet\LinkedHashMap it is ok.
To reproduce the bug, substitute set\map classes from linked to non-linked and run HlddAssertSmvPrinterTestCase on JDK 1.8.
Actions