- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ofOldMethod (0.31 seconds)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java
String name = jApiMethod.getName(); if (!pattern.matcher(name).matches()) { return false; } return upgradedMethods.containsKey(AccessorKey.ofOldMethod(jApiMethod)); } private static boolean isCurrentGetterOfUpgradedProperty(JApiMethod jApiMethod, Map<AccessorKey, UpgradedProperty> currentMethods) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 9.3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperty.java
String containingType = jApiMethod.getjApiClass().getFullyQualifiedName(); return new AccessorKey(containingType, name, descriptor); } public static AccessorKey ofOldMethod(JApiMethod jApiMethod) { String name = jApiMethod.getName(); String descriptor = jApiMethod.getOldMethod().get().getSignature();
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Aug 13 19:17:41 GMT 2024 - 8K bytes - Click Count (0)