warning_diff

package warning_diff

Members list

Packages

Type members

Classlikes

sealed abstract class Dialect(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
Dialect.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Scala210
object Scala211
object Scala212
object Scala213
object Scala3
Show all
object Dialect

Attributes

Companion
class
Source
Dialect.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Dialect.type
case class FixInput(projects: Seq[SubProject], base: String, output: String) extends FixInputCompat

Attributes

Companion
object
Source
FixInput.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FixInput

Attributes

Companion
class
Source
FixInput.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FixInput.type

Attributes

Source
FixInputCompat.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FixInput
Self type
case class FixOutput(projectId: String, sbtConfig: String, warnings: Seq[Warning]) extends FixOutputCompat

Attributes

Companion
object
Source
FixOutput.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FixOutput

Attributes

Companion
class
Source
FixOutput.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FixOutput.type

Attributes

Source
FixOutputCompat.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FixOutput
Self type
final class JsonClassOps[A](self: A) extends AnyVal

Attributes

Companion
object
Source
JsonClassOps.scala
Supertypes
class AnyVal
trait Matchable
class Any
object JsonClassOps

Attributes

Companion
class
Source
JsonClassOps.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class Pos(line: Option[Int], lineContent: String, offset: Option[Int], pointer: Option[Int], pointerSpace: Option[String], sourcePath: Option[String], startOffset: Option[Int], endOffset: Option[Int], startLine: Option[Int], startColumn: Option[Int], endLine: Option[Int], endColumn: Option[Int]) extends PosCompat

Attributes

Companion
object
Source
Pos.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PosCompat
class Object
trait Matchable
class Any
Show all
object Pos

Attributes

Companion
class
Source
Pos.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pos.type
trait PosCompat

Attributes

Source
PosCompat.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Pos
Self type
Pos

Attributes

Source
SubProjectCompat.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SubProject
Self type
case class Warning(message: String, position: Pos, severity: Option[String]) extends WarningCompat

Attributes

Companion
object
Source
Warning.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Warning

Attributes

Companion
class
Source
Warning.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Warning.type

Attributes

Source
WarningCompat.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Warning
Self type
case object WarningDiffBuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Source
WarningDiffBuildInfo.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type