Searched refs:ctorDescription (Results 1 – 3 of 3) sorted by relevance
567 JDiffClassDescription.JDiffConstructor ctorDescription, Constructor<?> ctor) { in checkConstructor() argument569 ctorDescription.mModifier |= METHOD_MODIFIER_VAR_ARGS; in checkConstructor()571 if (ctor.getModifiers() != ctorDescription.mModifier) { in checkConstructor()574 ctorDescription.toReadableString(classDescription.getAbsoluteClassName()), in checkConstructor()576 ctorDescription.toSignatureString()); in checkConstructor()
216 JDiffClassDescription.JDiffConstructor ctorDescription, Constructor<?> ctor) { in checkConstructor() argument
144 JDiffClassDescription.JDiffConstructor ctorDescription, Constructor<?> ctor) { in checkConstructor() argument