Skip to content

usingComparatorForFields and usingComparatorForType documentation example using deprecated method #3711

@origin-coding

Description

@origin-coding

Ducumentation links:
https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForFields(java.util.Comparator,java.lang.String...)

https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForType(java.util.Comparator,java.lang.Class)

Description:
These two methods' code example uses a method called "isEqualToComparingFieldByField" and "isEqualToIgnoringNullFields".
Such methods are actually marked as Deprecated which means they are not supported.
So is there any plan to change the documentation using the new "RecursiveComparisonConfiguration" class?

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions