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
'java.util.Objects' is already defined in a single-type import
Solution:
I'd like to just use fully qualified class names instead of import statements.
I see #97 requested using imports instead of fully qualified class names. Maybe both should be supported, but it should be configurable which one is being used.
Also it looks like this the use of fully qualified class names was already implemented for 2.2.1 with 73d3c5e?
Versions:
I'm using assertj-assertions-generator version 2.2.1, assertj-assertions-generator-maven-plugin version 2.2.0, and assertj-core version 3.21.0.
The text was updated successfully, but these errors were encountered:
Problem:
I'm having classes generated with imports like:
And this results in the compile error:
Solution:
I'd like to just use fully qualified class names instead of import statements.
I see #97 requested using imports instead of fully qualified class names. Maybe both should be supported, but it should be configurable which one is being used.
Also it looks like this the use of fully qualified class names was already implemented for 2.2.1 with 73d3c5e?
Versions:
I'm using assertj-assertions-generator version 2.2.1, assertj-assertions-generator-maven-plugin version 2.2.0, and assertj-core version 3.21.0.
The text was updated successfully, but these errors were encountered: