Searched refs:newInherit (Results 1 - 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
H A DAPIComparator.java830 * 1 if the oldInherit was null and newInherit is non-null.
831 * 2 if the oldInherit was non-null and newInherit is null.
832 * 3 if the oldInherit was non-null and newInherit is non-null
835 public static int changedInheritance(String oldInherit, String newInherit) { argument
836 if (oldInherit == null && newInherit == null)
838 if (oldInherit == null && newInherit != null)
840 if (oldInherit != null && newInherit == null)
842 if (oldInherit.compareTo(newInherit) == 0)
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 45 milliseconds