Problem

com.typesafe.tools.mima.core.Problem
sealed abstract class Problem extends ProblemRef

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete 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

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 methods

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