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 LintCategory = scalafix.lint.LintCategory
  2. type LintMessage = scalafix.lint.LintMessage
  3. type Patch = scalafix.patch.Patch
  4. type Rule = scalafix.rule.Rule
  5. type RuleCtx = scalafix.rule.RuleCtx
  6. type SemanticRule = scalafix.rule.SemanticRule
  7. type SemanticdbIndex = scalafix.util.SemanticdbIndex
  8. type Mirror = scalafix.util.SemanticdbIndex
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticdbIndex

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

    (Since version 0.5.0) Renamed to Rule

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

    (Since version 0.5.0) Renamed to RuleCtx

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

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

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

    (Since version 0.5.0) Renamed to SemanticRule

Value Members

  1. val LintCategory: scalafix.lint.LintCategory.type
  2. val Patch: scalafix.patch.Patch.type
  3. val Rule: scalafix.rule.Rule.type
  4. val RuleCtx: scalafix.rule.RuleCtx.type
  5. val SemanticdbIndex: scalafix.util.SemanticdbIndex.type

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