主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2017年11月16日 13:31
wrong agent, could you please attach output from run with coverage? should be -javaagent:coverageAgent.jar
社区
IntelliJ IDEA Users
Code Coverage with Sling
0 票
创建于
2017年11月16日 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
社区
IntelliJ IDEA Users
Code Coverage with Sling
0 票
创建于
2017年11月16日 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 ...
社区
IntelliJ IDEA Users
Code Coverage with Sling
0 票
创建于
2017年11月16日 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...
社区
IntelliJ IDEA Users
Code Coverage with Sling
0 票
创建于
2017年11月16日 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
社区
IntelliJ IDEA Users
Code Coverage with Sling
0 票
创建于
2017年11月15日 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...
社区
IntelliJ IDEA Users
Code Coverage with Sling
0 票
创建于
2017年11月14日 17:08
You can try to follow the way how spellchecking inspection produces TYPE severity: com.intellij.spellchecker.SpellCheckerSeveritiesProvider
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 票
创建于
2017年11月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 票
创建于
2017年11月14日 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
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 票
创建于
2017年11月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceSearch doesn't exist in Android Studio?
0 票
«
第一页
‹
上一页
下一页
›
最后
»