-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
Currently, the implementation of `PathElement` `hashCode()` and `equals()` inherits from `Object`. It would be better with a custom implementation that allows PathElements to be keys in a Set or a Map.