Document @NotNull for parameters of PsiElementVisitor and ImplicitPropertyUsageProvider (#237)

This commit is contained in:
Yuriy Artamonov 2019-12-16 13:19:43 +03:00 committed by Yann Cébron
parent 6474c74393
commit e70f6a7d08

View File

@ -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.