主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月05日 09:44
Hi Patrick, I assume that your inspection was not called once more on the initial element or it doesn't provide any errors after a fix. do you ask for a writeAction? Where is the highlighting error...
社区
IntelliJ IDEA Open API and Plugin Development
Inspection not re-run after applying QuickFix
0 票
创建于
2017年01月05日 09:37
Hi, do you have PlatformTestCase as a superclass? In it's setup the test application is loaded so you can call application components and the rest stuff. Anna
社区
IntelliJ IDEA Open API and Plugin Development
Access PSIFile or PSIDirectory from JUnit Test
0 票
创建于
2017年01月03日 14:29
That's very unstable indeed but the profiles are not designed to be reloaded once instantiated so unfortunately I don't have a better solution, BTW Did you try Tools| IDE Scripting Console (com.int...
社区
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 票
创建于
2017年01月03日 12:31
Hi Dmitry, why do you need to register an inspection at runtime? I mean that runtime means that the inspection can't have settings and can't be enabled/disabled, looks not really native to me. Ther...
社区
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 票
创建于
2017年01月03日 11:34
See my pull request: https://github.com/mplushnikov/lombok-intellij-plugin/pull/329 Anna
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2017年01月03日 09:43
Hi Oliver, please refer to https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/code_inspections.md, it contains code inspection sample and the background. BTW I don't know how to a...
社区
IntelliJ IDEA Open API and Plugin Development
How to register custom inspections in a plugin?
0 票
创建于
2017年01月02日 13:34
Hi Alexey, this is a forum where IDEA developers answer questions on IDEA's api. I think that I answered all the questions about api which were posted here. Sorry, but I have my own schedule and di...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月29日 16:58
Hi Leni, Did you try to run JaCoCo in SonarQube? http://docs.sonarqube.org/display/PLUG/Code+Coverage+by+Unit+Tests+for+Java+Project looks like they support only the known formats and I don't thi...
社区
IntelliJ IDEA Users
Is IntelliJ IDEA code coverage runner available as command line?
0 票
创建于
2016年12月28日 17:09
Hi Leni, IDEA's coverage is a java agent which instruments the code loaded to the VM, JaCoCo performs more or less the same, so to me it's strange that one works and another - doesn't. Where do you...
社区
IntelliJ IDEA Users
Is IntelliJ IDEA code coverage runner available as command line?
0 票
创建于
2016年12月27日 09:44
When Junit would preserve the compatibility between versions to start, there won't be a problem. For now we decided that if one use non-stable version of junit, than it would be the last public ava...
社区
IntelliJ IDEA Users
Run Junit4 tests with version 2016.3.1
0 票
«
第一页
‹
上一页
下一页
›
最后
»