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 08, 2016 09:47
1. EJB-Facet should not influence custom extension, at least if it doesn't depend on ejb. 2. getAnnotations should return all annotations for which the extension would work. Iff overridden method i...
Community
IntelliJ IDEA Open API and Plugin Development
Enrich "implement method" action
0 votes
Created
November 05, 2016 14:49
Hi Jonas, please check com.intellij.codeInsight.generation.OverrideImplementsAnnotationsHandler Anna
Community
IntelliJ IDEA Open API and Plugin Development
Enrich "implement method" action
0 votes
Created
October 31, 2016 16:53
Hi, please take a look at com.intellij.psi.util.PsiUtil#setModifierProperty and com.intellij.codeInsight.daemon.impl.quickfix.CreateFieldFromUsageFix to find out how to create fields. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Fix to Create a static final field in class
0 votes
Created
October 26, 2016 14:18
There is leading space, could you please eliminate it?
Community
IntelliJ IDEA Open API and Plugin Development
Including JAXB annotation into getter method generation
0 votes
Created
October 26, 2016 08:06
Please attach idea.log (Help|Show log). Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Including JAXB annotation into getter method generation
0 votes
Created
October 25, 2016 11:24
Then my first suggestion is absolutely not applicable, sorry. Take a look at com.intellij.execution.filters.ConsoleFilterProvider and it's subclass com.intellij.execution.filters.ConsoleDependentFi...
Community
IntelliJ IDEA Open API and Plugin Development
How do you get the run-time exception programmatically?
0 votes
Created
October 25, 2016 10:56
Do you mean that you have an exception in the console and want to detect null pointer exception there?
Community
IntelliJ IDEA Open API and Plugin Development
How do you get the run-time exception programmatically?
0 votes
Created
October 25, 2016 07:52
Hi, do you mean you want to get notified when inspections detect some error/warning? You can try with com.intellij.problems.WolfTheProblemSolver.ProblemListener but it would work for errors only. T...
Community
IntelliJ IDEA Open API and Plugin Development
How do you get the run-time exception programmatically?
0 votes
Created
October 10, 2016 08:28
Hi, ensure that your library comes to the classpath before the IDEA SDK then your library would replace one, provided by IDEA Anna
Community
IntelliJ IDEA Open API and Plugin Development
Using clashing versions of external libraries when unit-testing
0 votes
Created
September 23, 2016 18:45
PsiTreeChange is generated on each change, clients are responsible to filter only appropriate changes
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 votes
«
First
‹
Previous
Next
›
Last
»