mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
141 stars 38 forks source link

Add a warnig when using `source = "."` #203

Closed thunderhook closed 4 months ago

thunderhook commented 4 months ago

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):

When there are multiple parameters provide a quick fix for each parameter, e.g. customer and age: