Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,536 for Classes (0.12 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/FreezeInstructionsPrintingArchRule.java

        private final ArchRule delegate;
    
        public FreezeInstructionsPrintingArchRule(ArchRule delegate) {
            this.delegate = delegate;
        }
    
        @Override
        public void check(JavaClasses classes) {
            Assertions.check(this, classes);
        }
    
        @Override
        public ArchRule because(String reason) {
            return new FreezeInstructionsPrintingArchRule(delegate.because(reason));
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/scopes/KtScope.kt

        /**
         * Return a sequence of [KaClassifierSymbol] which current scope contain if classifier name matches [nameFilter]. The sequence includes:
         * nested classes, inner classes, nested type aliases for the class scope, and top-level classes and top-level type aliases for file scope.
         *
         * This function needs to retrieve a set of all possible names before processing the scope.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/recomp/AbstractRecompilationSpecProvider.java

         * collects all classes that are inside these sources, but were not detected as a dependency of changed classes.
         * This is important so all .class files that will be re-created are removed before compilation, otherwise
         * it confuse a compiler: for example Groovy compiler could generate incorrect classes for Spock.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:55:46 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. testing/internal-testing/src/main/groovy/org/gradle/integtests/fixtures/TestExecutionResult.java

        String EXECUTION_FAILURE = "failed to execute tests";
    
        /**
         * Asserts that the given test classes (and only the given test classes) were executed.
         */
        TestExecutionResult assertTestClassesExecuted(String... testClasses);
    
        /**
         * Asserts that the given test classes (and only the given test classes) were <strong>NOT</strong> executed.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseIncrementalCompilationAfterFailureIntegrationTest.groovy

            !file("build/classes/$languageName/main/a/").exists()
            !file("build/classes/$languageName/main/c/").exists()
    
            when:
            b.text = "package b; class B {}"
            run language.compileTaskName
    
            then:
            outputs.recompiledClasses("A", "C")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:30 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/PublishArtifactNotationParserFactoryTest.groovy

            def value = Mock(RegularFile)
            def file = new File("classes-1.zip")
    
            _ * value.getAsFile() >> file
    
            when:
            def publishArtifact = publishArtifactNotationParser.parseNotation(value)
    
            then:
            publishArtifact instanceof DecoratingPublishArtifact
            publishArtifact.file == file
            publishArtifact.name == "classes-1"
            publishArtifact.extension == "zip"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportVariantDetailsIntegrationTest.groovy

                    'org.gradle.libraryelements': of('jar', 'classes'),
                    'org.gradle.usage': of('java-api', 'java-api'),
                    'org.gradle.jvm.environment': of('', 'standard-jvm')
                ])}
    
    ---------------------
    Unselected Variant(s)
    ---------------------
    
    ${variantOf('apiElements-classes', [
                    'org.gradle.category': of('library', 'library'),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/AggregatingIncrementalAnnotationProcessingIntegrationTest.groovy

                "${file("build/generated/sources/annotationProcessor/java/main/ServiceRegistry.java")}]")
            outputContains("Restoring stashed files: [" +
                "${file("build/classes/java/main/A.class")}, " +
                "${file("build/classes/java/main/ServiceRegistry.class")}, " +
                "${file("build/classes/java/main/ServiceRegistryResource.txt")}, " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 29 15:12:07 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/file/ProjectLayoutIntegrationTest.groovy

            "layout.buildDirectory.dir('classes/main')"                            | "build/classes/main"
            "layout.buildDirectory.dir(providers.provider { 'classes/main' })"     | "build/classes/main"
            "layout.buildDirectory.file('classes/main')"                           | "build/classes/main"
            "layout.buildDirectory.file(providers.provider { 'classes/main' })"    | "build/classes/main"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 18:31:24 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/test/resources/org/gradle/plugins/ide/idea/model/customModule.xml

            </content>
            <orderEntry type="sourceFolder" forTests="false"/>
            <orderEntry type="module-library">
                <library>
                    <CLASSES>
                        <root url="file://$MODULE_DIR$/gradle/lib"/>
                    </CLASSES>
                    <JAVADOC>
                        <root url="file://$MODULE_DIR$/gradle/javadoc"/>
                    </JAVADOC>
                    <SOURCES>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top