Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for my$typeName (0.21 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/test/groovy/org/gradle/internal/instrumentation/processor/ConfigurationCacheInstrumentationProcessorTest.groovy

            sourceFile "my/${typeName}.java", """
                package my;
    
                import org.gradle.internal.instrumentation.api.annotations.*;
    
                @SpecificJvmCallInterceptors(generatedClassName = "my.Interceptors")
                class $typeName {
                    @InterceptCalls
                    @CallableKind.StaticMethod(ofClass = my.${typeName}.class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

                    'validation_problems', 'unsupported_nested_type'),
            ])
    
            and:
            verifyAll(receivedProblem) {
                fqid == 'validation:property-validation:nested-type-unsupported'
                contextualLabel == "Type 'MyTask' property 'my$typeName' with nested type '$className' is not supported"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top