vlsi opened a new issue, #5974: URL: https://github.com/apache/jmeter/issues/5974
### Use case Currently, `HashTree implements Map<Object, HashTree>`, however, when the user knows the key is `TestElement`, it requires casts. I think we should migrate to `HashTree<KeyType> implements Map<KeyType, HashTree<KeyType>>` or something like that. However, adding generics is not fully backward compatible, I suggest we do that in 6.0 ### Possible solution _No response_ ### Possible workarounds _No response_ ### JMeter Version 5.5 ### Java Version _No response_ ### OS Version _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org