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
January 05, 2017 09:44
Hi Patrick, I assume that your inspection was not called once more on the initial element or it doesn't provide any errors after a fix. do you ask for a writeAction? Where is the highlighting error...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection not re-run after applying QuickFix
0 votes
Created
January 05, 2017 09:37
Hi, do you have PlatformTestCase as a superclass? In it's setup the test application is loaded so you can call application components and the rest stuff. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Access PSIFile or PSIDirectory from JUnit Test
0 votes
Created
January 03, 2017 14:29
That's very unstable indeed but the profiles are not designed to be reloaded once instantiated so unfortunately I don't have a better solution, BTW Did you try Tools| IDE Scripting Console (com.int...
Community
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 votes
Created
January 03, 2017 12:31
Hi Dmitry, why do you need to register an inspection at runtime? I mean that runtime means that the inspection can't have settings and can't be enabled/disabled, looks not really native to me. Ther...
Community
IntelliJ IDEA Open API and Plugin Development
Adding new InspectionProfileEntry to InspectionProfile
0 votes
Created
January 03, 2017 11:34
See my pull request: https://github.com/mplushnikov/lombok-intellij-plugin/pull/329 Anna
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
January 03, 2017 09:43
Hi Oliver, please refer to https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/code_inspections.md, it contains code inspection sample and the background. BTW I don't know how to a...
Community
IntelliJ IDEA Open API and Plugin Development
How to register custom inspections in a plugin?
0 votes
Created
January 02, 2017 13:34
Hi Alexey, this is a forum where IDEA developers answer questions on IDEA's api. I think that I answered all the questions about api which were posted here. Sorry, but I have my own schedule and di...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 29, 2016 16:58
Hi Leni, Did you try to run JaCoCo in SonarQube? http://docs.sonarqube.org/display/PLUG/Code+Coverage+by+Unit+Tests+for+Java+Project looks like they support only the known formats and I don't thi...
Community
IntelliJ IDEA Users
Is IntelliJ IDEA code coverage runner available as command line?
0 votes
Created
December 28, 2016 17:09
Hi Leni, IDEA's coverage is a java agent which instruments the code loaded to the VM, JaCoCo performs more or less the same, so to me it's strange that one works and another - doesn't. Where do you...
Community
IntelliJ IDEA Users
Is IntelliJ IDEA code coverage runner available as command line?
0 votes
Created
December 27, 2016 09:44
When Junit would preserve the compatibility between versions to start, there won't be a problem. For now we decided that if one use non-stable version of junit, than it would be the last public ava...
Community
IntelliJ IDEA Users
Run Junit4 tests with version 2016.3.1
0 votes
«
First
‹
Previous
Next
›
Last
»