abstract class AbstractReporter extends Reporter with PositionFiltering
This reporter uses filtering by severity and position, including two-tiered INFO messaging, and also handles prompting and debug output.
- Annotations
- @deprecated
- Deprecated
(Since version 2.13) Use PositionFiltering
- Source
- AbstractReporter.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractReporter
- PositionFiltering
- Filtering
- Reporter
- Reporter
- AnyRef
- Any
Implicitly
- by adapt reporter to legacy API
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractReporter()
Abstract Value Members
Concrete Value Members
- var cancelled: Boolean
- Definition Classes
- Reporter
- def comment(pos: Position, msg: String): Unit
- Definition Classes
- Reporter
- def count(severity: Severity): Int
- Definition Classes
- Reporter
- def echo(pos: Position, msg: String): Unit
- Definition Classes
- Reporter
- def echo(msg: String): Unit
- Definition Classes
- Reporter
- def error(pos: Position, msg: String): Unit
- Definition Classes
- Reporter
- def errorCount: Int
- Definition Classes
- Reporter
- def finish(): Unit
- Definition Classes
- Reporter
- def flush(): Unit
- Definition Classes
- Reporter
- def hasErrors: Boolean
- Definition Classes
- Reporter → Reporter
- def hasWarnings: Boolean
- Definition Classes
- Reporter
- def rerunWithDetails(setting: Setting, name: String): String
- Definition Classes
- Reporter
- def reset(): Unit
- Definition Classes
- PositionFiltering → Reporter
- def resetCount(severity: Severity): Unit
- Definition Classes
- Reporter
- def warning(pos: Position, msg: String): Unit
- Definition Classes
- Reporter
- def warningCount: Int
- Definition Classes
- Reporter
- object ERROR extends Severity
- Definition Classes
- Reporter
- object INFO extends Severity
- Definition Classes
- Reporter
- object WARNING extends Severity
- Definition Classes
- Reporter
Shadowed Implicit Value Members
- var cancelled: Boolean
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).cancelled
- Definition Classes
- Reporter
- def comment(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).comment(pos, msg)
- Definition Classes
- Reporter
- def count: ((severity: _1.Severity)Int) forSome {val _1: Reporter}
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).count
- Definition Classes
- Reporter
- def echo(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).echo(pos, msg)
- Definition Classes
- Reporter
- def echo(msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).echo(msg)
- Definition Classes
- Reporter
- def error(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).error(pos, msg)
- Definition Classes
- Reporter
- def errorCount: Int
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).errorCount
- Definition Classes
- Reporter
- def finish(): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).finish()
- Definition Classes
- Reporter
- def flush(): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).flush()
- Definition Classes
- Reporter
- def hasErrors: Boolean
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).hasErrors
- Definition Classes
- Reporter → Reporter
- def hasWarnings: Boolean
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).hasWarnings
- Definition Classes
- Reporter
- def rerunWithDetails(setting: Setting, name: String): String
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).rerunWithDetails(setting, name)
- Definition Classes
- Reporter
- def reset(): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).reset()
- Definition Classes
- Reporter → Reporter
- def resetCount: ((severity: _1.Severity)Unit) forSome {val _1: Reporter}
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).resetCount
- Definition Classes
- Reporter
- def warning(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).warning(pos, msg)
- Definition Classes
- Reporter
- def warningCount: Int
- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).warningCount
- Definition Classes
- Reporter
Deprecated Value Members
- final def info(pos: Position, msg: String, force: Boolean): Unit
Informational messages.
Informational messages. If
!force
, they may be suppressed.- Implicit
- This member is added by an implicit conversion from AbstractReporter toReporter performed by method adapt reporter to legacy API in scala.tools.nsc.reporters.Reporter.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(abstractReporter: Reporter).info(pos, msg, force)
- Definition Classes
- Reporter
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use echo, as internal.Reporter does not support unforced info
- final def info(pos: Position, msg: String, force: Boolean): Unit
Informational messages.
Informational messages. If
!force
, they may be suppressed.- Definition Classes
- Reporter
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use echo, as internal.Reporter does not support unforced info
The Scala compiler and reflection APIs.