Quick-Fix: Handle message "Can't map property x to y. Consider to declare ..."
agudian opened this issue · 1 comments
agudian commented
The following error message:
Can't map property "org.foobar.OtherType prop3" to "org.foobar.SomeType prop3". Consider to declare/implement a mapping method: "org.foobar.SomeType map(org.foobar.OtherType value)".
... could use a quick-fix to either ignore the property, or to add a method with the suggested signature.
agudian commented
Fixed