- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for privateMethod (0.59 sec)
-
android/guava-tests/test/com/google/common/reflect/InvokableTest.java
.addEqualityGroup(A.method("privateMethod"), A.method("privateMethod")) .addEqualityGroup(A.method("publicFinalMethod")) .addEqualityGroup(Prepender.constructor(), Prepender.constructor()) .addEqualityGroup(Prepender.constructor(String.class, int.class)) .addEqualityGroup(Prepender.method("privateMethod"), Prepender.method("privateMethod"))
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 30.7K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/MethodsRemovedInInternalSuperClassRuleTest.groovy
MethodsRemovedInInternalSuperClassRule rule static class OldSuperInternal { void publicMethod() {} private void privateMethod() {} OldSuperInternal returnTypeOverridenMethod() { return null } } static class OldBase extends OldSuperInternal { void anotherPublicMethod() {}Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 3.2K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java
private void privateMethod() {} void packagePrivateMethod() {} @Keep protected void protectedMethod() {} @Keep public void publicMethod() {} } public void testVisibility_public() throws Exception { assertFalse( Visibility.PUBLIC.isVisible(VisibilityMethods.class.getDeclaredMethod("privateMethod"))); assertFalse(Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:44:53 UTC 2025 - 47.8K bytes - Viewed (0)