Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getConventionWhileDisabledDeprecationLogger (0.46 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            public void addNoDeprecationConventionPrivateGetter() {
                // GENERATE private Convention getConventionWhileDisabledDeprecationLogger() {
                //     return DeprecationLogger.whileDisabled { getConvention() }
                // }
                privateSyntheticMethod("getConventionWhileDisabledDeprecationLogger", RETURN_CONVENTION, methodVisitor -> new LocalMethodVisitorScope(methodVisitor) {{
                    _ALOAD(0);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
Back to top