主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2018年08月22日 15:02
Try to look at `com.intellij.psi.util.InheritanceUtil#findEnclosingInstanceInScope` where you find class by `call.resolveMethod().getContainingClass()`
社区
IntelliJ IDEA Open API and Plugin Development
Receiver type given a possibly unqualified PsiMethodCallExpression?
0 票
创建于
2018年08月22日 08:34
If you resolve a method call and call `getContainingClass()` it will return a class where the method is defined and thus the receiver type. Or do you mean that you need the current "this" of the ca...
社区
IntelliJ IDEA Open API and Plugin Development
Receiver type given a possibly unqualified PsiMethodCallExpression?
0 票
创建于
2018年08月21日 08:14
正式评论
Hi Christian, what is "actual static receiver type", e.g. if the method is instance method? I believe that you need to check if `call.getMethodExpression().getQualifierExpression()` is `null`. If y...
社区
IntelliJ IDEA Open API and Plugin Development
Receiver type given a possibly unqualified PsiMethodCallExpression?
0 票
创建于
2018年08月02日 16:41
Please see the implementation of `com.intellij.execution.testframework.sm.runner.history.actions.AbstractImportTestsAction` Thanks, Anna
社区
IntelliJ IDEA Users
programmatically import unit test results from xml into Junit view in IntelliJ
0 票
创建于
2018年08月02日 12:42
You may provide your own delegate to process directories?
社区
IntelliJ IDEA Open API and Plugin Development
Delete action listener, capturing what's deleted
0 票
创建于
2018年08月02日 12:01
so files you remove are referenced in the xml? I would expect that safe delete would find them then, no? You try to separate delete action into two parts and that could lead to e.g. undo problems (...
社区
IntelliJ IDEA Open API and Plugin Development
Delete action listener, capturing what's deleted
0 票
创建于
2018年08月02日 09:21
Hi John, you may of cause watch VFS when files are deleted (`com.intellij.openapi.vfs.VirtualFileListener#fileDeleted`) but it looks incorrect to me. How is the xml and the deleted files connected ...
社区
IntelliJ IDEA Open API and Plugin Development
Delete action listener, capturing what's deleted
0 票
创建于
2018年08月02日 07:29
Why do you need junit 5 plugin in your tests? Anyway, you need to pass required plugin ids in one property, comma (",") separated. And most important, you need to add your plugin explicitly here, ...
社区
IntelliJ IDEA Open API and Plugin Development
LightCodeInsightFixtureTestCase unable to resolve PsiReferenceExpression
0 票
创建于
2018年08月01日 07:12
Classes from jdk should be resolved, cause mock jdk is added automatically to the dependencies based on project descriptor of the test. The light tests (e.g. LightCodeInsightFixturetestCase) should...
社区
IntelliJ IDEA Open API and Plugin Development
LightCodeInsightFixtureTestCase unable to resolve PsiReferenceExpression
0 票
创建于
2018年07月31日 19:03
They are hard coded as far as I can tell. Sorry
社区
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 票
«
第一页
‹
上一页
下一页
›
最后
»