* Performance and Memory Allocation Comparison Between List and Set in Java
* Performance and Memory Allocation Comparison Between List and Set in Java
* Performance and Memory Allocation Comparison Between List and Set in Java
* Performance and Memory Allocation Comparison Between List and Set in Java
* BAEL-5419: List vs ArrayList in Java + tests
* BAEL-5419: Updated code +tests as per review comments
* BAEL-5419: Fixed failing tests
* BAEL-5419: Fixed JUnit test as per review comments
* BAEL-4280: Initial commit for finding diff between lists
* BAEL-4280: Format
* BAEL-4280: Refactor
* BAEL-4280: Refactor not to use private methods
* BAEL-4280: Refactor based on editor comments
* BAEL-4280: Review round 2
* BAEL-4280: Use assertj
* BAEL-4280: Use assertj
* BAEL-4280: Shorter names for tests
* BAEL-4280: Remove HashSet as its not used anymore
* BAEL-4280: Use containsExactlyInAnyOrder for Set example
* BAEL-4280: Remove distinct method call
* BAEL-4280: Move impl to test
* BAEL-4280: Use containsExactlyInAnyOrder
* BAEL-4280: Rename test methods
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade
* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java
* [JAVA-1657] Upgraded JUnit Jupiter version
* [JAVA-1657] Get JUnit 4 dependency transitively