Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dominik Broj
Total activity
9
Last activity
June 28, 2022 13:59
Member since
June 01, 2022 13:33
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
2
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
June 28, 2022 13:59
Processor<String> variantTableProcessor = id -> { results.add(id); return true;};FileBasedIndex.getInstance().processAllKeys(indexId, variantTableProcessor, scope, null); seems to work if the...
Community
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
0 votes
Created
June 24, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Test data from different tests bleed into custom index
0 votes