com.bitblends.scalametrics.utils

Members list

Type members

Classlikes

object DialectConfig

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 Object
trait Matchable
class Any
Self type
object FileId

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 Object
trait Matchable
class Any
Self type
FileId.type
object Id

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 Object
trait Matchable
class Any
Self type
Id.type
object LoggingConfig

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object RepoRoot

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
RepoRoot.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
object Util

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 Object
trait Matchable
class Any
Self type
Util.type