scalafix.internal.rule.OrganizeImports
See theOrganizeImports companion class
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Categorizes a list of Importees into the following four groups:
Categorizes a list of Importees into the following four groups:
- Names, e.g.,
Seq, Option, etc.
- Renames, e.g.,
{Long => JLong}, Duration as D, etc.
- Unimports, e.g.,
{Foo => _} or Foo as _.
- Givens, e.g.,
given Foo.
- GivenAll, i.e.,
given.
- Wildcard, i.e.,
_ or *.
Attributes
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Attributes
-
Supertypes
-
class Object
trait Matchable
class Any