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 25, 2018 14:06
Issue reporter was able to reproduce the issue for files in the default package (== without package statement at the top of the file) If you can reproduce the issue for other kind of files, you are...
Community
IntelliJ IDEA Users
IntelliJ not respecting "Before Imports" for copyright
0 votes
Created
January 25, 2018 08:19
Do you setup copyright in the file in the default package as in the issue?
Community
IntelliJ IDEA Users
IntelliJ not respecting "Before Imports" for copyright
0 votes
Edited
January 17, 2018 07:59
Code sample from AbstractMakeStaticDialog: final Settings settings = new Settings( isReplaceUsages(), isMakeClassParameter() ? getClassParameterName() : null, getVariableData()...
Community
IntelliJ IDEA Open API and Plugin Development
Use of MAkeMethodStaticProcessor
0 votes
Created
January 10, 2018 16:40
I'd suggest to start with debugging com.intellij.psi.impl.file.impl.JavaFileManagerImpl#doFindClasses. BTW I can try to help to debug but I am not sure what branch should I use as currently there...
Community
IntelliJ IDEA Open API and Plugin Development
JUnit test not finding class added in library on 2017.3
0 votes
Created
January 09, 2018 09:46
Hi, there is no hook for that but I assume that normal inspection will work even better. Suppose one just write an import manually or more probably just paste some code from stackoverflow already w...
Community
IntelliJ IDEA Open API and Plugin Development
How to take action after user accepts adding new Import via action?
0 votes
Created
January 09, 2018 09:42
Hi Kyle, please check that your module has library attached and that if you call library.getFiles(CLASSES) returns the jar you attached. Anna
Community
IntelliJ IDEA Open API and Plugin Development
JUnit test not finding class added in library on 2017.3
0 votes
Created
January 02, 2018 21:10
Official comment
Hi, IDE has compilation dependency on the old junit 5 launcher jar and it is not compatible with current released version. So you have a choice to update IDE so it will be compatible with the junit...
Community
IntelliJ IDEA Users
Intellij does not run Junit5 tests
0 votes
Created
December 27, 2017 07:53
Hi, reference search provides references on the method you search, this means that you'll get PsiReference(s) (all of them would be references on `myMethod` == `ref.resolve() == myMethod`) on which...
Community
IntelliJ IDEA Open API and Plugin Development
Finding usages/references of Java elements
0 votes
Created
December 21, 2017 09:51
Today JetBrains publish 2 versions of annotation.jar, one for java < 1.8 and one with type annotations support for java since 1.8. There is no need to create your custom annotations, please don't d...
Community
IntelliJ IDEA Users
'@NotNull' not applicable to type use
0 votes
Created
December 20, 2017 09:41
In all your attempts you run the inspections yourself, I guess it's not what you want. On the other hand you may retrieve already collected data from the model, like: final MarkupModel markup = Doc...
Community
IntelliJ IDEA Open API and Plugin Development
Obtain Inspection output for a given file
0 votes
«
First
‹
Previous
Next
›
Last
»