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.
Updated by Sergey Smolov almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Detected in build changed from svn to master
Fixed in 8af24969
Updated by Sergey Smolov over 5 years ago
- Status changed from Resolved to Closed
- Published in build set to 1.1.1-beta-190722
Actions