Ido Gershoni
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Ido Gershoni created a post, AnsweredModule source is in build/generated/source/annotationProcessor
I have a gradle module which I use in a multi-module project in Intellij Ultimate 2019.3.5. This module is a dependency of the other module in the same project. When I want to open classes of this ... -
-
-
-
Ido Gershoni created a post, AnsweredChanges in code are not recognised when debugging a multi-module
I have two modules which I put in the same project: Module 1 (Maven) has a dependency on module 2 (Gradle). The main class is in module 1 and it is uses classes from module 2. As both are in the sa... -
Ido Gershoni commented, -
Ido Gershoni created a post, AnsweredRefactor-Renaming does not work when using Lombok annotation
Since upgrading to 2020.2 the renaming of a field-variables (shift+F6) is not working when lombok annotations (@Getter, @Setter, @Data) are used. There is no error or any kind of message - just not...