SortDependenciesFinding
class SortDependenciesFinding( val dependentProject: McProject, val dependentPath: ProjectPath.StringProjectPath, val buildFile: File, val comparator: Comparator<String>) : Finding, Fixable
Content copied to clipboard
Constructors
Link copied to clipboard
fun SortDependenciesFinding( dependentProject: McProject, dependentPath: ProjectPath.StringProjectPath, buildFile: File, comparator: Comparator<String>)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open suspend override fun fix(removalStrategy: RemovesDependency.RemovalStrategy): Boolean
Content copied to clipboard
Link copied to clipboard