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. sealed abstract class JavaProblem 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.

  4. case class JavaSemanticDBDisabled(bloopVersion: String, unsupportedBloopVersion: Boolean) extends JavaProblem with Product with Serializable
  5. case class MissingJavaSourceRoot(sourcerootOption: String) extends JavaProblem with Product with Serializable
  6. case class MissingJavaTargetRoot(targetrootOption: String) extends JavaProblem with Product with Serializable
  7. case class MissingJdkSources(candidates: List[io.AbsolutePath]) extends ScalaProblem with Product with Serializable
  8. case class MissingSourceRoot(sourcerootOption: String) extends ScalaProblem with Product with Serializable
  9. class ProblemResolver extends AnyRef
  10. 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.

  11. case class SemanticDBDisabled(scalaVersion: String, bloopVersion: String, unsupportedBloopVersion: Boolean) extends ScalaProblem with Product with Serializable
  12. 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 OutdatedJunitInterfaceVersion extends ScalaProblem with Product with Serializable
  4. object UnsupportedSbtVersion extends ScalaProblem with Product with Serializable

Ungrouped