RootWrapperCountsInspection

class RootWrapperCountsInspection : AbstractKotlinInspection

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@NotNull
open fun buildVisitor(@NotNull p0: @NotNull ProblemsHolder, p1: Boolean): @NotNull PsiElementVisitor
@NotNull
open fun buildVisitor(@NotNull p0: @NotNull ProblemsHolder, p1: Boolean, @NotNull p2: @NotNull LocalInspectionToolSession): @NotNull PsiElementVisitor
Link copied to clipboard
open override fun checkFile(file: PsiFile, manager: InspectionManager, isOnTheFly: Boolean): Array<ProblemDescriptor>
Link copied to clipboard
open fun cleanup(@NotNull p0: @NotNull Project)
Link copied to clipboard
@Nullable
open fun createOptionsPanel(): @Nullable JComponent?
Link copied to clipboard
@NonNls
@Nullable
open override fun getAlternativeID(): @NonNls @Nullable String?
Link copied to clipboard
open override fun getBatchSuppressActions(@Nullable p0: @Nullable PsiElement?): @NotNull Array<SuppressQuickFix>
Link copied to clipboard
@NotNull
open fun getDefaultLevel(): @NotNull HighlightDisplayLevel
Link copied to clipboard
@Nullable
open fun getDescriptionFileName(): @Nullable String?
Link copied to clipboard
@Nls(capitalization = Nls.Capitalization.Sentence)
@NotNull
open fun getDisplayName(): @Nls(capitalization = Nls.Capitalization.Sentence) @NotNull String
Link copied to clipboard
Link copied to clipboard
@Nls(capitalization = Nls.Capitalization.Sentence)
@NotNull
open fun getGroupDisplayName(): @Nls(capitalization = Nls.Capitalization.Sentence) @NotNull String
Link copied to clipboard
@NonNls
@Nullable
open fun getGroupKey(): @NonNls @Nullable String?
Link copied to clipboard
@Nls(capitalization = Nls.Capitalization.Sentence)
open fun getGroupPath(): @NotNull Array<@Nls(capitalization = Nls.Capitalization.Sentence) String>
Link copied to clipboard
@NonNls
@NotNull
open fun getID(): @NonNls @NotNull String
Link copied to clipboard
@NonNls
@Nullable
open fun getMainToolId(): @NonNls @Nullable String?
Link copied to clipboard
@Nullable
open fun getProblemElement(@NotNull p0: @NotNull PsiElement): @Nullable PsiNamedElement?
Link copied to clipboard
@NonNls
@NotNull
open fun getShortName(): @NonNls @NotNull String
Link copied to clipboard
@Nullable
@Nls
open fun getStaticDescription(): @Nullable @Nls String?
Link copied to clipboard
open fun initialize(@NotNull p0: @NotNull GlobalInspectionContext)
Link copied to clipboard
open fun inspectionFinished(@NotNull p0: @NotNull LocalInspectionToolSession, @NotNull p1: @NotNull ProblemsHolder)
Link copied to clipboard
open fun inspectionStarted(@NotNull p0: @NotNull LocalInspectionToolSession, p1: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun isSuppressedFor(@NotNull p0: @NotNull PsiElement): Boolean
Link copied to clipboard
@Nullable
@Nls
open fun loadDescription(): @Nullable @Nls String?
Link copied to clipboard
@NotNull
open fun processFile(@NotNull p0: @NotNull PsiFile, @NotNull p1: @NotNull InspectionManager): @NotNull MutableList<ProblemDescriptor>
Link copied to clipboard
open fun readSettings(@NotNull p0: @NotNull Element)
Link copied to clipboard
fun ProblemsHolder.registerProblemWithoutOfflineInformation(element: PsiElement, description: String, isOnTheFly: Boolean, highlightType: ProblemHighlightType, vararg fixes: LocalQuickFix)
fun ProblemsHolder.registerProblemWithoutOfflineInformation(element: PsiElement, description: String, isOnTheFly: Boolean, highlightType: ProblemHighlightType, range: TextRange?, vararg fixes: LocalQuickFix)
Link copied to clipboard
Link copied to clipboard
open fun writeSettings(@NotNull p0: @NotNull Element)