Packages

p

scalafix

package scalafix

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalafix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CustomMessage[T] = scalafix.config.CustomMessage[T]
  2. type LintCategory = scalafix.lint.LintCategory
  3. type LintMessage = scalafix.lint.LintMessage
  4. type Patch = scalafix.patch.Patch
  5. type Rule = scalafix.rule.Rule
  6. type RuleCtx = scalafix.rule.RuleCtx
  7. type SemanticRule = scalafix.rule.SemanticRule
  8. type SemanticdbIndex = scalafix.util.SemanticdbIndex
  9. implicit class XtensionOptionPatch extends AnyRef
  10. implicit class XtensionSeqPatch extends AnyRef
  11. type Mirror = scalafix.util.SemanticdbIndex
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

  12. type Rewrite = scalafix.rule.Rule
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to Rule

  13. type RewriteCtx = scalafix.rule.RuleCtx
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to RuleCtx

  14. type ScalafixConfig = scalafix.internal.config.ScalafixConfig
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

  15. type SemanticRewrite = scalafix.rule.SemanticRule
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRule

Value Members

  1. val CustomMessage: scalafix.config.CustomMessage.type
  2. val LintCategory: scalafix.lint.LintCategory.type
  3. val Patch: scalafix.patch.Patch.type
  4. val Rule: scalafix.rule.Rule.type
  5. val RuleCtx: scalafix.rule.RuleCtx.type
  6. val SemanticdbIndex: scalafix.util.SemanticdbIndex.type
  7. object Versions extends Product with Serializable

    This object was generated by sbt-buildinfo.

Deprecated Value Members

  1. val Mirror: scalafix.util.SemanticdbIndex.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

  2. val Rewrite: scalafix.rule.Rule.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to Rule

  3. val RewriteCtx: scalafix.rule.RuleCtx.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to RuleCtx

  4. val ScalafixConfig: scalafix.internal.config.ScalafixConfig.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ScalafixConfig is now internal, import scalafix.internal.config.ScalafixConfig instead.

Inherited from AnyRef

Inherited from Any

Ungrouped