Packages

p

scala.meta.internal

troubleshoot

package troubleshoot

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DeprecatedScalaVersion(version: String) extends ScalaProblem with Product with Serializable
  2. case class FutureScalaVersion(version: String) extends ScalaProblem with Product with Serializable
  3. case class MissingSourceRoot(sourcerootOption: String) extends ScalaProblem with Product with Serializable
  4. class ProblemResolver extends AnyRef
  5. 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.

  6. case class SemanticDBDisabled(scalaVersion: String, bloopVersion: String, unsupportedBloopVersion: Boolean) extends ScalaProblem with Product with Serializable
  7. case class UnsupportedScalaVersion(version: String) extends ScalaProblem with Product with Serializable

Value Members

  1. object DeprecatedSbtVersion extends ScalaProblem with Product with Serializable
  2. object FutureSbtVersion extends ScalaProblem with Product with Serializable
  3. object UnsupportedSbtVersion extends ScalaProblem with Product with Serializable

Ungrouped