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
December 12, 2016 17:16
You need to substitute the psiVariable.getType() according to the type parameters of method builder.
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 16:31
There must be a type parameter in generated 'builder' method, like from the bytecode // declaration: GenericsBuilderTest$GenericsBuilderTestBuilder<T> builder<T extends java.lang.Number>() This t...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 14:18
Please explain what plugin you are working on or what bug in lombok is it? The questions unfortunately don't make much sense to me yet, very straightforward answers: 1. Resolve is cached inside IDE...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 09:54
Hi Alexey, if you want to use the type of expression, you just call PsiExpression#getType(); if you need a type of parameter, the PsiVariable#getType(). You don't need to create types yourself unle...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 09, 2016 09:35
The inspections just dump all inspection descriptions to descriptions.xml file in the output directory (even disabled ones to avoid differences for the CI). I assume that this scala inspection come...
Community
IntelliJ IDEA Open API and Plugin Development
Offline code inspection throws an exception
0 votes
Created
December 08, 2016 12:26
Hi, 1. the exception is scrambled and looks like the code is already changed. Looks like the ScalaDocUnknownParameter inspection doesn't provide description and the exception report that. 2. Inspe...
Community
IntelliJ IDEA Open API and Plugin Development
Offline code inspection throws an exception
0 votes
Created
November 25, 2016 09:09
Please watch/vote for https://youtrack.jetbrains.com/issue/IDEA-164500 Thanks, Anna
Community
IntelliJ IDEA Users
IntelliJ resolving incorrect base class contructor for implicit super() call ?
0 votes
Created
November 16, 2016 10:03
Hi, there is inline parameter refactoring but it would inline the expression x+y instead of p (so there won't be declaration with initializer) and the x and y won't be available at the call side. S...
Community
IntelliJ IDEA Users
Exists a reverse refactor of the Introduce Parameter refactor?
0 votes
Created
November 09, 2016 09:09
Hi, Sorry, don't understand the question. Do you want to receive notifications when inspections find problems? Where they should be presented? Anna
Community
IntelliJ IDEA Open API and Plugin Development
How to get editor inspection pro-grammatically into my plugin?
0 votes
Created
November 08, 2016 16:39
1. I assume due to com.intellij.javaee.ejb.EjbMethodImplementor. So the common extension do not work as EJB implementation knows better. I am not sure what is the correct behaviour here. 2. If pare...
Community
IntelliJ IDEA Open API and Plugin Development
Enrich "implement method" action
0 votes
«
First
‹
Previous
Next
›
Last
»