mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Document @NotNull
for parameters of PsiElementVisitor and ImplicitPropertyUsageProvider (#237)
This commit is contained in:
parent
6474c74393
commit
e70f6a7d08
@ -73,3 +73,8 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
|
||||
`com.intellij.psi.stubs.PrebuiltStubsProviderBase` class now extends `com.intellij.index.PrebuiltIndexProvider` and inherits its abstract method `getIndexRoot()`
|
||||
: Use `com.intellij.psi.stubs.PlatformPrebuiltStubsProviderBase` instead.
|
||||
|
||||
`com.intellij.psi.PsiElementVisitor` method `visitElement` parameter marked `@NotNull`.
|
||||
: Remove `?`s in your Kotlin code.
|
||||
|
||||
`com.intellij.codeInspection.unused.ImplicitPropertyUsageProvider` method `isUsed` parameter marked `@NotNull`.
|
||||
: Remove `?`s in your Kotlin code.
|
Loading…
x
Reference in New Issue
Block a user