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 22, 2016 11:38
The both inplace rename options do more or less the same, in one case MemberInplaceRenamer would perform the work in other case - VariableInplaceRenamer. The difference between them is caused by th...
Community
IntelliJ IDEA Open API and Plugin Development
FindReferences in RenamePsiElementProcessor
0 votes
Created
December 20, 2016 16:45
There is no such a setting, if IDE finds junit 5 in the classpath it delegates everything to junit. There is no difference between Community Edition and Ultimate Edition in junit support. Please tr...
Community
IntelliJ IDEA Users
Run Junit4 tests with version 2016.3.1
0 votes
Created
December 19, 2016 08:49
Hi Mboon, the community edition: there is no full trace but community edition doesn't include aspectj support plugin so probably that's the cause of the problem the ultimate edition error: it looks...
Community
IntelliJ IDEA Users
Run Junit4 tests with version 2016.3.1
0 votes
Created
December 19, 2016 08:42
Please try to debug, is 'invoke" reached for the second apply? You can do not stop the thread but only log messages to check the conditions. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Intention doesn't work
0 votes
Created
December 16, 2016 10:46
Oh, you could just create a new SDK with name JavaSE-1.7 and it would be picked up by all modules. I believe that there was a suggestion to create an absent jdk if it's not present but I could be w...
Community
IntelliJ IDEA EAP Users
Link created IntelliJ IDEA modules to Eclipse project files
0 votes
Created
December 16, 2016 10:00
@Roman, nothing should be changed there. But .eml files should be created anyway because eclipse model is not 100% compatible with IDEA's one, those incompatibilities are tracked in .eml files. .im...
Community
IntelliJ IDEA EAP Users
Link created IntelliJ IDEA modules to Eclipse project files
0 votes
Created
December 14, 2016 13:01
source type looks wrong to me, it must represent the parameterization of GenericsBuilderTest. When you get the substitutor it can be used for building MethodSignature.
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 14, 2016 09:58
1. arg can be a type of a parameter, then you'll get the type in the substitution of builder method parameters 2. You can method.getSignature(PsiSubstitutor).getParameterTypes() I already tried to ...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 13, 2016 09:49
1. PsiWildcardType can't be top level type, it's not denotable (4.5.1 Type Arguments of Parameterized Types of java spec), that's why I don't see any future for this attempt 2. Please explain (3.) ...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
Created
December 12, 2016 17:56
What hints do you need? You have the call 'builder()', you can calculate the type of the call expr.getType(). You know that it must be PsiClassType. You can call resolveGenerics() on that type and...
Community
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 votes
«
First
‹
Previous
Next
›
Last
»