Packages

c

scala.tools.nsc.reporters

StoreReporter

class StoreReporter extends Reporter

This class implements a Reporter that stores its reports in the set infos.

Source
StoreReporter.scala
Linear Supertypes
Reporter, reflect.internal.Reporter, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoreReporter
  2. Reporter
  3. Reporter
  4. AnyRef
  5. Any
Implicitly
  1. by adapt reporter to legacy API
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StoreReporter()

Type Members

  1. case class Info(pos: Position, msg: String, severity: StoreReporter.Severity) extends Product with Serializable
  2. class Severity extends AnyRef
    Definition Classes
    Reporter

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from StoreReporter toany2stringadd[StoreReporter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StoreReporter, B)
    Implicit
    This member is added by an implicit conversion from StoreReporter toArrowAssoc[StoreReporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var cancelled: Boolean
    Definition Classes
    Reporter
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def comment(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  10. def count(severity: Severity): Int
    Definition Classes
    Reporter
  11. def echo(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  12. def echo(msg: String): Unit
    Definition Classes
    Reporter
  13. def ensuring(cond: (StoreReporter) => Boolean, msg: => Any): StoreReporter
    Implicit
    This member is added by an implicit conversion from StoreReporter toEnsuring[StoreReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (StoreReporter) => Boolean): StoreReporter
    Implicit
    This member is added by an implicit conversion from StoreReporter toEnsuring[StoreReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): StoreReporter
    Implicit
    This member is added by an implicit conversion from StoreReporter toEnsuring[StoreReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): StoreReporter
    Implicit
    This member is added by an implicit conversion from StoreReporter toEnsuring[StoreReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def error(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  20. def errorCount: Int
    Definition Classes
    Reporter
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def finish(): Unit
    Definition Classes
    Reporter
  23. def flush(): Unit
    Definition Classes
    Reporter
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from StoreReporter toStringFormat[StoreReporter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hasErrors: Boolean
    Definition Classes
    Reporter → Reporter
  27. def hasWarnings: Boolean
    Definition Classes
    Reporter
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit
    Attributes
    protected
    Definition Classes
    StoreReporter → Reporter
  30. val infos: LinkedHashSet[Info]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def rerunWithDetails(setting: Setting, name: String): String
    Definition Classes
    Reporter
  36. def reset(): Unit
    Definition Classes
    StoreReporterReporter → Reporter
  37. def resetCount(severity: Severity): Unit
    Definition Classes
    Reporter
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def warning(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  44. def warningCount: Int
    Definition Classes
    Reporter
  45. object ERROR extends Severity
    Definition Classes
    Reporter
  46. object INFO extends Severity
    Definition Classes
    Reporter
  47. object WARNING extends Severity
    Definition Classes
    Reporter

Shadowed Implicit Value Members

  1. var cancelled: Boolean
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).cancelled
    Definition Classes
    Reporter
  2. def comment(pos: Position, msg: String): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).comment(pos, msg)
    Definition Classes
    Reporter
  3. def count: ((severity: _1.Severity)Int) forSome {val _1: Reporter}
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).count
    Definition Classes
    Reporter
  4. def echo(pos: Position, msg: String): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).echo(pos, msg)
    Definition Classes
    Reporter
  5. def echo(msg: String): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).echo(msg)
    Definition Classes
    Reporter
  6. def error(pos: Position, msg: String): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).error(pos, msg)
    Definition Classes
    Reporter
  7. def errorCount: Int
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).errorCount
    Definition Classes
    Reporter
  8. def finish(): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).finish()
    Definition Classes
    Reporter
  9. def flush(): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).flush()
    Definition Classes
    Reporter
  10. def hasErrors: Boolean
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).hasErrors
    Definition Classes
    Reporter → Reporter
  11. def hasWarnings: Boolean
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).hasWarnings
    Definition Classes
    Reporter
  12. def rerunWithDetails(setting: Setting, name: String): String
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).rerunWithDetails(setting, name)
    Definition Classes
    Reporter
  13. def reset(): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).reset()
    Definition Classes
    Reporter → Reporter
  14. def resetCount: ((severity: _1.Severity)Unit) forSome {val _1: Reporter}
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).resetCount
    Definition Classes
    Reporter
  15. def warning(pos: Position, msg: String): Unit
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).warning(pos, msg)
    Definition Classes
    Reporter
  16. def warningCount: Int
    Implicit
    This member is added by an implicit conversion from StoreReporter 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:
    (storeReporter: Reporter).warningCount
    Definition Classes
    Reporter

Deprecated Value Members

  1. 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 StoreReporter 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:
    (storeReporter: 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

  2. 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

  3. def [B](y: B): (StoreReporter, B)
    Implicit
    This member is added by an implicit conversion from StoreReporter toArrowAssoc[StoreReporter] 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.

Inherited from Reporter

Inherited from reflect.internal.Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion adapt reporter to legacy API fromStoreReporter to Reporter

Inherited by implicit conversion any2stringadd fromStoreReporter to any2stringadd[StoreReporter]

Inherited by implicit conversion StringFormat fromStoreReporter to StringFormat[StoreReporter]

Inherited by implicit conversion Ensuring fromStoreReporter to Ensuring[StoreReporter]

Inherited by implicit conversion ArrowAssoc fromStoreReporter to ArrowAssoc[StoreReporter]

Ungrouped