Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for un (1.94 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorErrorHandlingIntegrationTest.groovy

                }
            """
        }
    
        void withParameterMemberThatFailsSerialization() {
            // Create an un-serializable class
            file('buildSrc/src/main/java/org/gradle/other/Bar.java').text = """
                $classThatFailsSerialization
            """
    
            // Create a Foo class with an un-serializable member
            file('buildSrc/src/main/java/org/gradle/other/FooWithUnserializableBar.java').text = """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  2. platforms/core-runtime/daemon-protocol/src/testFixtures/groovy/org/gradle/tooling/internal/provider/AbstractClassGraphSpec.groovy

            return new TestClassLoader(parent, classpath)
        }
    
        /**
         * Returns an URLClassloader containing URLs with un-encoded whitespaces.
         */
        ClassLoader faultyClassLoader(ClassLoader parent = ClassLoader.systemClassLoader.parent, List<File> classpath) {
            return new URLClassLoader(classpath.collect { it.toURL() } as URL[], parent)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 00:13:09 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy

                            } else {
                                return -1;
                            }
                        });
                        // Remove duplicates (equal adjacent elements) - a new, un@Incubating type will be here twice, as 2 errors are reported; use stringified JSON to compare
                        // Filtering an array is NOT in place
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 07 20:38:43 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/annotations/impl/DefaultTypeAnnotationMetadataStoreTest.groovy

            expect:
            assertProperties TypeWithNotAnnotatedProperty, [
                publicProperty: [:],
                protectedProperty: [:],
                packageProperty: [:]
                // Note that we don't find un-annotated private getters
            ]
        }
    
        @SuppressWarnings("unused")
        class TypeWithNotAnnotatedProperty {
            String getPublicProperty() { "public" }
    
            @Irrelevant
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 11 15:31:37 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  5. gradle/verification-keyring.keys

    bhA15KnUgfaByg0IiOfDJylf1+6wrLRv5JUzFe7DCO+yJejJ2kGzBOKQtGB96/Qn
    85i6mzGKLjxa1nDzfK0nEaHlLzLPIHKbf5cSxyBzkHbLgV2FL4XmaxSi84wXE7Af
    tmbfanovKDrU3myncOMP+h1JRJIHyrI2/08UfgTXty8xkf9M2fNKWZIpIt3//W9e
    /WRrhFWTeugJpKJGaZOS/pHN58ry2ItBIUtMs5tzgkH+un+eWV9TobCeCUmAL2Sd
    41qKvyLhicfvRrMulmvNEUnEyfZaZUuEAwC8qdWY92PBdweXf5b6oNoxXFQY/Ljm
    mutuII1lfG0UH/EDk/4DvqFxHab+ZLQdexb5D1dMno7YHZUvNM2HBfQSQJghYxlL
    gR/dWoSiGVkZqxnIHaLL3cy0KatfrtmWn3tJcse3C1c2Bx1HfIQGzU2e0dHlGBhN
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
Back to top