Sign in
chromium
/
external
/
github.com
/
google
/
truth
/
refs/tags/v1.4.0
/
refactorings
/
src
4242761
Internal Code Change
by Google Java Core Libraries
· 2 years ago
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
c317545
Remove refactorings from the pre-1.0 days.
by cpovirk
· 3 years, 3 months ago
ceecbd4
memoize constant VisitorState lookups
by Sumit Bhagwani
· 3 years, 8 months ago
c2f2ceb
Use `withNoParameters()` instead of `withParameters()` to match zero-param methods.
by Google Java Core Libraries
· 4 years, 3 months ago
2786e63
Migrate to preferred `BugCheckerRefactoringTestHelper.newInstance` overload
by Liam Miller-Cushon
· 4 years, 6 months ago
1d54b10
Fix Tree#toString warning
by Sumit Bhagwani
· 5 years ago
b3fb67f
Remove use of about-to-be-deprecated @BugPattern.providesFix.
by ghm
· 5 years ago
cf94032
Use Elements.getConstantExpression to create a string literal instead of TreeMaker.Literal.toString() (fixes TreeToString violation)
by awturner
· 6 years ago
106aeda
Provide a tool for migrating Correspondence subclasses to instead call the factory methods.
by cpovirk
· 6 years ago
5373725
Provide a tool to migrate from actual() and getSubject() to a local `actual` field.
by cpovirk
· 6 years ago
6d33477
Provide a tool to migrate from named() to assertWithMessage()/withMessage().
by cpovirk
· 6 years ago
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