Oliver Erhart
Oliver Erhart
Hey, I downloaded the project and it works fine for me. Instead of me installing all the plugins you use, could you please disable (not uninstall) any plugin and try...
I'm sorry to hear that. I'd like to help you, but without being able to reproduce this, I can't. We'll keep this open. Maybe someone else has the same problem...
@ovaso Could you try the method in https://github.com/mapstruct/mapstruct-idea/issues/191#issuecomment-2068013398 to see if it is a problem with the MapStruct plugin or IntelliJ itself? Thanks in advance!
Closing it for now. We can reopen it when he have a reproducer.
> What do you think @Zegveld and @thunderhook? @filiphr Nothing more to add, I also agree to revert #2560. 👍
@alantanlc As I wrote in #3575, could you please provide a reproducer? * https://github.com/mapstruct/mapstruct/issues/3575#issuecomment-2113311647
Using a fixed depth is tricky as mappers can have different entry points. ```java class DemoMapper { CompanyDto map(Company source); PersonDto map(Person source); } class Company { public String companyName;...
Hi @lmartelli! Which version of the plugin are you currently using? How does your model look like in detail? Not able to reproduce this with the following code: ```java import...
Yes, this is reproducible when using Lombok:  I don't think we can fix this on our end. We just provide elements that can be renamed in the [`MapstructSourceTargetParameterRenameHandler`](https://github.com/mapstruct/mapstruct-idea/blob/main/src/main/java/org/mapstruct/intellij/rename/MapstructSourceTargetParameterRenameHandler.java). How...
I think this is the same thing that was proposed/requested in #2098 and https://github.com/assertj/assertj/issues/1931#issuecomment-734471461. We also have some parts of our large testing codebase where something like this might be...