hduelme

Results 7 comments of hduelme

Problem still exist in App Version 1.0.9.

I think the problem relates to your usage of Lombok. Currently Lombok is not completely supported in this plugin.

@filiphr I have replaced the usage of the `Impl` class by `PsiLiteralExpression`. I also added 2 tests: - one source value already mapped - all source values already mapped

@Cerber-Ursi if I understand this right, you want to write to the public variable directly, but in your test you sad that it should suggest ``` "getMake", "setMake", "getManufacturingDate", "setManufacturingDate",...

Like #5 this only would apply for one side. In the case only the target field must be unique. ``` a -> b a -> c ``` is a valid...

This idea is now 5 years old, but still I would like to see that in `mapstruct-idea`. I agree that for `@ValueMapping` the source should only suggested values are not...

@filiphr I completely new to IntelliJ plugin development. But still I want to try. I already found the related source `ComponentModelCompletionContributor`. There is a hit whats missing: `TODO If we...