Searched refs:isRequiredOverridingMethodForTextStub (Results 1 – 4 of 4) sorted by relevance
108 assertEquals(false, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method does not need to be added to signature file if super method is concrete()136 assertEquals(false, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method only needs to be added to signature file if all multiple direct super methods requires override()165 assertEquals(false, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method does not need to be added to signature file if override requiring super method is hidden()182 assertEquals(true, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method need to be added to signature file if extending Object method and return type changes()199 assertEquals(true, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method need to be added to signature file if extending Object method and visibility changes()219 assertEquals(false, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override()236 assertEquals(false, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method does not need to be added to signature file if extending Object method and modifier does not change()261 assertEquals(true, childMethodItem.isRequiredOverridingMethodForTextStub()) in hidden child method can be added to signature file to resolve compile error()291 assertEquals(true, childMethodItem.isRequiredOverridingMethodForTextStub()) in child method overriding a hidden parent method can be added to signature file()
57 addAdditionalOverrides && method.isRequiredOverridingMethodForTextStub() in <lambda>()
105 member.isRequiredOverridingMethodForTextStub() in test()
525 fun isRequiredOverridingMethodForTextStub(): Boolean { in <lambda>() method