The following issue is about disallowing 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:
Replace source "." with "customer"
Replace source "." with "age"
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.
customerandage:Replace source "." with "customer"Replace source "." with "age"