assertj-assertions-generator
assertj-assertions-generator copied to clipboard
Repeted assertions method returned boolean
I have domain class with property boolean versioned. I have two method public boolean isVersioned() {return versioned;} public boolean isNotVersioned() {return !versioned;}
unfortunatelly assertj-assertions-generator-maven-plugin v. 2.0.0 creates isVersioned and isnotVersioned twice in Assert class. How to configure plugin to prevent from duplication?
@michalAndrzejKalinowskiEstimate this bug has been addressed in BaseAssertionGenerator, can you check in you use the latest version?