API changes 2020.3: document removal of FileContentImpl.init

This commit is contained in:
Sergey Patrikeev 2020-10-13 14:15:56 +03:00 committed by GitHub
parent f365cf5ae2
commit 76c39df4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,9 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
`com.intellij.execution.ui.ConsoleView.attachToProcess` method `ProcessHandler` parameter marked `@NotNull`
: This may break source-compatibility with inheritors written in Kotlin if they declare parameter type as nullable.
`com.intellij.util.indexing.FileContentImpl(VirtualFile, byte[])` constructor removed
: Constructors of `FileContentImpl` were replaced with factory methods. Use `FileContentImpl#createByContent(VirtualFile, byte[])`
### Changes in Java Plugin 2019.3
The PSI structure of multi-dimensional arrays in Java source files changed (see `com.intellij.psi.PsiTypeElement`)