Skip to content
Marcelo Sousa edited this page May 7, 2015 · 5 revisions

Welcome to the descartes wiki!

Some interesting links:
ComparatorChain pattern
Compact Object Comparator
FindBugs: Bug finding tool for Java. The interesting section is that they already identified some interesting bug patterns that can be useful for this and later projects (specially the inter-action between equals, compare and hash).
A blog post where they use unit testing to verify the properties of the comparator.