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
November 16, 2017 13:31
wrong agent, could you please attach output from run with coverage? should be -javaagent:coverageAgent.jar
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
Created
November 16, 2017 11:38
In the first run, command line should contain -javaagent. It is included in command line only if you start with coverage but should not be there for simple run/debug
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
Created
November 16, 2017 10:20
Can copy -javaagent from the tests to the script (it's used arg file to pass arguments though it can be replaced with explicit args)? Then the coverage will be gathered and stored in the dedicated ...
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
Created
November 16, 2017 09:47
IDEA treats the tests as simple junit and expect that listener would provide information about starting/finishing tests, etc. The listener is attached in the local vm though, so looks like the prob...
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
Created
November 16, 2017 09:17
the second run was not performed as there were no tests found, is that expected? in the first run, were the classes in platform-core module loaded? Anna
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
Created
November 15, 2017 16:59
IDEA computes coverage passing coverage agent for the execution, coverage is calculated for all loaded classes which fqname matches coverage configuration 'include' pattern. I guess, the problem ma...
Community
IntelliJ IDEA Users
Code Coverage with Sling
0 votes
Created
November 14, 2017 17:08
You can try to follow the way how spellchecking inspection produces TYPE severity: com.intellij.spellchecker.SpellCheckerSeveritiesProvider
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 votes
Created
November 14, 2017 16:36
It's now declared com.intellij.codeInspection.ProblemDescriptorUtil#getHighlightInfoType. Actually users are welcome to change the presentation of the errors/warnings they have in the editor and th...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 votes
Created
November 14, 2017 08:52
Hi Tianshil, it's not possible to create a new ProblemHighlightType but it's possible to register custom severity. What kind of issue do you want to create actually? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 votes
Created
November 14, 2017 08:48
Hi Daniel, did you try on google's forum? It looks like more a gradle dependency problem rather than one in IDEA Community sources. Probably they intentionally forbid searching in lint rules as thi...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceSearch doesn't exist in Android Studio?
0 votes
«
First
‹
Previous
Next
›
Last
»