Searched refs:changedInheritance (Results 1 – 3 of 3) sorted by relevance
78 if (APIComparator.changedInheritance(inheritedFrom_, oFieldAPI.inheritedFrom_) != 0) in compareTo()
94 if (APIComparator.changedInheritance(inheritedFrom_, oMethod.inheritedFrom_) != 0) in compareTo()
581 int inh = changedInheritance(oldMethod.inheritedFrom_, newMethod.inheritedFrom_); in compareMethods()710 … int inh = changedInheritance(oldField.inheritedFrom_, newField.inheritedFrom_); in compareAllFields()835 public static int changedInheritance(String oldInherit, String newInherit) { in changedInheritance() method in APIComparator