主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Maxim Mossienko
活动总数
731
最后的活动
2019年04月04日 08:35
成员加入日期
2003年05月08日 14:08
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
288
活动概览
帖子(4)
评论(439)
按最近的活动排序
最近的活动
投票数
创建于
2019年04月04日 08:35
Thanks for spotting. I fixed the links, just in case links point to my previous comments on this page.
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
已编辑于
2019年04月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2019年02月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2019年02月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 票
创建于
2018年08月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
LinkedHashMap is a Wrong dependency type
0 票
创建于
2018年07月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Question about FileBasedIndex.getInstance().getContainingFiles
0 票
创建于
2018年07月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Question about FileBasedIndex.getInstance().getContainingFiles
0 票
创建于
2018年05月03日 09:21
Does this problem steadily reproducible after running "cache invalidation" action ?
社区
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
1 票
已编辑于
2017年11月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
indexing deadlock
0 票
创建于
2017年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Strange index corruption
0 票
下一页
›
最后
»