Kunalpandit709
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
已编辑于 Intellij refactor skips a field if lombok val is used as the identifier instead of the actual Class
已回答While trying refactor a class name i noticed that intellij skipped variables that were declared using lombok val instead of the class itself. for eg Class: TestClass to be renamed to TestClassOne c...