Packages

object CompareAllConfiguration extends CompareAllConfiguration

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompareAllConfiguration
  2. CompareAllConfiguration
  3. SimilarityTestConfiguration
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def compareAttributes(leftContext: CommonAttributes, left: Attributes, right: Attributes): (Attributes, Attributes)

    Selects the attributes which should be compared.

    Selects the attributes which should be compared. By default all attributes except of unknown ones are selected.

    Definition Classes
    CompareAllConfigurationSimilarityTestConfiguration
  2. def compareCode(leftContext: JVMMethod, left: Option[Code], right: Option[Code]): (Option[Code], Option[Code])
  3. def compareFields(leftContext: ClassFile, left: Iterable[JVMField], right: Iterable[JVMField]): (Iterable[JVMField], Iterable[JVMField])

    Selects those fields which should be compared.

    Selects those fields which should be compared. By default all fields are selected.

    Definition Classes
    CompareAllConfigurationSimilarityTestConfiguration
  4. def compareMethods(leftContext: ClassFile, left: Iterable[JVMMethod], right: Iterable[JVMMethod]): (Iterable[JVMMethod], Iterable[JVMMethod])

    Selects those methods which should be compared.

    Selects those methods which should be compared. By default all methods are selected.

    If, e.g., the left methods belong to the class which is derived from the right one and should contain all methods except of the default constructor, then the default constructor should be filtered from the right set of methods.

    Definition Classes
    CompareAllConfigurationSimilarityTestConfiguration