mapstruct / mapstruct-idea

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

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

Closed thunderhook closed 1 month ago

thunderhook commented 1 month 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: