Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bob Goldberg
Total activity
63
Last activity
December 14, 2024 02:26
Member since
July 04, 2018 01:51
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
10
Activity overview
Posts (7)
Comments (42)
Sort by recent activity
Recent activity
Votes
Created
November 06, 2019 02:26
An example API that changed: org.jetbrains.jps.cmdline.ProjectDescriptor (the constructor).
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Edited
July 12, 2019 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...
Community
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 votes
Created
March 28, 2019 21:41
Both of those links are to the same page.
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
March 22, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Edited
February 14, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
February 08, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
February 07, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Edited
February 06, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
February 04, 2019 19:42
Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 votes
Created
January 31, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiJavaDirectoryImpl.checkCreateFile() broken?
0 votes
«
First
‹
Previous
Next
›
Last
»