EA-115037: Rebuild PerModulePackageCache on miss
This commit is contained in:
+1
@@ -83,6 +83,7 @@ class PluginDeclarationProviderFactory(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun diagnoseMissingPackageFragmentPerModulePackageCacheMiss(message: String): Nothing {
|
private fun diagnoseMissingPackageFragmentPerModulePackageCacheMiss(message: String): Nothing {
|
||||||
|
PerModulePackageCacheService.getInstance(project).onTooComplexChange() // Postpone cache rebuild
|
||||||
throw IllegalStateException(
|
throw IllegalStateException(
|
||||||
"PerModulePackageCache miss.\n" +
|
"PerModulePackageCache miss.\n" +
|
||||||
message
|
message
|
||||||
|
|||||||
Reference in New Issue
Block a user