You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: