SkippedFix

class SkippedFix(val ruleId: QualifiedRuleId, val file: SourceFile?, val title: String, val reason: FixSkipReason)

A diagnostic fix that was not applied.

Constructors

Link copied to clipboard
constructor(ruleId: QualifiedRuleId, file: SourceFile?, title: String, reason: FixSkipReason)

Properties

Link copied to clipboard

File that contained the skipped fix when available.

Link copied to clipboard

Reason the fix was not applied.

Link copied to clipboard

Rule ID that produced the fix.

Link copied to clipboard

User-facing fix title.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String