yegor256 / qulice

Quality Police for Java projects: aggregator of Checkstyle and PMD
https://www.qulice.com
Other
301 stars 112 forks source link

EqualsTree.java:46: Avoid equalsTree usages in checks and... #1181

Closed 0pdd closed 1 year ago

0pdd commented 1 year ago

The puzzle 1148-0feabb8c from #1148 has to be resolved:

https://github.com/yegor256/qulice/blob/8a94b847e210743819bf5db715d3340377a8bfbb/qulice-checkstyle/src/main/java/com/qulice/checkstyle/EqualsTree.java#L46-L46

The puzzle was created by @blablatdinov on 25-Jun-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be \"done\" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

k3p7i3 commented 1 year ago

@blablatdinov Please, could you explain, do we really need to delete EqualsTree class? Can't think of better alternative for recursive tree comparison.