SortPluginsFinding
class SortPluginsFinding(val dependentProject: McProject, val dependentPath: ProjectPath.StringProjectPath, val buildFile: File, val comparator: Comparator<PluginDeclaration>) : Finding, Fixable(source)
A Finding implementation that represents a finding where plugin declarations are not sorted according to the defined pattern.
Constructors
Link copied to clipboard
constructor(dependentProject: McProject, dependentPath: ProjectPath.StringProjectPath, buildFile: File, comparator: Comparator<PluginDeclaration>)
Properties
Link copied to clipboard
the comparator used to sort plugin declarations
Link copied to clipboard
Link copied to clipboard
the path of the dependent project
Link copied to clipboard
the dependent project where the finding was detected
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard