RedundantDependencyFinding
data class RedundantDependencyFinding( val findingName: FindingName, val dependentProject: McProject, val oldDependency: ProjectDependency, val configurationName: ConfigurationName, val from: List<ProjectDependency>) : AbstractProjectDependencyFinding, RemovesDependency, Deletable
Content copied to clipboard
Constructors
Link copied to clipboard
fun RedundantDependencyFinding( findingName: FindingName, dependentProject: McProject, oldDependency: ProjectDependency, configurationName: ConfigurationName, from: List<ProjectDependency>)
Content copied to clipboard
Functions
Link copied to clipboard
open suspend fun fix(removalStrategy: RemovesDependency.RemovalStrategy): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend fun removeDependency(removalStrategy: RemovesDependency.RemovalStrategy): Boolean
Content copied to clipboard
Link copied to clipboard
open suspend override fun toResult(fixed: Boolean): Finding.FindingResult
Content copied to clipboard