class BspCompileProblemReporter extends CompileProblemReporter
Specialized reporter that sends compilation diagnostics
for each problem it logs, either as information, warning or
error as well as task finish notifications of type compile-report
.
- Annotations
- @Scaladoc()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BspCompileProblemReporter
- CompileProblemReporter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BspCompileProblemReporter(client: BuildClient, targetId: BuildTargetIdentifier, targetDisplayName: String, taskId: TaskId, compilationOriginId: Option[String])
- client
the client to send diagnostics to
- targetId
the target id of the target whose compilation the diagnostics are related to
- taskId
a unique id of the compilation task of the target specified by
targetId
- compilationOriginId
optional origin id the client assigned to the compilation request. Needs to be sent back as part of the published diagnostics as well as compile report
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val compileTask: CompileTask
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fileVisited(file: Path): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finish(): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logError(problem: Problem): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- def logInfo(problem: Problem): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- def logWarning(problem: Problem): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- 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 printSummary(): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- def start(): Unit
- Definition Classes
- BspCompileProblemReporter → CompileProblemReporter
- 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(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()