DepthFinding
data class DepthFinding( val dependentProject: McProject, val dependentPath: ProjectPath.StringProjectPath, val depth: Int, val children: List<DepthFinding>, val sourceSetName: SourceSetName, val buildFile: File) : Finding, Comparable<DepthFinding>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DepthFinding( dependentProject: McProject, dependentPath: ProjectPath.StringProjectPath, depth: Int, children: List<DepthFinding>, sourceSetName: SourceSetName, buildFile: File)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun toResult(fixed: Boolean): Finding.FindingResult
Content copied to clipboard