主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2016年12月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindReferences in RenamePsiElementProcessor
0 票
创建于
2016年12月20日 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...
社区
IntelliJ IDEA Users
Run Junit4 tests with version 2016.3.1
0 票
创建于
2016年12月19日 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...
社区
IntelliJ IDEA Users
Run Junit4 tests with version 2016.3.1
0 票
创建于
2016年12月19日 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
社区
IntelliJ IDEA Open API and Plugin Development
Intention doesn't work
0 票
创建于
2016年12月16日 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...
社区
IntelliJ IDEA EAP Users
Link created IntelliJ IDEA modules to Eclipse project files
0 票
创建于
2016年12月16日 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...
社区
IntelliJ IDEA EAP Users
Link created IntelliJ IDEA modules to Eclipse project files
0 票
创建于
2016年12月14日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月14日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月13日 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.) ...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
«
第一页
‹
上一页
下一页
›
最后
»