Class

com.github.ghik.silencer

SuppressingReporter

Related Doc: package silencer

Permalink

class SuppressingReporter extends Reporter with SuppressingReporterBase

Linear Supertypes
SuppressingReporterBase, Reporter, Reporter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SuppressingReporter
  2. SuppressingReporterBase
  3. Reporter
  4. Reporter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SuppressingReporter(original: Reporter, globalFilters: List[Regex], lineContentFilters: List[Regex], pathFilters: List[Regex], sourceRoots: List[AbstractFile])

    Permalink

Type Members

  1. class Severity extends AnyRef

    Permalink
    Definition Classes
    Reporter

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val ERROR: Severity

    Permalink
    Definition Classes
    Reporter → Reporter
  5. object INFO extends Severity

    Permalink
    Definition Classes
    Reporter → Reporter
  6. object WARNING extends Severity

    Permalink
    Definition Classes
    Reporter → Reporter
  7. def anyMatches(patterns: List[Regex], value: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. var cancelled: Boolean

    Permalink
    Definition Classes
    Reporter
  10. def checkUnused(source: SourceFile): Unit

    Permalink
    Definition Classes
    SuppressingReporterBase
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def comment(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporter
  13. def count(severity: Severity): Int

    Permalink
    Definition Classes
    Reporter → Reporter
  14. val deferredWarnings: HashMap[SourceFile, ArrayBuffer[(Position, String)]]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  15. def echo(msg: String): Unit

    Permalink
    Definition Classes
    Reporter
  16. def echo(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporter
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def error(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporter
  20. def errorCount: Int

    Permalink
    Definition Classes
    Reporter
  21. val fileSuppressions: HashMap[SourceFile, List[Suppression]]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  22. def flush(): Unit

    Permalink
    Definition Classes
    SuppressingReporter → Reporter
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hasErrors: Boolean

    Permalink
    Definition Classes
    SuppressingReporter → Reporter → Reporter
  25. def hasWarnings: Boolean

    Permalink
    Definition Classes
    SuppressingReporter → Reporter
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def info(pos: Position, msg: String, force: Boolean): Unit

    Permalink
    Definition Classes
    Reporter
  28. def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporter → Reporter
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val lineContentFilters: List[Regex]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterSuppressingReporterBase
  31. def matchesLineContentFilter(pos: Position): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  32. def matchesPathFilter(pos: Position): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. val normalizedPathCache: HashMap[SourceFile, String]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. val pathFilters: List[Regex]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterSuppressingReporterBase
  38. def relativize(dir: AbstractFile, child: AbstractFile): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterBase
  39. def reset(): Unit

    Permalink
    Definition Classes
    SuppressingReporter → Reporter → Reporter
  40. def resetCount(severity: Severity): Unit

    Permalink
    Definition Classes
    SuppressingReporter → Reporter → Reporter
  41. def setSuppressions(source: SourceFile, suppressions: List[Suppression]): Unit

    Permalink
  42. val sourceRoots: List[AbstractFile]

    Permalink
    Attributes
    protected
    Definition Classes
    SuppressingReporterSuppressingReporterBase
  43. def suppressOrForward(suppressions: List[Suppression], pos: Position, msg: String): Unit

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def warning(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporter
  50. def warningCount: Int

    Permalink
    Definition Classes
    Reporter

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SuppressingReporterBase

Inherited from Reporter

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Ungrouped