mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
API changes 2020.3: document removal of FileContentImpl.init
This commit is contained in:
parent
f365cf5ae2
commit
76c39df4f5
@ -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`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user