ProblemFilters

com.typesafe.tools.mima.core.ProblemFilters$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def exclude[P <: ProblemRef : ClassTag](name: String): ProblemFilter

Creates an exclude filter by taking the type of the problem and the name of a match (such as the class or method name).

Creates an exclude filter by taking the type of the problem and the name of a match (such as the class or method name).

Attributes

def exclude(problemName: String, name: String): ProblemFilter

Creates an exclude filter by taking the name of the problem and the name of a match (such as the class or method name).

Creates an exclude filter by taking the name of the problem and the name of a match (such as the class or method name).

The problemName is name of a class corresponding to a problem like AbstractMethodProblem.

Attributes

Throws:
java.lang.ClassNotFoundException

if the class corresponding to the problem cannot be located