主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2018年01月25日 14:06
Issue reporter was able to reproduce the issue for files in the default package (== without package statement at the top of the file) If you can reproduce the issue for other kind of files, you are...
社区
IntelliJ IDEA Users
IntelliJ not respecting "Before Imports" for copyright
0 票
创建于
2018年01月25日 08:19
Do you setup copyright in the file in the default package as in the issue?
社区
IntelliJ IDEA Users
IntelliJ not respecting "Before Imports" for copyright
0 票
已编辑于
2018年01月17日 07:59
Code sample from AbstractMakeStaticDialog: final Settings settings = new Settings( isReplaceUsages(), isMakeClassParameter() ? getClassParameterName() : null, getVariableData()...
社区
IntelliJ IDEA Open API and Plugin Development
Use of MAkeMethodStaticProcessor
0 票
创建于
2018年01月10日 16:40
I'd suggest to start with debugging com.intellij.psi.impl.file.impl.JavaFileManagerImpl#doFindClasses. BTW I can try to help to debug but I am not sure what branch should I use as currently there...
社区
IntelliJ IDEA Open API and Plugin Development
JUnit test not finding class added in library on 2017.3
0 票
创建于
2018年01月09日 09:46
Hi, there is no hook for that but I assume that normal inspection will work even better. Suppose one just write an import manually or more probably just paste some code from stackoverflow already w...
社区
IntelliJ IDEA Open API and Plugin Development
How to take action after user accepts adding new Import via action?
0 票
创建于
2018年01月09日 09:42
Hi Kyle, please check that your module has library attached and that if you call library.getFiles(CLASSES) returns the jar you attached. Anna
社区
IntelliJ IDEA Open API and Plugin Development
JUnit test not finding class added in library on 2017.3
0 票
创建于
2018年01月02日 21:10
正式评论
Hi, IDE has compilation dependency on the old junit 5 launcher jar and it is not compatible with current released version. So you have a choice to update IDE so it will be compatible with the junit...
社区
IntelliJ IDEA Users
Intellij does not run Junit5 tests
0 票
创建于
2017年12月27日 07:53
Hi, reference search provides references on the method you search, this means that you'll get PsiReference(s) (all of them would be references on `myMethod` == `ref.resolve() == myMethod`) on which...
社区
IntelliJ IDEA Open API and Plugin Development
Finding usages/references of Java elements
0 票
创建于
2017年12月21日 09:51
Today JetBrains publish 2 versions of annotation.jar, one for java < 1.8 and one with type annotations support for java since 1.8. There is no need to create your custom annotations, please don't d...
社区
IntelliJ IDEA Users
'@NotNull' not applicable to type use
0 票
创建于
2017年12月20日 09:41
In all your attempts you run the inspections yourself, I guess it's not what you want. On the other hand you may retrieve already collected data from the model, like: final MarkupModel markup = Doc...
社区
IntelliJ IDEA Open API and Plugin Development
Obtain Inspection output for a given file
0 票
«
第一页
‹
上一页
下一页
›
最后
»