Package

com.softwaremill

clippy

Permalink

package clippy

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. class AdviceLoader extends AnyRef

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

    Permalink
  4. class ClippyPlugin extends Plugin

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

    Permalink
  6. class DelegatingReporter extends Reporter

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

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

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

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

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

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

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

    Permalink
  14. sealed trait Template extends AnyRef

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

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

    Permalink

Value Members

  1. object Advice extends Serializable

    Permalink
  2. object Clippy extends Serializable

    Permalink
  3. object ClippyBuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  4. object CompilationError

    Permalink
  5. object CompilationErrorParser

    Permalink
  6. object Library extends Serializable

    Permalink
  7. object RegexT extends Serializable

    Permalink
  8. object Utils

    Permalink

Ungrouped