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> (source)

Constructors

Link copied to clipboard
constructor(dependentProject: McProject, dependentPath: ProjectPath.StringProjectPath, depth: Int, children: List<DepthFinding>, sourceSetName: SourceSetName, buildFile: File)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val buildFile: File
Link copied to clipboard
Link copied to clipboard
open override val dependencyIdentifier: String
Link copied to clipboard
Link copied to clipboard
open override val dependentProject: McProject
Link copied to clipboard
val depth: Int
Link copied to clipboard
open override val findingName: FindingName
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: DepthFinding): Int
Link copied to clipboard
Link copied to clipboard
open suspend override fun toResult(fixed: Boolean): Finding.FindingResult
Link copied to clipboard
open override fun toString(): String