We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
source = "."
The following issue is about disallowing source = ".":
source="."
We might add a warning to discourage users from using it.
Maybe also providing a quick-fix to change it to the parameter name (maybe find a better text):
Replace source "." with "customer"
When there are multiple parameters provide a quick fix for each parameter, e.g. customer and age:
customer
age
Replace source "." with "age"
The text was updated successfully, but these errors were encountered:
#203 Add a warning when using source = "." (#204)
815011b
Successfully merging a pull request may close this issue.
The following issue is about disallowing
source = "."
:source="."
mapstruct#3631We might add a warning to discourage users from using it.
Maybe also providing a quick-fix to change it to the parameter name (maybe find a better text):
Replace source "." with "customer"
When there are multiple parameters provide a quick fix for each parameter, e.g.
customer
andage
:Replace source "." with "customer"
Replace source "." with "age"
The text was updated successfully, but these errors were encountered: