class AdaptedReporter extends Reporter with ForwardingReporter
Adapt a reporter to legacy reporter API. Handle info
by forwarding to echo
.
- Source
- Reporter.scala
- Alphabetic
- By Inheritance
- AdaptedReporter
- ForwardingReporter
- Reporter
- Reporter
- AnyRef
- Any
- by adapt reporter to legacy API
- by adapt reporter to legacy API
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AdaptedReporter(delegate: reflect.internal.Reporter)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toany2stringadd[AdaptedReporter] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (AdaptedReporter, B)
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toArrowAssoc[AdaptedReporter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var cancelled: Boolean
- Definition Classes
- Reporter
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def comment(pos: Position, msg: String): Unit
- Definition Classes
- Reporter
- def count(severity: Severity): Int
- Definition Classes
- AdaptedReporter → Reporter
- val delegate: reflect.internal.Reporter
- Definition Classes
- AdaptedReporter → ForwardingReporter
- def echo(pos: Position, msg: String): Unit
- Definition Classes
- ForwardingReporter → Reporter
- def echo(msg: String): Unit
- Definition Classes
- Reporter
- def ensuring(cond: (AdaptedReporter) => Boolean, msg: => Any): AdaptedReporter
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toEnsuring[AdaptedReporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (AdaptedReporter) => Boolean): AdaptedReporter
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toEnsuring[AdaptedReporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): AdaptedReporter
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toEnsuring[AdaptedReporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): AdaptedReporter
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toEnsuring[AdaptedReporter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(pos: Position, msg: String): Unit
- Definition Classes
- ForwardingReporter → Reporter
- def errorCount: Int
- Definition Classes
- AdaptedReporter → Reporter
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finish(): Unit
- Definition Classes
- ForwardingReporter → Reporter
- def flush(): Unit
- Definition Classes
- ForwardingReporter → Reporter
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toStringFormat[AdaptedReporter] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def forward(pos: Position, msg: String, severity: Severity): Unit
- Attributes
- protected
- Definition Classes
- ForwardingReporter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasErrors: Boolean
- Definition Classes
- AdaptedReporter → Reporter → Reporter
- def hasWarnings: Boolean
- Definition Classes
- AdaptedReporter → Reporter
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit
- Attributes
- protected
- Definition Classes
- AdaptedReporter → ForwardingReporter → Reporter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rerunWithDetails(setting: Setting, name: String): String
- Definition Classes
- Reporter
- def reset(): Unit
- Definition Classes
- ForwardingReporter → Reporter
- def resetCount(severity: Severity): Unit
- Definition Classes
- AdaptedReporter → Reporter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AdaptedReporter → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warning(pos: Position, msg: String): Unit
- Definition Classes
- ForwardingReporter → Reporter
- def warningCount: Int
- Definition Classes
- AdaptedReporter → 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 AdaptedReporter 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:(adaptedReporter: Reporter).cancelled
- Definition Classes
- Reporter
- var cancelled: Boolean
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).cancelled
- Definition Classes
- Reporter
- def comment(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).comment(pos, msg)
- Definition Classes
- Reporter
- def comment(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: 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 AdaptedReporter 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:(adaptedReporter: Reporter).count
- Definition Classes
- Reporter
- def count: ((severity: _1.Severity)Int) forSome {val _1: Reporter}
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).count
- Definition Classes
- Reporter
- def echo(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).echo(pos, msg)
- Definition Classes
- Reporter
- def echo(msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).echo(msg)
- Definition Classes
- Reporter
- def echo(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).echo(pos, msg)
- Definition Classes
- Reporter
- def echo(msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).echo(msg)
- Definition Classes
- Reporter
- def error(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).error(pos, msg)
- Definition Classes
- Reporter
- def error(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).error(pos, msg)
- Definition Classes
- Reporter
- def errorCount: Int
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).errorCount
- Definition Classes
- Reporter
- def errorCount: Int
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).errorCount
- Definition Classes
- Reporter
- def finish(): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).finish()
- Definition Classes
- Reporter
- def finish(): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).finish()
- Definition Classes
- Reporter
- def flush(): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).flush()
- Definition Classes
- Reporter
- def flush(): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).flush()
- Definition Classes
- Reporter
- def hasErrors: Boolean
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).hasErrors
- Definition Classes
- Reporter → Reporter
- def hasErrors: Boolean
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).hasErrors
- Definition Classes
- Reporter → Reporter
- def hasWarnings: Boolean
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).hasWarnings
- Definition Classes
- Reporter
- def hasWarnings: Boolean
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).hasWarnings
- Definition Classes
- Reporter
- def rerunWithDetails(setting: Setting, name: String): String
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).rerunWithDetails(setting, name)
- Definition Classes
- Reporter
- def rerunWithDetails(setting: Setting, name: String): String
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).rerunWithDetails(setting, name)
- Definition Classes
- Reporter
- def reset(): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).reset()
- Definition Classes
- Reporter → Reporter
- def reset(): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: 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 AdaptedReporter 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:(adaptedReporter: Reporter).resetCount
- Definition Classes
- Reporter
- def resetCount: ((severity: _1.Severity)Unit) forSome {val _1: Reporter}
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).resetCount
- Definition Classes
- Reporter
- def warning(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).warning(pos, msg)
- Definition Classes
- Reporter
- def warning(pos: Position, msg: String): Unit
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).warning(pos, msg)
- Definition Classes
- Reporter
- def warningCount: Int
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: Reporter).warningCount
- Definition Classes
- Reporter
- def warningCount: Int
- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: 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 AdaptedReporter 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:(adaptedReporter: 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.- Implicit
- This member is added by an implicit conversion from AdaptedReporter 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:(adaptedReporter: 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
- def →[B](y: B): (AdaptedReporter, B)
- Implicit
- This member is added by an implicit conversion from AdaptedReporter toArrowAssoc[AdaptedReporter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.