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
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
Edited
July 10, 2018 01:51
I made some progress implementing the following classes: AbstractGosuTestConfigurationProducer.javaGosuAbstractInClassConfigurationProducer.javaGosuPsiMemberParameterizedLocation.javaGosuRunConfigu...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable the Run JUNIT test context menu for the Gosu Language
0 votes
Edited
July 05, 2018 19:30
I should mention that we have wrapper classes we can produce around GosuPsiClass objects to make them a subclass of PsiClass, and also for GosuPsiMethod/PsiMethod, GosuPsiPackage/PsiPackage, etc. ...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable the Run JUNIT test context menu for the Gosu Language
0 votes
«
First
‹
Previous