Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.AM1
-
None
Description
Element injected in a RestrictedByItem instance will be stored in a Set. Nevertheless, we expect those elements to be ordered so that a test on the hashcode gives a egal value no matter what the elements order is.
When switching from Java 7 to Java 8, the check fails.