主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bob Goldberg
活动总数
63
最后的活动
2024年12月14日 02:26
成员加入日期
2018年07月04日 01:51
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
10
活动概览
帖子(7)
评论(42)
按最近的活动排序
最近的活动
投票数
创建于
2019年11月06日 02:26
An example API that changed: org.jetbrains.jps.cmdline.ProjectDescriptor (the constructor).
社区
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 票
已编辑于
2019年07月12日 01:05
Easier said than done. We created a plugin with lots of dependencies on Java 11 jars and we ourselves used Java 11 to build our plugin, and assume Java 11 modules, etc. We start the JVM with a cla...
社区
IntelliJ IDEA Open API and Plugin Development
Need reasonable message if user runs my plugin from the wrong IJ 2019 (JBR 8 instead of JBR 11)
0 票
创建于
2019年03月28日 21:41
Both of those links are to the same page.
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2019年03月22日 19:54
It is annoying because it is non-deterministic. I imagine that some of our tests are somehow not following some contract correctly, but since it occurs most often during the shutdown after the tes...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
已编辑于
2019年02月14日 20:28
I seem to get various spurious exceptions when debugging my test code. It looks like the test environment does not clean up properly. I am trying to work around this problem to get to the underly...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2019年02月08日 04:05
The outdated stub is apparently in the index, so do I have to call some code to make sure the changes are indexed correctly? Perhaps the indexing thread is either not running or not keeping up wit...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2019年02月07日 20:03
@Maxim Mossienko Our tests use this logic: // we don't want to change anything, so set altered text and then return back the original textsetDocumentText(document, text);try { GosuExpectedHighligh...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
已编辑于
2019年02月06日 23:23
I am having a similar problem with ERROR: Outdated stub in index: ... while running automated tests. The problem is non-deterministic in that it occurs only sometimes. There are many tests that ...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2019年02月04日 19:42
Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 票
创建于
2019年01月31日 21:57
1) Ah, I get it. That particular code is just checking that there isn't a .class file that would be duplicated by the output of compiling the new .java file, so the code was not meant to detect th...
社区
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 票
«
第一页
‹
上一页
下一页
›
最后
»