Package

scalafix

Permalink

package scalafix

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

Type Members

  1. type CustomMessage[T] = scalafix.config.CustomMessage[T]

    Permalink
    Definition Classes
    Api
  2. type Diagnostic = scalafix.lint.Diagnostic

    Permalink
    Definition Classes
    Api
  3. type Patch = scalafix.patch.Patch

    Permalink
    Definition Classes
    Api
  4. type RuleName = scalafix.rule.RuleName

    Permalink
    Definition Classes
    Api
  5. implicit class XtensionOptionPatch extends AnyRef

    Permalink
    Definition Classes
    Api
  6. implicit class XtensionScalaFixListInspect[A] extends AnyRef

    Permalink
    Definition Classes
    Api
  7. implicit class XtensionScalafixProductInspect extends AnyRef

    Permalink
    Definition Classes
    Api
  8. implicit class XtensionSeqPatch extends AnyRef

    Permalink
    Definition Classes
    Api
  9. type Database = scalafix.v0.Database

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  10. type Denotation = scalafix.v0.Denotation

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  11. type Document = scalafix.v0.Document

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  12. type Message = scalafix.v0.Message

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  13. type ResolvedName = scalafix.v0.ResolvedName

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  14. type ResolvedSymbol = scalafix.v0.ResolvedSymbol

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  15. type Rule = scalafix.v0.Rule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  16. type RuleCtx = scalafix.v0.RuleCtx

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  17. type SemanticRule = scalafix.v0.SemanticRule

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  18. type SemanticdbIndex = scalafix.v0.SemanticdbIndex

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  19. type Severity = scalafix.v0.Severity

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  20. type Synthetic = scalafix.v0.Synthetic

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

Value Members

  1. val CustomMessage: scalafix.config.CustomMessage.type

    Permalink
    Definition Classes
    Api
  2. val Diagnostic: scalafix.lint.Diagnostic.type

    Permalink
    Definition Classes
    Api
  3. val Patch: scalafix.patch.Patch.type

    Permalink
    Definition Classes
    Api
  4. val RuleName: scalafix.rule.RuleName.type

    Permalink
    Definition Classes
    Api
  5. package v1

    Permalink

Deprecated Value Members

  1. val Database: scalafix.v0.Database.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  2. val Denotation: scalafix.v0.Denotation.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  3. val Document: scalafix.v0.Document.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  4. val Message: scalafix.v0.Message.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  5. val ResolvedName: scalafix.v0.ResolvedName.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  6. val ResolvedSymbol: scalafix.v0.ResolvedSymbol.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  7. val Rule: scalafix.v0.Rule.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  8. val RuleCtx: scalafix.v0.RuleCtx.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  9. val SemanticdbIndex: scalafix.v0.SemanticdbIndex.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  10. val Severity: scalafix.v0.Severity.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

  11. val Synthetic: scalafix.v0.Synthetic.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) import scalafix.v0._ instead of import scalafix._

Inherited from Api

Inherited from AnyRef

Inherited from Any

Ungrouped