c

bloop.reporter

ObservedReporter

final class ObservedReporter extends ZincReporter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObservedReporter
  2. ZincReporter
  3. ConfigurableReporter
  4. Reporter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ObservedReporter(observedLogger: ObservedLogger[Logger], underlying: Reporter)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allProblems: Seq[Problem]

    All the Problems seen by this reporter.

    All the Problems seen by this reporter.

    Definition Classes
    ObservedReporterConfigurableReporter
  5. def allProblemsPerPhase: Seq[ProblemPerPhase]
    Definition Classes
    ObservedReporterZincReporter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def comment(pos: Position, msg: String): Unit
    Definition Classes
    ObservedReporter → Reporter
  9. val config: ReporterConfig

    The configuration for this reporter.

    The configuration for this reporter.

    Definition Classes
    ObservedReporterConfigurableReporter
  10. val cwd: AbsolutePath

    The current working directory of the user who started compilation.

    The current working directory of the user who started compilation.

    Definition Classes
    ObservedReporterConfigurableReporter
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hasErrors(): Boolean

    true if this reporter has received errors, false otherwise.

    true if this reporter has received errors, false otherwise.

    Definition Classes
    ObservedReporterConfigurableReporter → Reporter
  16. def hasWarnings(): Boolean

    true if this reporter has received warnings, false otherwise.

    true if this reporter has received warnings, false otherwise.

    Definition Classes
    ObservedReporterConfigurableReporter → Reporter
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def log(xproblem: xsbti.Problem): Unit
    Definition Classes
    ObservedReporter → Reporter
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val observedLogger: ObservedLogger[Logger]
  24. def printSummary(): Unit
    Definition Classes
    ObservedReporter → Reporter
  25. def problems(): Array[xsbti.Problem]
    Definition Classes
    ObservedReporter → Reporter
  26. def reportCancelledCompilation(): Unit

    Report the compile cancellation of this project.

    Report the compile cancellation of this project.

    Definition Classes
    ObservedReporterZincReporter
  27. def reportCompilationProgress(progress: Long, total: Long): Unit

    Report the progress from the compiler.

    Report the progress from the compiler.

    Definition Classes
    ObservedReporterZincReporter
  28. def reportEndCompilation(previousSuccessfulProblems: List[ProblemPerPhase], code: StatusCode): Unit

    A function called at the very end of compilation, before returning from Zinc to bloop.

    A function called at the very end of compilation, before returning from Zinc to bloop. This method **is** called if the compilation is a no-op.

    code

    The status code for a given compilation. The status code can be used whenever there is a noop compile and it's successful or cancelled.

    Definition Classes
    ObservedReporterZincReporter
  29. def reportEndIncrementalCycle(durationMs: Long, result: Try[Unit]): Unit

    A function called after every incremental cycle, even if any compilation errors happen.

    A function called after every incremental cycle, even if any compilation errors happen. This method is not called if the compilation is a no-op (e.g. same analysis as before).

    durationMs

    The time it took to complete the incremental compiler cycle.

    result

    The result of the incremental cycle. We don't use bsp.StatusCode because the bloop backend, where this method is used, should not depend on bsp4j.

    Definition Classes
    ObservedReporterZincReporter
  30. def reportNextPhase(phase: String, sourceFile: File): Unit

    Report when the compiler enters in a phase.

    Report when the compiler enters in a phase.

    Definition Classes
    ObservedReporterZincReporter
  31. def reportStartCompilation(previousProblems: List[ProblemPerPhase]): Unit

    A function called *always* at the very beginning of compilation.

    A function called *always* at the very beginning of compilation.

    Definition Classes
    ObservedReporterZincReporter
  32. def reportStartIncrementalCycle(sources: Seq[File], outputDirs: Seq[File]): Unit

    A function called before every incremental cycle with the compilation inputs.

    A function called before every incremental cycle with the compilation inputs. This method is not called if the compilation is a no-op (e.g. same analysis as before).

    Definition Classes
    ObservedReporterZincReporter
  33. def reset(): Unit
    Definition Classes
    ObservedReporter → Reporter
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val underlying: Reporter
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ZincReporter

Inherited from ConfigurableReporter

Inherited from xsbti.Reporter

Inherited from AnyRef

Inherited from Any

Ungrouped