Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
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
June 11, 2021 09:07
Could you please describe what you want to achieve? Suggested solution works exactly as if the action was invoked by user: all problems which existed at that time would be found, no new problems wo...
Community
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 votes
Created
May 20, 2021 12:35
Each coverage run saves `com.intellij.rt.coverage.data.ProjectData`. You can listen to the events through `com.intellij.coverage.CoverageSuiteListener`. (`com.intellij.coverage.CoverageSuitesBundle...
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage statistics and diff view
0 votes
Created
May 19, 2021 06:45
`com.intellij.rt.junit.IdeaTestRunner.Repeater#startRunnerWithArgs` here I repeat the whole thing again
Community
IntelliJ IDEA Open API and Plugin Development
Updating TestNG invocationCount (repeat test multiple times)
0 votes
Created
May 18, 2021 06:46
Do you want to change the source code? If yes, then of cause it's possible to do with a plugin. If you want to adjust class during runtime you rather attach a corresponding `-javaagent` or patch th...
Community
IntelliJ IDEA Open API and Plugin Development
Updating TestNG invocationCount (repeat test multiple times)
0 votes
Created
May 17, 2021 16:13
Hi, there is no such feature for testng and one needs to change code directly. Sorry for the inconvenience Anna
Community
IntelliJ IDEA Open API and Plugin Development
Updating TestNG invocationCount (repeat test multiple times)
0 votes
Created
February 11, 2021 16:56
Official comment
Hi Rick, there is `com.intellij.coverage.CoverageSuiteListener` which notifies when coverage is selected (implicitly after run passes or explicitly by user action). Hope it helps Anna
Community
IntelliJ IDEA Open API and Plugin Development
Notification after running tests with coverage
0 votes
Created
January 07, 2021 11:18
Hi Gareth, it can't be done by default as it would break laziness of the navigation element calculation. It is extremely important e.g. when you start thousands of tests most of which passes and th...
Community
IntelliJ IDEA Open API and Plugin Development
SMTestLocator - Translate location to PsiElement as soon as tests finish running
0 votes
Created
November 26, 2020 10:59
From coverage agent you'll get ClassData objects which represent jvm classes with information about covered lines. If you are going to implement class wrappers, then probably inheritance would be y...
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
Created
November 25, 2020 08:12
Complicated. But generally that's true. What entries do you expect in coverage view?
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
Created
November 25, 2020 07:25
I don't think you can get much useful stuff from `JavaCoverageViewExtension` or `JavaCoverageAnnotator` because they are connected to `PsiClass` too closely. So I'd use base classes instead. From t...
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
«
First
‹
Previous
Next
›
Last
»