Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ApplyAbiChangeToGroovySourceFileMutator (1.46 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/mutator/ApplyAbiChangeToGroovySourceFileMutator.groovy

     * limitations under the License.
     */
    
    package org.gradle.performance.mutator
    
    import org.gradle.profiler.BuildContext
    
    class ApplyAbiChangeToGroovySourceFileMutator extends AbstractGroovySourceFileMutator {
        ApplyAbiChangeToGroovySourceFileMutator(File sourceFile) {
            super(sourceFile)
        }
    
        @Override
        protected void applyChangeAt(BuildContext context, StringBuilder text, int lastMethodEndPos) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/inception/BuildSrcApiChangePerformanceTest.groovy

    import org.gradle.performance.annotations.RunFor
    import org.gradle.performance.annotations.Scenario
    import org.gradle.performance.fixture.CrossVersionPerformanceTestRunner
    import org.gradle.performance.mutator.ApplyAbiChangeToGroovySourceFileMutator
    import org.gradle.performance.mutator.ApplyNonAbiChangeToGroovySourceFileMutator
    import org.gradle.profiler.BuildMutator
    import org.gradle.profiler.InvocationSettings
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/JavaTestProject.groovy

     * limitations under the License.
     */
    
    package org.gradle.performance.fixture
    
    
    import org.gradle.performance.generator.JavaTestProjectGenerator
    import org.gradle.performance.mutator.ApplyAbiChangeToGroovySourceFileMutator
    import org.gradle.performance.mutator.ApplyNonAbiChangeToGroovySourceFileMutator
    import org.gradle.profiler.BuildMutator
    import org.gradle.profiler.InvocationSettings
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/java/JavaIncrementalExecutionPerformanceTest.groovy

    import org.gradle.performance.annotations.RunFor
    import org.gradle.performance.annotations.Scenario
    import org.gradle.performance.fixture.JavaTestProject
    import org.gradle.performance.mutator.ApplyAbiChangeToGroovySourceFileMutator
    import org.gradle.performance.mutator.ApplyNonAbiChangeToGroovySourceFileMutator
    import org.gradle.performance.regression.corefeature.AbstractIncrementalExecutionPerformanceTest
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top