- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getContainingType (0.1 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperty.java
this.methodName = methodName; this.methodDescriptor = methodDescriptor; this.replacedAccessors = ImmutableList.copyOf(replacedAccessors); } public String getContainingType() { return containingType; } public String getPropertyName() { return propertyName; } public String getMethodName() { return methodName; }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Aug 13 19:17:41 UTC 2024 - 8K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/UpgradePropertiesRuleSetup.java
.filter(replacedAccessor -> replacedAccessor.getBinaryCompatibility() == ACCESSORS_REMOVED) .map(replacedAccessor -> { AccessorKey key = AccessorKey.ofReplacedAccessor(upgradedProperty.getContainingType(), replacedAccessor); return new AbstractMap.SimpleEntry<>(key, replacedAccessor); }); }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Aug 19 15:30:48 UTC 2024 - 4.5K bytes - Viewed (0)