Package org.gradle.profiler.mutations
Class ApplyNonAbiChangeToJavaSourceFileMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractFileChangeMutator
org.gradle.profiler.mutations.AbstractJavaSourceFileMutator
org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
- All Implemented Interfaces:
BuildMutator
-
Field Summary
Fields inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
sourceFileFields inherited from interface org.gradle.profiler.BuildMutator
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyChangeTo(BuildContext context, com.github.javaparser.ast.CompilationUnit compilationUnit) Methods inherited from class org.gradle.profiler.mutations.AbstractJavaSourceFileMutator
applyChangeToMethods inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
afterScenario, beforeBuild, beforeScenario, revert, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildMutator
afterBuild, afterCleanup, beforeCleanup, validate
-
Constructor Details
-
ApplyNonAbiChangeToJavaSourceFileMutator
-
-
Method Details
-
applyChangeTo
protected void applyChangeTo(BuildContext context, com.github.javaparser.ast.CompilationUnit compilationUnit) - Specified by:
applyChangeToin classAbstractJavaSourceFileMutator
-