-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELNOTES: `Matchers.instanceMethod` is no longer supported; prefer `MethodMatchers.instanceMethod()` RELNOTES: `Matchers.isDescendantOfMethod(className, methodName)` is no longer supported; prefer `MethodMatchers.instanceMethod().onDescendantOf(className).named(methodName)` ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=236682057
- Loading branch information
1 parent
1fcb40e
commit f493911
Showing
7 changed files
with
1 addition
and
628 deletions.
There are no files selected for viewing
69 changes: 0 additions & 69 deletions
69
check_api/src/main/java/com/google/errorprone/matchers/DescendantOf.java
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
check_api/src/main/java/com/google/errorprone/matchers/InstanceMethod.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 0 additions & 83 deletions
83
core/src/test/java/com/google/errorprone/matchers/DescendantOfAbstractTest.java
This file was deleted.
Oops, something went wrong.
103 changes: 0 additions & 103 deletions
103
core/src/test/java/com/google/errorprone/matchers/DescendantOfTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.