notable 2020: RecursionManager.assertOnMissedCache

This commit is contained in:
Yann Cébron 2019-12-13 11:58:31 +01:00
parent 35de391f82
commit 4b5518e94e

View File

@ -7,5 +7,8 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2020.*
## Notable Changes in IntelliJ Platform 2020.1 ## Notable Changes in IntelliJ Platform 2020.1
[`com.intellij.openapi.application.TransactionGuard`](upsource:///platform/core-api/src/com/intellij/openapi/application/TransactionGuard.java) deprecated [`com.intellij.openapi.application.TransactionGuard`](upsource:///platform/core-api/src/com/intellij/openapi/application/TransactionGuard.java) deprecated
: Usage is deprecated and can be replaced with `com.intellij.openapi.application.Application.invokeLater()` in most cases, please consult Javadoc for more details. : Usage is deprecated and can be replaced with `com.intellij.openapi.application.Application.invokeLater()` in most cases, please consult Javadoc for more details.
`RecursionManager.assertOnMissedCache()` enabled by default in tests
: Please see `RecursionManager.CachingPreventedException` Javadoc and [this issue](https://youtrack.jetbrains.com/issue/IDEA-228809) for details.
## Notable Changes in IntelliJ IDEA ## Notable Changes in IntelliJ IDEA