Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
July 03, 2020 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
Community
IntelliJ IDEA Users
Why can't I input anything from console when i run unit test with JUNIT
3 votes
Created
July 15, 2013 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...
Community
IntelliJ IDEA Users
Refactor rename stops working
3 votes
Created
August 20, 2018 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...
Community
IntelliJ IDEA Users
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
2 votes
Created
January 24, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
What's the relationship between `isMemberInplaceRenameAvailable` and `isInplaceIntroduceAvailable`?
2 votes
Created
November 30, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How can I list the action names for the right-click EditorPopupMenu?
2 votes
Created
September 06, 2017 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...
Community
IntelliJ IDEA Users
Why can't I input anything from console when i run unit test with JUNIT
2 votes
Created
February 21, 2012 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 ...
Community
IntelliJ IDEA EAP Users
Link created IntelliJ IDEA modules to Eclipse project files
2 votes
Created
August 24, 2011 16:23
Move should suggest you to move inner class to upper level, does it? Thank you
Community
IntelliJ IDEA Users
Refactor inner class to its own class
2 votes
Created
June 14, 2022 12:32
Hi, you can `com.intellij.coverage.CoverageDataManager#addExternalCoverageSuite` and then set the suite to the same manager. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 vote
Created
June 13, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 vote
Next
›
Last
»