RecordingReporter

mill.javalib.worker.RecordingReporter
trait RecordingReporter extends Reporter

A zinc reporter which records reported problems and is able to log all not already reported problems later via logOldProblems.

Attributes

Source
RecordingReporter.scala
Graph
Supertypes
trait Reporter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

abstract override def log(problem: Problem): Unit

Attributes

Source
RecordingReporter.scala
def logOldProblems(compileAnalysis: CompileAnalysis): Unit

Log problem contained in the given CompileAnalysis but not already reported.

Log problem contained in the given CompileAnalysis but not already reported.

Attributes

Source
RecordingReporter.scala
abstract override def printSummary(): Unit

Attributes

Source
RecordingReporter.scala
abstract override def reset(): Unit

Attributes

Source
RecordingReporter.scala

Inherited and Abstract methods

def comment(x$0: Position, x$1: String): Unit

Attributes

Inherited from:
Reporter
def hasErrors(): Boolean

Attributes

Inherited from:
Reporter
def hasWarnings(): Boolean

Attributes

Inherited from:
Reporter
def problems(): Array[Problem]

Attributes

Inherited from:
Reporter