mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list_2020.md
Added note about org.jetbrains.jps.incremental.ModuleLevelBuilder#getCompilableFileExtensions.
This commit is contained in:
parent
4ff3f8714a
commit
3d726685ea
@ -69,6 +69,9 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
|
||||
`com.intellij.compiler.ant` package removed
|
||||
: 'Generate Ant build' functionality is removed from the IDE. Delete the code extending this or replace it with a dependency on the `generate-ant` plugin.
|
||||
|
||||
`org.jetbrains.jps.incremental.ModuleLevelBuilder.getCompilableFileExtensions` marked abstract
|
||||
: Implement it in `ModuleLevelBuilder`'s implementation.
|
||||
|
||||
`com.intellij.codeInsight.TargetElementUtilBase` class removed
|
||||
: Use `com.intellij.codeInsight.TargetElementUtil` instead.
|
||||
|
||||
@ -109,4 +112,4 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
|
||||
: This may break source-compatibility with inheritors written in Kotlin if they declare parameter type as nullable.
|
||||
|
||||
Java code migrated to use `TYPE_USE` nullability annotations
|
||||
: Due to some problems in Kotlin compiler existing Kotlin code might become incompilable in rare cases if a method written in Java returning an array and annotated as `@Nullable` or `@NotNull` is used or overridden.
|
||||
: Due to some problems in Kotlin compiler existing Kotlin code might become incompilable in rare cases if a method written in Java returning an array and annotated as `@Nullable` or `@NotNull` is used or overridden.
|
||||
|
Loading…
x
Reference in New Issue
Block a user