trait ZincReporter extends xsbti.Reporter with ConfigurableReporter
- Alphabetic
- By Inheritance
- ZincReporter
- ConfigurableReporter
- Reporter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
allProblems: Seq[Problem]
All the
Problems
seen by this reporter.All the
Problems
seen by this reporter.- Definition Classes
- ConfigurableReporter
- abstract def allProblemsPerPhase: Seq[ProblemPerPhase]
-
abstract
def
comment(arg0: Position, arg1: String): Unit
- Definition Classes
- Reporter
-
abstract
def
config: ReporterConfig
The configuration for this reporter.
The configuration for this reporter.
- Definition Classes
- ConfigurableReporter
-
abstract
def
cwd: AbsolutePath
The current working directory of the user who started compilation.
The current working directory of the user who started compilation.
- Definition Classes
- ConfigurableReporter
-
abstract
def
hasErrors(): Boolean
true
if this reporter has received errors,false
otherwise.true
if this reporter has received errors,false
otherwise.- Definition Classes
- ConfigurableReporter
-
abstract
def
hasWarnings(): Boolean
true
if this reporter has received warnings,false
otherwise.true
if this reporter has received warnings,false
otherwise.- Definition Classes
- ConfigurableReporter
-
abstract
def
log(arg0: xsbti.Problem): Unit
- Definition Classes
- Reporter
-
abstract
def
printSummary(): Unit
- Definition Classes
- Reporter
-
abstract
def
problems(): Array[xsbti.Problem]
- Definition Classes
- Reporter
-
abstract
def
reportCancelledCompilation(): Unit
Report the compile cancellation of this project.
-
abstract
def
reportCompilationProgress(progress: Long, total: Long): Unit
Report the progress from the compiler.
-
abstract
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.
-
abstract
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.
-
abstract
def
reportNextPhase(phase: String, sourceFile: File): Unit
Report when the compiler enters in a phase.
-
abstract
def
reportStartCompilation(previousProblems: List[ProblemPerPhase]): Unit
A function called *always* at the very beginning of compilation.
-
abstract
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).
-
abstract
def
reset(): Unit
- Definition Classes
- Reporter
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )