Ido Gershoni
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Module 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 ... -
已编辑于 Changes 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... -
已编辑于 Refactor-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...