com.softwaremill

clippy

package clippy

Visibility
  1. Public
  2. All

Type Members

  1. case class Advice(id: Long, compilationError: CompilationError[RegexT], advice: String, library: Library) extends Product with Serializable

  2. class AdviceLoader extends AnyRef

  3. case class Clippy(version: String, advices: List[Advice]) extends Product with Serializable

  4. class ClippyPlugin extends Plugin

  5. sealed trait CompilationError[T <: Template] extends AnyRef

  6. class DelegatingReporter extends Reporter

  7. case class DivergingImplicitExpansionError[T <: Template](forType: T, startingWith: T, in: T) extends CompilationError[T] with Product with Serializable

  8. case class ExactT(v: String) extends Template with Product with Serializable

  9. case class ImplicitNotFoundError[T <: Template](parameter: T, implicitType: T) extends CompilationError[T] with Product with Serializable

  10. case class Library(groupId: String, artifactId: String, version: String) extends Product with Serializable

  11. case class NotAMemberError[T <: Template](what: T, notAMemberOf: T) extends CompilationError[T] with Product with Serializable

  12. case class NotFoundError[T <: Template](what: T) extends CompilationError[T] with Product with Serializable

  13. case class RegexT(v: String) extends Template with Product with Serializable

  14. sealed trait Template extends AnyRef

  15. case class TypeArgumentsDoNotConformToOverloadedBoundsError[T <: Template](typeArgs: T, alternativesOf: T, alternatives: Set[T]) extends CompilationError[T] with Product with Serializable

  16. case class TypeMismatchError[T <: Template](found: T, foundExpandsTo: Option[T], required: T, requiredExpandsTo: Option[T]) extends CompilationError[T] with Product with Serializable

Value Members

  1. object Advice extends Serializable

  2. object Clippy extends Serializable

  3. object ClippyBuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  4. object CompilationError

  5. object CompilationErrorParser

  6. object Library extends Serializable

  7. object RegexT extends Serializable

  8. object Utils

Ungrouped