IncompatibleTemplateDefProblem

com.typesafe.tools.mima.core.IncompatibleTemplateDefProblem
final case class IncompatibleTemplateDefProblem(oldclazz: ClassInfo, newclazz: ClassInfo) extends TemplateProblem

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Problem
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def description: String => String

'affectedVersion' is "current" for bincompat, "other" or "previous" for forward-compat.

'affectedVersion' is "current" for bincompat, "other" or "previous" for forward-compat.

Attributes

Inherited from:
Problem
def howToFilter: Option[String]

The code snippet to use to filter out the problem.

The code snippet to use to filter out the problem.

Attributes

Inherited from:
ProblemRef
final override def matchName: Some[String]

The name to use to filter out the problem.

The name to use to filter out the problem.

Attributes

Definition Classes
Inherited from:
Problem
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val ref: ClassInfo

Attributes

Inherited from:
TemplateProblem