CollectionReporter

mdoc.internal.markdown.MarkdownCompiler.CollectionReporter
class CollectionReporter extends Reporter, UniqueMessagePositions

Attributes

Graph
Supertypes
trait UniqueMessagePositions
class Reporter
trait ReporterResult
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def doReport(dia: Diagnostic)(using Context): Unit

Report a diagnostic

Report a diagnostic

Attributes

Definition Classes
Reporter
override def pendingMessages(using Context): List[Diagnostic]

If this reporter buffers messages, all buffered messages, otherwise Nil

If this reporter buffers messages, all buffered messages, otherwise Nil

Attributes

Definition Classes
Reporter

Inherited methods

def addUnreported(key: String, n: Int): Unit

Attributes

Inherited from:
Reporter
def allErrors: List[Error]

All errors reported by this reporter (ignoring outer reporters)

All errors reported by this reporter (ignoring outer reporters)

Attributes

Inherited from:
Reporter
def errorCount: Int

The number of errors reported by this reporter (ignoring outer reporters)

The number of errors reported by this reporter (ignoring outer reporters)

Attributes

Inherited from:
Reporter
def errorsReported: Boolean

Have errors been reported by this reporter, or in the case where this is a StoreReporter, by an outer reporter?

Have errors been reported by this reporter, or in the case where this is a StoreReporter, by an outer reporter?

Attributes

Inherited from:
Reporter
def flush()(using Context): Unit

Issue all messages in this reporter to next outer one, or make sure they are written.

Issue all messages in this reporter to next outer one, or make sure they are written.

Attributes

Inherited from:
Reporter
def hasErrors: Boolean

Have errors been reported by this reporter (ignoring outer reporters)?

Have errors been reported by this reporter (ignoring outer reporters)?

Attributes

Inherited from:
Reporter
def hasStickyErrors: Boolean

Were sticky errors reported? Overridden in StoreReporter.

Were sticky errors reported? Overridden in StoreReporter.

Attributes

Inherited from:
Reporter
def hasUnreportedErrors: Boolean

Does this reporter contain errors that have yet to be reported by its outer reporter ? Note: this is always false when there is no outer reporter.

Does this reporter contain errors that have yet to be reported by its outer reporter ? Note: this is always false when there is no outer reporter.

Attributes

Inherited from:
Reporter
def hasUnreportedMessages(using Context): Boolean

Does this reporter contain any message that have yet to be reported by its outer reporter ? This includes any warning stored in unreportedWarnings which need to be propagated to get an accurate count of unreported warnings in the outer reporter.

Does this reporter contain any message that have yet to be reported by its outer reporter ? This includes any warning stored in unreportedWarnings which need to be propagated to get an accurate count of unreported warnings in the outer reporter.

Attributes

Inherited from:
Reporter
def hasWarnings: Boolean

Have warnings been reported by this reporter (ignoring outer reporters)?

Have warnings been reported by this reporter (ignoring outer reporters)?

Attributes

Inherited from:
Reporter
def incomplete(dia: Diagnostic)(using Context): Unit

Attributes

Inherited from:
Reporter
override def isHidden(dia: Diagnostic)(using Context): Boolean

Logs a position and returns true if it was already logged.

Logs a position and returns true if it was already logged.

Attributes

Note

Two positions are considered identical for logging if they have the same point.

Definition Classes
UniqueMessagePositions -> Reporter
Inherited from:
UniqueMessagePositions
def isReportedFeatureUseSite(featureTrait: Symbol): Boolean

Attributes

Inherited from:
Reporter
def issueIfNotSuppressed(dia: Diagnostic)(using Context): Unit

Attributes

Inherited from:
Reporter
def issueUnconfigured(dia: Diagnostic)(using Context): Unit

Issue the diagnostic, ignoring -Wconf and @nowarn configurations, but still honouring -nowarn, -Werror, and conditional warnings.

Issue the diagnostic, ignoring -Wconf and @nowarn configurations, but still honouring -nowarn, -Werror, and conditional warnings.

Attributes

Inherited from:
Reporter
override def markReported(dia: Diagnostic)(using Context): Unit

Attributes

Definition Classes
UniqueMessagePositions -> Reporter
Inherited from:
UniqueMessagePositions
def printSummary()(using Context): Unit

Print the summary of warnings and errors

Print the summary of warnings and errors

Attributes

Inherited from:
Reporter
def removeBufferedMessages(using Context): List[Diagnostic]

If this reporter buffers messages, remove and return all buffered messages.

If this reporter buffers messages, remove and return all buffered messages.

Attributes

Inherited from:
Reporter
def report(dia: Diagnostic)(using Context): Unit

Attributes

Inherited from:
Reporter
def reportNewFeatureUseSite(featureTrait: Symbol): Unit

Attributes

Inherited from:
Reporter
def reportsErrorsFor(op: Context ?=> Unit)(using Context): Boolean

Run op and return true if errors were reported by this reporter.

Run op and return true if errors were reported by this reporter.

Attributes

Inherited from:
Reporter
def summarizeUnreportedWarnings()(using Context): Unit

Attributes

Inherited from:
Reporter
def summary: String

Summary of warnings and errors

Summary of warnings and errors

Attributes

Inherited from:
Reporter
def truncationOK: Boolean

Attributes

Inherited from:
Reporter
def warningCount: Int

The number of warnings reported by this reporter (ignoring outer reporters)

The number of warnings reported by this reporter (ignoring outer reporters)

Attributes

Inherited from:
Reporter
def withIncompleteHandler[T](handler: ErrorHandler)(op: => T): T

Attributes

Inherited from:
Reporter
def withoutTruncating[T](body: => T): T

Attributes

Inherited from:
Reporter

Concrete fields

val allDiags: Builder[Diagnostic, List[Diagnostic]]

Inherited fields

var unreportedWarnings: Map[String, Int]

Attributes

Inherited from:
Reporter