PackageUpdateInspection

An inspection that flags out-of-date dependencies in supported files, supplying a quick-fix to upgrade them to the latest version.

Note that this inspection follows the "only stable" inspection settings.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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
override fun checkFile(file: PsiFile, manager: InspectionManager, isOnTheFly: Boolean): Array<ProblemDescriptor>
open override fun ProblemsHolder.checkFile(file: PsiFile, module: PackageSearchModule)
Link copied to clipboard
open fun cleanup(@NotNull p0: @NotNull Project)
Link copied to clipboard
@ApiStatus.Obsolete
@ApiStatus.OverrideOnly
@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
open override fun getDefaultLevel(): 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
@NotNull
open fun getOptionController(): @NotNull OptionController
Link copied to clipboard
open override fun getOptionsPane(): OptPane
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
@NotNull
override fun getSuppressId(): @NotNull 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
Link copied to clipboard
open fun writeSettings(@NotNull p0: @NotNull Element)