主页
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月12日 17:16
You need to substitute the psiVariable.getType() according to the type parameters of method builder.
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Psi Type for generics
0 票
创建于
2016年12月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Offline code inspection throws an exception
0 票
创建于
2016年12月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Offline code inspection throws an exception
0 票
创建于
2016年11月25日 09:09
Please watch/vote for https://youtrack.jetbrains.com/issue/IDEA-164500 Thanks, Anna
社区
IntelliJ IDEA Users
IntelliJ resolving incorrect base class contructor for implicit super() call ?
0 票
创建于
2016年11月16日 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...
社区
IntelliJ IDEA Users
Exists a reverse refactor of the Introduce Parameter refactor?
0 票
创建于
2016年11月09日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to get editor inspection pro-grammatically into my plugin?
0 票
创建于
2016年11月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Enrich "implement method" action
0 票
«
第一页
‹
上一页
下一页
›
最后
»