主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dominik Broj
活动总数
9
最后的活动
2022年06月28日 13:59
成员加入日期
2022年06月01日 13:33
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
2
活动概览
帖子(1)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2022年06月28日 13:59
Processor<String> variantTableProcessor = id -> { results.add(id); return true;};FileBasedIndex.getInstance().processAllKeys(indexId, variantTableProcessor, scope, null); seems to work if the...
社区
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
0 票
创建于
2022年06月24日 14:56
Hi Karol, thanks for your quick answer! By adding this snippet before the actual test execution the tests pass: FileBasedIndex.getInstance().requestRebuild(id);PlatformTestUtil.dispatchAllEventsInI...
社区
IntelliJ IDEA Open API and Plugin Development
Test data from different tests bleed into custom index
0 票