Searched refs:ctorDescription (Results 1 – 3 of 3) sorted by relevance
432 JDiffClassDescription.JDiffConstructor ctorDescription, Constructor<?> ctor) { in checkConstructor() argument434 ctorDescription.mModifier |= METHOD_MODIFIER_VAR_ARGS; in checkConstructor()436 if (ctor.getModifiers() != ctorDescription.mModifier) { in checkConstructor()439 ctorDescription.toReadableString(classDescription.getAbsoluteClassName()), in checkConstructor()441 ctorDescription.toSignatureString()); in checkConstructor()
134 JDiffClassDescription.JDiffConstructor ctorDescription, Constructor<?> ctor) { in checkConstructor() argument
222 JDiffClassDescription.JDiffConstructor ctorDescription, Constructor<?> ctor); in checkConstructor() argument