Kunalpandit709
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Intellij refactor skips a field if lombok val is used as the identifier instead of the actual Class
AnsweredWhile 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...