Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sourceWithFileSuffixForProject (0.93 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskGroovyJavaJointIncrementalCompilationIntegrationTest.groovy

            sourceWithFileSuffixForProject(bSuffix, "impl", "$bCompileStatic class B1 { void m1() { A a = new A(); a.m1(); }; }")
            sourceWithFileSuffixForProject("java", "impl", "class C1 extends B1 {}")
            sourceWithFileSuffixForProject("java", "impl", "class D1 extends C1 { static boolean getCache() { return true; } }")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/AbstractJavaGroovyIncrementalCompilationSupport.groovy

        }
    
        File sourceWithFileSuffix(String suffix, String... classBodies) {
            return sourceForLanguageWithSuffixForProject(language, suffix, "", classBodies)
        }
    
        File sourceWithFileSuffixForProject(String suffix, String project, String... classBodies) {
            return sourceForLanguageWithSuffixForProject(language, suffix, project, classBodies)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top