MissingClassProblem

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TemplateRef
class Problem
trait ProblemRef
class Object
trait Matchable
class Any
Show all

Members list

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