Change config related classes from v1 to v2
software.amazon.awssdk.v2migration.ChangeConfigTypes
Change config related classes from v1 to v2.
Recipe source
GitHub, Issue Tracker, Maven Central
- groupId: org.openrewrite.recipe
- artifactId: rewrite-third-party
- version: 0.11.1
This recipe is composed of more than one recipe. If you want to customize the set of recipes this is composed of, you can find and copy the GitHub source for the recipe from the link above.
Definition
- Recipe List
- Yaml Recipe List
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration withRequestTimeout(int)
- newMethodName:
withApiCallAttemptTimeout
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration setRequestTimeout(int)
- newMethodName:
withApiCallAttemptTimeout
- methodPattern:
- Convert the method parameter from numeric type to duration
- methodPattern:
com.amazonaws.ClientConfiguration withApiCallAttemptTimeout(int)
- timeUnit:
MILLISECONDS
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration withClientExecutionTimeout(int)
- newMethodName:
withApiCallTimeout
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration setClientExecutionTimeout(int)
- newMethodName:
withApiCallTimeout
- methodPattern:
- Convert the method parameter from numeric type to duration
- methodPattern:
com.amazonaws.ClientConfiguration withApiCallTimeout(int)
- timeUnit:
MILLISECONDS
- methodPattern:
- Convert the method parameter from numeric type to duration
- methodPattern:
com.amazonaws.ClientConfiguration withConnectionTimeout(int)
- timeUnit:
MILLISECONDS
- methodPattern:
- Convert the method parameter from numeric type to duration
- methodPattern:
com.amazonaws.ClientConfiguration withSocketTimeout(int)
- timeUnit:
MILLISECONDS
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration withConnectionMaxIdleMillis(long)
- newMethodName:
withConnectionMaxIdleTime
- methodPattern:
- Convert the method parameter from numeric type to duration
- methodPattern:
com.amazonaws.ClientConfiguration withConnectionMaxIdleTime(long)
- timeUnit:
MILLISECONDS
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration withConnectionTTL(long)
- newMethodName:
withConnectionTimeToLive
- methodPattern:
- Convert the method parameter from numeric type to duration
- methodPattern:
com.amazonaws.ClientConfiguration withConnectionTimeToLive(long)
- timeUnit:
MILLISECONDS
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration withRetryMode(..)
- newMethodName:
withRetryPolicy
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration setRetryMode(..)
- newMethodName:
withRetryPolicy
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration withHeader(String, String)
- newMethodName:
withPutHeader
- methodPattern:
- Change method name
- methodPattern:
com.amazonaws.ClientConfiguration setHeader(String, String)
- newMethodName:
withPutHeader
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setMaxConsecutiveRetriesBeforeThrottling(int)
- comment:
maxConsecutiveRetriesBeforeThrottling is deprecated and not supported in v2. Consider removing it or using a custom RetryPolicy.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withMaxConsecutiveRetriesBeforeThrottling(int)
- comment:
maxConsecutiveRetriesBeforeThrottling is deprecated and not supported in v2. Consider removing it or using a custom RetryPolicy.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setCacheResponseMetadata(boolean)
- comment:
cacheResponseMetadata is deprecated and not supported in v2. Consider removing it.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withCacheResponseMetadata(boolean)
- comment:
cacheResponseMetadata is deprecated and not supported in v2. Consider removing it.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withDisableHostPrefixInjection(boolean)
- comment:
disableHostPrefixInjection is deprecated and not supported removed in v2. Consider removing it.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setDisableHostPrefixInjection(boolean)
- comment:
disableHostPrefixInjection is deprecated and not supported in v2. Consider removing it.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setDnsResolver(..)
- comment:
dnsResolver is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withDnsResolver(..)
- comment:
dnsResolver is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setGzip(boolean)
- comment:
gzip is not supported in v2 tracking in https://github.com/aws/aws-sdk-java-v2/issues/866. Consider removing it.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withGzip(boolean)
- comment:
gzip is not supported in v2 tracking in https://github.com/aws/aws-sdk-java-v2/issues/866. Consider removing it.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setLocalAddress(..)
- comment:
localAddress is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withLocalAddress(..)
- comment:
localAddress is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setSecureRandom(.*)
- comment:
secureRandom is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withSecureRandom(.*)
- comment:
secureRandom is supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setUseExpectContinue(boolean)
- comment:
useExpectContinue is removed in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withUseExpectContinue(boolean)
- comment:
useExpectContinue is removed in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withProtocol(.*)
- comment:
protocol is deprecated and not supported in v2. Consider using endpointOverride to specify HTTP scheme.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setProtocol(.*)
- comment:
protocol is deprecated and not supported in v2. Consider using endpointOverride to specify HTTP scheme.
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withUserAgent(String)
- comment:
userAgent override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setUserAgent(String)
- comment:
userAgent override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withUserAgentPrefix(String)
- comment:
userAgentPrefix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setUserAgentPrefix(String)
- comment:
userAgentPrefix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration withUserAgentSuffix(String)
- comment:
userAgentSuffix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- methodPattern:
- Add a comment to a method
- methodPattern:
com.amazonaws.ClientConfiguration setUserAgentSuffix(String)
- comment:
userAgentSuffix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- methodPattern:
- Change type
- oldFullyQualifiedTypeName:
com.amazonaws.ClientConfiguration
- newFullyQualifiedTypeName:
software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
- oldFullyQualifiedTypeName:
- Change type
- oldFullyQualifiedTypeName:
com.amazonaws.retry.RetryMode
- newFullyQualifiedTypeName:
software.amazon.awssdk.core.retry.RetryMode
- oldFullyQualifiedTypeName:
---
type: specs.openrewrite.org/v1beta/recipe
name: software.amazon.awssdk.v2migration.ChangeConfigTypes
displayName: Change config related classes from v1 to v2
description: Change config related classes from v1 to v2.
recipeList:
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration withRequestTimeout(int)
newMethodName: withApiCallAttemptTimeout
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration setRequestTimeout(int)
newMethodName: withApiCallAttemptTimeout
- software.amazon.awssdk.v2migration.NumberToDuration:
methodPattern: com.amazonaws.ClientConfiguration withApiCallAttemptTimeout(int)
timeUnit: MILLISECONDS
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration withClientExecutionTimeout(int)
newMethodName: withApiCallTimeout
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration setClientExecutionTimeout(int)
newMethodName: withApiCallTimeout
- software.amazon.awssdk.v2migration.NumberToDuration:
methodPattern: com.amazonaws.ClientConfiguration withApiCallTimeout(int)
timeUnit: MILLISECONDS
- software.amazon.awssdk.v2migration.NumberToDuration:
methodPattern: com.amazonaws.ClientConfiguration withConnectionTimeout(int)
timeUnit: MILLISECONDS
- software.amazon.awssdk.v2migration.NumberToDuration:
methodPattern: com.amazonaws.ClientConfiguration withSocketTimeout(int)
timeUnit: MILLISECONDS
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration withConnectionMaxIdleMillis(long)
newMethodName: withConnectionMaxIdleTime
- software.amazon.awssdk.v2migration.NumberToDuration:
methodPattern: com.amazonaws.ClientConfiguration withConnectionMaxIdleTime(long)
timeUnit: MILLISECONDS
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration withConnectionTTL(long)
newMethodName: withConnectionTimeToLive
- software.amazon.awssdk.v2migration.NumberToDuration:
methodPattern: com.amazonaws.ClientConfiguration withConnectionTimeToLive(long)
timeUnit: MILLISECONDS
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration withRetryMode(..)
newMethodName: withRetryPolicy
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration setRetryMode(..)
newMethodName: withRetryPolicy
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration withHeader(String, String)
newMethodName: withPutHeader
- org.openrewrite.java.ChangeMethodName:
methodPattern: com.amazonaws.ClientConfiguration setHeader(String, String)
newMethodName: withPutHeader
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setMaxConsecutiveRetriesBeforeThrottling(int)
comment: maxConsecutiveRetriesBeforeThrottling is deprecated and not supported in v2. Consider removing it or using a custom RetryPolicy.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withMaxConsecutiveRetriesBeforeThrottling(int)
comment: maxConsecutiveRetriesBeforeThrottling is deprecated and not supported in v2. Consider removing it or using a custom RetryPolicy.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setCacheResponseMetadata(boolean)
comment: cacheResponseMetadata is deprecated and not supported in v2. Consider removing it.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withCacheResponseMetadata(boolean)
comment: cacheResponseMetadata is deprecated and not supported in v2. Consider removing it.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withDisableHostPrefixInjection(boolean)
comment: disableHostPrefixInjection is deprecated and not supported removed in v2. Consider removing it.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setDisableHostPrefixInjection(boolean)
comment: disableHostPrefixInjection is deprecated and not supported in v2. Consider removing it.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setDnsResolver(..)
comment: dnsResolver is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withDnsResolver(..)
comment: dnsResolver is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setGzip(boolean)
comment: gzip is not supported in v2 tracking in https://github.com/aws/aws-sdk-java-v2/issues/866. Consider removing it.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withGzip(boolean)
comment: gzip is not supported in v2 tracking in https://github.com/aws/aws-sdk-java-v2/issues/866. Consider removing it.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setLocalAddress(..)
comment: localAddress is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withLocalAddress(..)
comment: localAddress is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setSecureRandom(.*)
comment: secureRandom is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withSecureRandom(.*)
comment: secureRandom is supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setUseExpectContinue(boolean)
comment: useExpectContinue is removed in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withUseExpectContinue(boolean)
comment: useExpectContinue is removed in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withProtocol(.*)
comment: protocol is deprecated and not supported in v2. Consider using endpointOverride to specify HTTP scheme.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setProtocol(.*)
comment: protocol is deprecated and not supported in v2. Consider using endpointOverride to specify HTTP scheme.
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withUserAgent(String)
comment: userAgent override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setUserAgent(String)
comment: userAgent override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withUserAgentPrefix(String)
comment: userAgentPrefix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setUserAgentPrefix(String)
comment: userAgentPrefix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration withUserAgentSuffix(String)
comment: userAgentSuffix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- software.amazon.awssdk.v2migration.AddCommentToMethod:
methodPattern: com.amazonaws.ClientConfiguration setUserAgentSuffix(String)
comment: userAgentSuffix override is a request-level config in v2. See https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/RequestOverrideConfiguration.Builder.html#addApiName(software.amazon.awssdk.core.ApiName).
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: com.amazonaws.ClientConfiguration
newFullyQualifiedTypeName: software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: com.amazonaws.retry.RetryMode
newFullyQualifiedTypeName: software.amazon.awssdk.core.retry.RetryMode
Usage
This recipe has no required configuration options. It can be activated by adding a dependency on org.openrewrite.recipe:rewrite-third-party:0.11.1
in your build file or by running a shell command (in which case no build changes are needed):
- Gradle
- Gradle init script
- Maven POM
- Maven Command Line
- Moderne CLI
- Add the following to your
build.gradle
file:
plugins {
id("org.openrewrite.rewrite") version("6.27.1")
}
rewrite {
activeRecipe("software.amazon.awssdk.v2migration.ChangeConfigTypes")
setExportDatatables(true)
}
repositories {
mavenCentral()
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-third-party:0.11.1")
}
- Run
gradle rewriteRun
to run the recipe.
- Create a file named
init.gradle
in the root of your project.
initscript {
repositories {
maven { url "https://plugins.gradle.org/m2" }
}
dependencies { classpath("org.openrewrite:plugin:6.27.1") }
}
rootProject {
plugins.apply(org.openrewrite.gradle.RewritePlugin)
dependencies {
rewrite("org.openrewrite.recipe:rewrite-third-party:0.11.1")
}
rewrite {
activeRecipe("software.amazon.awssdk.v2migration.ChangeConfigTypes")
setExportDatatables(true)
}
afterEvaluate {
if (repositories.isEmpty()) {
repositories {
mavenCentral()
}
}
}
}
- Run the recipe.
gradle --init-script init.gradle rewriteRun
- Add the following to your
pom.xml
file:
<project>
<build>
<plugins>
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.45.0</version>
<configuration>
<exportDatatables>true</exportDatatables>
<activeRecipes>
<recipe>software.amazon.awssdk.v2migration.ChangeConfigTypes</recipe>
</activeRecipes>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-third-party</artifactId>
<version>0.11.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
- Run
mvn rewrite:run
to run the recipe.
You will need to have Maven installed on your machine before you can run the following command.
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-third-party:RELEASE -Drewrite.activeRecipes=software.amazon.awssdk.v2migration.ChangeConfigTypes -Drewrite.exportDatatables=true
You will need to have configured the Moderne CLI on your machine before you can run the following command.
mod run . --recipe ChangeConfigTypes
See how this recipe works across multiple open-source repositories
Run this recipe on OSS repos at scale with the Moderne SaaS.
The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.
Please contact Moderne for more information about safely running the recipes on your own codebase in a private SaaS.
Data Tables
Source files that had results
org.openrewrite.table.SourcesFileResults
Source files that were modified by the recipe run.
Column Name | Description |
---|---|
Source path before the run | The source path of the file before the run. null when a source file was created during the run. |
Source path after the run | A recipe may modify the source path. This is the path after the run. null when a source file was deleted during the run. |
Parent of the recipe that made changes | In a hierarchical recipe, the parent of the recipe that made a change. Empty if this is the root of a hierarchy or if the recipe is not hierarchical at all. |
Recipe that made changes | The specific recipe that made a change. |
Estimated time saving | An estimated effort that a developer to fix manually instead of using this recipe, in unit of seconds. |
Cycle | The recipe cycle in which the change was made. |
Source files that errored on a recipe
org.openrewrite.table.SourcesFileErrors
The details of all errors produced by a recipe run.
Column Name | Description |
---|---|
Source path | The file that failed to parse. |
Recipe that made changes | The specific recipe that made a change. |
Stack trace | The stack trace of the failure. |
Recipe performance
org.openrewrite.table.RecipeRunStats
Statistics used in analyzing the performance of recipes.
Column Name | Description |
---|---|
The recipe | The recipe whose stats are being measured both individually and cumulatively. |
Source file count | The number of source files the recipe ran over. |
Source file changed count | The number of source files which were changed in the recipe run. Includes files created, deleted, and edited. |
Cumulative scanning time | The total time spent across the scanning phase of this recipe. |
99th percentile scanning time | 99 out of 100 scans completed in this amount of time. |
Max scanning time | The max time scanning any one source file. |
Cumulative edit time | The total time spent across the editing phase of this recipe. |
99th percentile edit time | 99 out of 100 edits completed in this amount of time. |
Max edit time | The max time editing any one source file. |