-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Error Prone 2.19.1 -> 2.20.0 (#685)
Summary of key changes: - The `MissingRefasterAnnotation` check was contributed to Error Prone, and so is deleted here (multiple checks with the same name are not supported). - Similarly, Error Prone now supports the `-XepAllSuggestionsAsWarnings` flag out of the box. So the `ErrorProneFork` class is deleted, as it has currently no further use. While there, include a tweak to `run-mutation-tests.sh`. Fixes #686. See: - https://github.com/google/error-prone/releases/tag/v2.20.0 - google/error-prone@v2.19.1...v2.20.0 - PicnicSupermarket/error-prone@v2.19.1-picnic-1...v2.20.0-picnic-1
- Loading branch information
1 parent
8fb57b5
commit b81ec97
Showing
10 changed files
with
73 additions
and
348 deletions.
There are no files selected for viewing
59 changes: 0 additions & 59 deletions
59
...e-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MissingRefasterAnnotation.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
89 changes: 0 additions & 89 deletions
89
...ntrib/src/test/java/tech/picnic/errorprone/bugpatterns/MissingRefasterAnnotationTest.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
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
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
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
Oops, something went wrong.