Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CompilerApiData (0.21 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisData.java

         * of classes, like package-info, module-info and inlineable constants.
         */
        public ClassSetAnalysisData reduceToTypesAffecting(ClassSetAnalysisData other, CompilerApiData compilerApiData) {
            if (fullRebuildCause != null) {
                return this;
            }
            Set<String> usedClasses = new HashSet<>(classHashes.size());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseIncrementalCompilationAfterFailureIntegrationTest.groovy

            then:
            outputs.recompiledClasses("A", 'A$C')
            def previousCompilationData = previousCompilationAccess.readPreviousCompilationData(previousCompilationDataFile)
            previousCompilationData.compilerApiData.sourceToClassMapping == [
                ("test/gradle/A.${languageName}" as String): ["test.gradle.A", "test.gradle.A\$C"] as Set,
                ("test2/gradle/B.${languageName}" as String): ["test2.gradle.B"] as Set
            ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:30 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.compile.incremental.compilerapi.CompilerApiData$Serializer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CompilerApiData.java:0)
    Class <org.gradle.api.internal.tasks.compile.incremental.compilerapi.CompilerApiData> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (CompilerApiData.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top