-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Expression or condition #3445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expression or condition #3445
Conversation
if expression and conditionQualifiedByName both exists on the same @mapping config, then it should lead to compile time error, and a new error message that says so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @the-mgi!
Sorry it took so long to review. (now that I see it, 2 days isn't that long 😅 )
Would you be so kind and add a unit test? This would look similar to theIssue2668Test.
Thanks in advance!
processor/src/main/java/org/mapstruct/ap/internal/model/source/MappingOptions.java
Outdated
Show resolved
Hide resolved
|
pleasure. |
|
FYI there is a failing test |
fixes #3413