Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Maxim Mossienko
Total activity
731
Last activity
April 04, 2019 08:35
Member since
May 08, 2003 14:08
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
288
Activity overview
Posts (4)
Comments (439)
Sort by recent activity
Recent activity
Votes
Created
April 04, 2019 08:35
Thanks for spotting. I fixed the links, just in case links point to my previous comments on this page.
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Edited
April 04, 2019 08:33
At this amount of details we can repeat only generic recommendations: first recommendation and second recommendation from this post.Please clean test caches and attach all log files after encounter...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
February 08, 2019 10:53
After changing document and saving it your code need to perform commit of document text to AST used by background error detection, indices, etc by calling PsiDocumentManager.getInstance(project).c...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
February 07, 2019 11:49
@Bgoldberg Do the tests have clear caches every time? (If caches/indices are reused between test runs) This problem may happen if indices were not updated due to events about file changes: forced t...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
August 03, 2018 15:41
To check CachedValue validness IDE will check timestamps of all dependencies. If true was specified as second parameter of CacheValuesManager.createCachedValue invokation (or createCachedValue with...
Community
IntelliJ IDEA Open API and Plugin Development
LinkedHashMap is a Wrong dependency type
0 votes
Created
July 06, 2018 10:58
If virtualFile in the loop is valid file of your file type then you need to check why you get incorrect PSIFile implementation, there can be variety of reasons mostly nonrelated to indexing. I'd de...
Community
IntelliJ IDEA Open API and Plugin Development
Question about FileBasedIndex.getInstance().getContainingFiles
0 votes
Created
July 06, 2018 07:39
Such behavior can happen for a number of reasons, e.g. when IDE was forcibly terminated, etcDoes the problem reliably appear after running "cache invalidation" action?Please provide log folder zipp...
Community
IntelliJ IDEA Open API and Plugin Development
Question about FileBasedIndex.getInstance().getContainingFiles
0 votes
Created
May 03, 2018 09:21
Does this problem steadily reproducible after running "cache invalidation" action ?
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
1 vote
Edited
November 14, 2017 15:34
The thread F/J Pool 3/8 doing processAllKeys holds index's read lock, it can not proceed with write lock later.I filed issue https://youtrack.jetbrains.com/issue/IDEA-182151 As workaround do not ac...
Community
IntelliJ IDEA Open API and Plugin Development
indexing deadlock
0 votes
Created
October 26, 2017 09:34
Hello,I am hunting for the problem quite for some time.Could you please report that after cache invalidation and up to the problem appeared you didn't have IDE crashes.Please also share if IDE was...
Community
IntelliJ IDEA Open API and Plugin Development
Strange index corruption
0 votes
Next
›
Last
»