主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ryu Seowoong
活动总数
14
最后的活动
2022年09月04日 12:41
成员加入日期
2022年08月03日 06:44
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(4)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JavaFindUsagesHelper does not find references properly directly after changing codes.
0 票
创建于
2022年08月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JavaFindUsagesHelper does not find references properly directly after changing codes.
0 票
创建于
2022年08月12日 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?
社区
IntelliJ IDEA Open API and Plugin Development
JavaFindUsagesHelper does not find references properly directly after changing codes.
0 票
创建于
2022年08月04日 08:45
Thank you for help!
社区
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 票
创建于
2022年08月04日 07:35
Then there is a way to update psi elements? Just run JavaRecursiveElementWalkingVisitor again?
社区
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 票
已编辑于
2022年08月03日 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...
社区
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 票