Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ryu Seowoong
Total activity
14
Last activity
September 04, 2022 12:41
Member since
August 03, 2022 06:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (6)
Sort by votes
Recent activity
Votes
Created
August 18, 2022 06:40
I think i solved the problem using mechanism above. +) And I newly started to using QuickFixFactory.createReplaceInaccessibleFieldWithGetterSetterFix to replace direct access to getter/setter. Tha...
Community
IntelliJ IDEA Open API and Plugin Development
JavaFindUsagesHelper does not find references properly directly after changing codes.
0 votes
Created
August 12, 2022 13:05
I researched some ways to solve the problem. 1. Search variables in the same manner. 2. Search references and *NOT* process reference(replace element), just record where the reference is(maybe offs...
Community
IntelliJ IDEA Open API and Plugin Development
JavaFindUsagesHelper does not find references properly directly after changing codes.
0 votes
Created
August 12, 2022 09:36
Thank you for replying! But what if there is also reference 'bar.foo' or 'one.bar.two'? In this case, how do I sort the list?
Community
IntelliJ IDEA Open API and Plugin Development
JavaFindUsagesHelper does not find references properly directly after changing codes.
0 votes
Created
August 04, 2022 08:45
Thank you for help!
Community
IntelliJ IDEA Open API and Plugin Development
Why I get IllegalArgumentException( Argument for @NotNull parameter 'manager' of com/intellij/psi/impl/source/tree/JavaSourceUtil.addParenthToReplacedChild must not be null)?
0 votes
Created
August 04, 2022 07:35
Then there is a way to update psi elements? Just run JavaRecursiveElementWalkingVisitor again?
Community
IntelliJ IDEA Open API and Plugin Development
Why I get IllegalArgumentException( Argument for @NotNull parameter 'manager' of com/intellij/psi/impl/source/tree/JavaSourceUtil.addParenthToReplacedChild must not be null)?
0 votes
Edited
August 03, 2022 15:20
Do you mean that when I execute write command to commit psi element replacement, then psi elements in the same java file that stored in my container class(JavaReferenceInfo class above) become outd...
Community
IntelliJ IDEA Open API and Plugin Development
Why I get IllegalArgumentException( Argument for @NotNull parameter 'manager' of com/intellij/psi/impl/source/tree/JavaSourceUtil.addParenthToReplacedChild must not be null)?
0 votes