Open yeikel opened 2 years ago
cardinality(O obj, Iterable<? super O> coll) Deprecated. since 4.1, use IterableUtils.frequency(Iterable, Object) instead. Be aware that the order of parameters has changed.
https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/CollectionUtils.html#cardinality-O-java.lang.Iterable-
It may be possible to configure a declarative recipe for this migration.
These may help ReorderMethodArguments, ChangeType, ChangeMethodTargetToStatic
https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/CollectionUtils.html#cardinality-O-java.lang.Iterable-