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
March 26, 2018 11:25
If you have psiJavaFile, you may call `getClasses()` and on the class you may call `getDocComment`. Sorry, I need more details to be able to help. Anna
Community
IntelliJ IDEA Open API and Plugin Development
How can I edit the comment of a Class in a PsiJavaFile?
0 votes
Created
March 26, 2018 09:35
Do you have a comment as PsiComment? Or do you need to find it first? Given you have a comment, you can `comment.replace(newComment)`. To create new comment you may use e.g. `com.intellij.psi.PsiPa...
Community
IntelliJ IDEA Open API and Plugin Development
How can I edit the comment of a Class in a PsiJavaFile?
0 votes
Created
February 16, 2018 15:41
How MyJavaBeanTestData is added to the project? It still lacks the package statement/import...
Community
IntelliJ IDEA Open API and Plugin Development
Java class hierarchy as test data is not working - unit test
0 votes
Created
February 16, 2018 14:40
Hi Flemming, I guess something went wrong with the post. I don't see how the classes you put in configureByFiles are connected to the test data above. MyJavaBeanTestData is in the default package a...
Community
IntelliJ IDEA Open API and Plugin Development
Java class hierarchy as test data is not working - unit test
0 votes
Created
February 12, 2018 13:04
The method is recognized to be a target for your reference and then it means that you need to provide a way to rename the reference itself, corresponding exception in the log 2018-02-12 13:51:2...
Community
IntelliJ IDEA Open API and Plugin Development
My PsiReferenceContributor unintentional prevent renaming of Java methods
0 votes
Created
February 12, 2018 09:35
Hi Flemming, it should not prevent method renaming. Please attach the idea.log of the corresponding IDEA instance and the screenshot what happens when you start renaming the method Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
My PsiReferenceContributor unintentional prevent renaming of Java methods
0 votes
Created
January 30, 2018 15:30
I don't see an IDEA's bug here. Though the dependency is optional, your project won't compile without it and the production code provides custom test engine and thus IDEA has to start junit 5 as ID...
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
January 29, 2018 10:56
I tried some tests in your project, works fine here. Could you please tell what tests do you try to run? Thanks, Anna
Community
IntelliJ IDEA Users
"0 test classes found in package" after upgrading to 2017.3
0 votes
Created
January 29, 2018 09:41
Hi Scott, I suspect it was my bug (this summer, so 2017.3 is affected), the next 2018.1 EAP should contain the fix (Corresponding issue: https://youtrack.jetbrains.com/issue/IDEA-185513) Sorry for ...
Community
IntelliJ IDEA Open API and Plugin Development
AnalysisScope passed to GlobalInspectionTool.runInspection() isn't correct
0 votes
Created
January 29, 2018 09:37
The hint with light build is displayed for all intentions, actually there is a setting Preferences | Editor | General | Appearance | Show intention bulb so users may configure it. So it would be m...
Community
IntelliJ IDEA Open API and Plugin Development
How can I create an intention action without showing an annotation?
0 votes
«
First
‹
Previous
Next
›
Last
»