package troubleshoot
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class DeprecatedScalaVersion(version: String) extends ScalaProblem with Product with Serializable
- case class FutureScalaVersion(version: String) extends ScalaProblem with Product with Serializable
- case class MissingSourceRoot(sourcerootOption: String) extends ScalaProblem with Product with Serializable
- class ProblemResolver extends AnyRef
-
sealed abstract
class
ScalaProblem extends AnyRef
Class describing different issues that a build target can have that might influence features available to a user.
Class describing different issues that a build target can have that might influence features available to a user. For example without the semanticdb option "find references" feature will not work. Those problems will be reported to a user with an explanation on how to fix it.
- case class SemanticDBDisabled(scalaVersion: String, bloopVersion: String, unsupportedBloopVersion: Boolean) extends ScalaProblem with Product with Serializable
- case class UnsupportedScalaVersion(version: String) extends ScalaProblem with Product with Serializable
Value Members
- object DeprecatedSbtVersion extends ScalaProblem with Product with Serializable
- object FutureSbtVersion extends ScalaProblem with Product with Serializable
- object UnsupportedSbtVersion extends ScalaProblem with Product with Serializable