-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.3
-
Fix Version/s: 3.2.3
-
Component/s: test-suite
-
Labels:None
DedupTest.g_V_asXaX_repeatXbothX_timesX3X_emit_asXbX_group_byXselectXaXX_byXselectXbX_dedup_order_byXidX_foldX_selectXvaluesX_unfold_dedup
includes
order().by(T.id)
which assumes that the id implements Comparable.
As ids are specified as Object this is not always true.
- links to