主页
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)
按投票数排序
最近的活动
投票数
创建于
2020年07月03日 07:04
Hi Mugen, you need to go Help | Edit Custom VM options and add the line `-Deditable.java.test.console=true` there, then restart. Should actually work Anna
社区
IntelliJ IDEA Users
Why can't I input anything from console when i run unit test with JUNIT
3 票
创建于
2013年07月15日 11:23
Richard, sorry for the late responce. Your problem was possible to fix with File|Invalidate Caches action. The indices are corrupted and that's why refactorings as well as possible find usages didn...
社区
IntelliJ IDEA Users
Refactor rename stops working
3 票
创建于
2018年08月20日 09:16
If you add junit-vintage explicitly, it's expected that you have junit 4 dependency as well. Please either remove vintage dependency or add junit4 dependency, then the junit 5 will not show warning...
社区
IntelliJ IDEA Users
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
2 票
创建于
2018年01月24日 08:31
There are two inplace renamers - one for local stuff (VariableInplaceRenamer) and one for global stuff (MemberInplaceRenamer). If you return both true, then local renamer is preferred and as furthe...
社区
IntelliJ IDEA Open API and Plugin Development
What's the relationship between `isMemberInplaceRenameAvailable` and `isInplaceIntroduceAvailable`?
2 票
创建于
2017年11月30日 09:33
Hi Brandon, you can use `com.intellij.openapi.actionSystem.ActionManager#getId` to get the id of the action. You can ask com.intellij.openapi.actionSystem.ActionManager#getAction(PopupMenuId) to ge...
社区
IntelliJ IDEA Open API and Plugin Development
How can I list the action names for the right-click EditorPopupMenu?
2 票
创建于
2017年09月06日 11:32
Agree with Serge, normally tests are supposed to be automatic and do not expect input from console. Please see https://youtrack.jetbrains.com/issue/IDEA-148698#comment=27-2257633 for a way to worka...
社区
IntelliJ IDEA Users
Why can't I input anything from console when i run unit test with JUNIT
2 票
创建于
2012年02月21日 18:35
Dirk,if you have selected the checkbox, then no .iml files would be created and all information about the project structure would be stored in .classpath file (addiotional information would appear ...
社区
IntelliJ IDEA EAP Users
Link created IntelliJ IDEA modules to Eclipse project files
2 票
创建于
2011年08月24日 16:23
Move should suggest you to move inner class to upper level, does it? Thank you
社区
IntelliJ IDEA Users
Refactor inner class to its own class
2 票
创建于
2022年06月14日 12:32
Hi, you can `com.intellij.coverage.CoverageDataManager#addExternalCoverageSuite` and then set the suite to the same manager. Anna
社区
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 票
创建于
2022年06月13日 09:48
Hi! You can check how IDE loads the report here: `com.intellij.coverage.JaCoCoCoverageRunner#loadExecutionData`. But the documentation on jacoco library should be rather found on their site, it's n...
社区
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 票
下一页
›
最后
»