As a followup of mapstruct/mapstruct#3540 I added an inspection to check if the target . is used without a source property. In addition I disabled the remove suggestion of the source property if the target is . and the options to use constant or expression as default values.
As a followup of mapstruct/mapstruct#3540 I added an inspection to check if the target
.
is used without a source property. In addition I disabled the remove suggestion of the source property if the target is.
and the options to use constant or expression as default values.