Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ofNewMethod (0.05 seconds)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java

            if (!isCurrentGetterOfUpgradedProperty(jApiMethod, currentMethods)) {
                return false;
            }
    
            UpgradedProperty method = currentMethods.get(AccessorKey.ofNewMethod(jApiMethod));
            if (method != null) {
                String propertyName = method.getPropertyName();
                String isGetterName = "is" + Character.toUpperCase(propertyName.charAt(0)) + propertyName.substring(1);
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 24 14:15:15 GMT 2025
    - 9.3K bytes
    - Click Count (0)
Back to Top