Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFullyQualifiedName (0.22 sec)

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

                String name = jApiMethod.getName();
                String descriptor = jApiMethod.getNewMethod().get().getSignature();
                String containingType = jApiMethod.getjApiClass().getFullyQualifiedName();
                return new AccessorKey(containingType, name, descriptor);
            }
    
            public static AccessorKey ofOldMethod(JApiMethod jApiMethod) {
                String name = jApiMethod.getName();
    Java
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Tue Apr 23 08:40:36 GMT 2024
    - 6.2K bytes
    - Viewed (0)
Back to top