Home
last modified time | relevance | path

Searched refs:newClsCtors (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DPackageInfo.java498 ArrayList<MethodInfo> newClsCtors = null; in isConsistent() local
509 newClsCtors = new ArrayList<>(); in isConsistent()
511 if (!cInfo.isConsistent(pInfo.mClasses.get(cInfo.name()), newClsCtors, newClsApis)) { in isConsistent()
515 if (diffMode && !(newClsCtors.isEmpty() && newClsApis.isEmpty())) { in isConsistent()
517 ClassInfo deltaClsInfo = createDeltaClass(cInfo, newClsCtors, newClsApis); in isConsistent()