Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for someSection (0.29 sec)

  1. platforms/jvm/platform-jvm/src/test/groovy/org/gradle/api/java/archives/internal/DefaultManifestTest.groovy

            javaMergedManifest.mainAttributes.putValue('Another-Looooooong-Name-Entry', attributeValue)
            def someSection = new java.util.jar.Attributes()
            someSection.putValue('foo', 'bar')
            javaMergedManifest.entries.put("SomeSection", someSection)
            def anotherSection = new java.util.jar.Attributes()
            anotherSection.putValue('bazar', 'cathedral')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/isolated/IsolationSchemeTest.groovy

    }
    
    class NoParams implements SomeAction<Nothing> {
    }
    
    class BaseParams implements SomeAction<SomeParams> {
    }
    
    class RawActionType implements SomeAction {
    }
    
    class ComplexParameterizedType<A extends CustomParamsWithType<?>, B extends A, C extends B> implements SomeAction<C> {
    }
    
    class ParameterizedType<T extends CustomParams> implements SomeAction<T> {
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 19:49:52 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/DeprecatedUsageBuildOperationProgressIntegrationTest.groovy

            typedTaskDeprecationDetails.stackTrace.length() > 0
            typedTaskDeprecationDetails.stackTrace.contains('build.gradle:29')
            typedTaskDeprecationDetails.stackTrace.contains('someAction')
    
            def typedTaskDeprecation2 = operations.only("Execute someAction for :t2").progress.find { it.hasDetailsOfType(DeprecatedUsageProgressDetails) }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:16:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top