com.bitblends.scalametrics.utils
Members list
Type members
Classlikes
DialectConfig provides utilities for managing and mapping Scala dialects based on Scalafmt configuration, source directories, or project settings.
DialectConfig provides utilities for managing and mapping Scala dialects based on Scalafmt configuration, source directories, or project settings.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DialectConfig.type
Utility object for generating deterministic file identifiers and handling path normalization.
Utility object for generating deterministic file identifiers and handling path normalization.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FileId.type
Utility object for generating compact, deterministic identifiers based on the provided string parts. The identifiers are created using a SHA-1 hash computation truncated to 8 bytes, represented as a hexadecimal string.
Utility object for generating compact, deterministic identifiers based on the provided string parts. The identifiers are created using a SHA-1 hash computation truncated to 8 bytes, represented as a hexadecimal string.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Id.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LoggingConfig.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RepoRoot.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalaDialectDetector.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
The Util class provides a collection of utility methods for analyzing and processing Scala source code, including parsing, extracting information from abstract syntax trees (AST), and determining various code properties.
The Util class provides a collection of utility methods for analyzing and processing Scala source code, including parsing, extracting information from abstract syntax trees (AST), and determining various code properties.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Util.type