mapstruct / mapstruct-eclipse

An Eclipse plug-in for working with MapStruct
Other
13 stars 8 forks source link

Ignore-Unmapped-Target-Properties QuickFix inserts annotations incorrectly for abstract mappers #28

Closed agudian closed 9 years ago

agudian commented 9 years ago

for public abstract Target toTarget(Source source), it creates this:

public abstract @Mapping(target="foobar", ignore = true) Target toTarget(Source source)
gunnarmorling commented 9 years ago

Done.