1. 4242761 Internal Code Change by Google Java Core Libraries · 2 years ago
  2. 847fce9 Automatically add `@Nullable` annotations with https://github.com/google/error-prone/blob/master/core/src/main/java/com/google/errorprone/bugpatterns/nullness/ReturnMissingNullable.java by cpovirk · 2 years, 11 months ago
  3. c317545 Remove refactorings from the pre-1.0 days. by cpovirk · 3 years, 3 months ago
  4. ceecbd4 memoize constant VisitorState lookups by Sumit Bhagwani · 3 years, 8 months ago
  5. c2f2ceb Use `withNoParameters()` instead of `withParameters()` to match zero-param methods. by Google Java Core Libraries · 4 years, 3 months ago
  6. 2786e63 Migrate to preferred `BugCheckerRefactoringTestHelper.newInstance` overload by Liam Miller-Cushon · 4 years, 6 months ago
  7. 1d54b10 Fix Tree#toString warning by Sumit Bhagwani · 5 years ago
  8. b3fb67f Remove use of about-to-be-deprecated @BugPattern.providesFix. by ghm · 5 years ago
  9. cf94032 Use Elements.getConstantExpression to create a string literal instead of TreeMaker.Literal.toString() (fixes TreeToString violation) by awturner · 6 years ago
  10. 106aeda Provide a tool for migrating Correspondence subclasses to instead call the factory methods. by cpovirk · 6 years ago
  11. 5373725 Provide a tool to migrate from actual() and getSubject() to a local `actual` field. by cpovirk · 6 years ago
  12. 6d33477 Provide a tool to migrate from named() to assertWithMessage()/withMessage(). by cpovirk · 6 years ago
  13. f3d3786 Provide a tool to migrate from fail(String, Object) to failWithActual(String, Object) and from fail(String) to failWithActual(simpleFact(String)). by cpovirk · 6 years ago