Skip to content

Commit 05fa3e0

Browse files
authored
Adopt InlineMethodCalls from openrewrite/rewrite (#837)
1 parent 35ba076 commit 05fa3e0

File tree

5 files changed

+2
-753
lines changed

5 files changed

+2
-753
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ dependencies {
6060

6161
testImplementation("org.assertj:assertj-core:latest.release")
6262

63-
testImplementation("com.google.errorprone:error_prone_annotations:latest.release")
64-
6563
testRuntimeOnly("com.fasterxml.jackson.datatype:jackson-datatype-jsr353")
6664
testRuntimeOnly("com.fasterxml.jackson.core:jackson-core")
6765
testRuntimeOnly("com.fasterxml.jackson.core:jackson-databind")

src/main/java/org/openrewrite/java/migrate/InlineMethodCalls.java

Lines changed: 0 additions & 309 deletions
This file was deleted.

src/main/resources/META-INF/rewrite/no-guava.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ preconditions:
121121
- org.openrewrite.analysis.search.FindMethods:
122122
methodPattern: com.google.common..* *(..)
123123
recipeList:
124-
- org.openrewrite.java.migrate.InlineMethodCalls
124+
- org.openrewrite.java.InlineMethodCalls
125125

126126
---
127127
type: specs.openrewrite.org/v1beta/recipe

0 commit comments

Comments
 (0)