mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
parent
498f705547
commit
d73c387fca
@ -111,6 +111,9 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
|||||||
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
|
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
|
||||||
: Previously this circulary referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed.
|
: Previously this circulary referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed.
|
||||||
|
|
||||||
|
`com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`
|
||||||
|
: Use `java.util.List` instead of `java.util.Map`.
|
||||||
|
|
||||||
### Database Plugin 2021.2
|
### Database Plugin 2021.2
|
||||||
|
|
||||||
`com.intellij.database.dataSource.DatabaseCredentialsAuthProvider.UserWidget` class removed
|
`com.intellij.database.dataSource.DatabaseCredentialsAuthProvider.UserWidget` class removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user