Open
Description
Use case
JMeter seems to rely on hashCode
uniqueness:
The hashcode violating code is
In other words, it generates property names based on
item.hashCode()
.One more significant issue is that
TestCompiler
produces wrong results since TestElement
equals
is inconsistent with hashCode
: It causes various Map<TestElement, ...>
, Map<Sampler, ...>
behave wrong. For instance, TestCompiler
fails to property associate SamplePackage
with the corresponding elements:
Possible solution
No response
Possible workarounds
No response
JMeter Version
5.5
Java Version
No response
OS Version
No response