- 207c22d Update gradle dependencies by utzcoz · 3 years, 8 months ago
- b1ffa56 Execute google-java-format-diff.py directly on CI machines by hoisie · 3 years, 8 months ago
- d20da64 Merge pull request #6267 from robolectric/piper_361603586 by Michael Hoisie · 3 years, 8 months ago
- e6e25ae Upgrade ErrorProne and fix ErrorProne related build errors by hoisie · 3 years, 8 months ago
- 3200010 Migrate to preferred `BugCheckerRefactoringTestHelper.newInstance` overload by Googler · 3 years, 8 months ago
- 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 9 months ago
- ba71012 Fix the warning ClassCanBeStatic of DeprecatedMethodsCheck.java by utzcoz · 3 years, 9 months ago
- 58afa94 Synchronize Truth version being used to be v1.1.1 by Al Sutton · 3 years, 10 months ago
- 2c45494 Fix Tree#toString warning by bhagwani · 4 years, 1 month ago
- 5987224 Update JUnit to 4.13.1 by hoisie · 4 years, 1 month ago
- 6722fda Remove use of about-to-be-deprecated @BugPattern.providesFix. by Googler · 4 years, 7 months ago
- d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 9 months ago
- 6d28613 Upgrade to truth 1.0.1 and force annotation processor to use errorprone 2.3.4 by Brett Chabot · 4 years, 9 months ago
- 88c8824 Force to errorprone 2.3.4 to support jdk11 by Brett Chabot · 4 years, 9 months ago
- f44d9c1 Use compileOnly + -annotations artifact everywhere else it's used by Zac Sweers · 4 years, 10 months ago
- 15323dc Update autoservice to rc6 by Zac Sweers · 4 years, 10 months ago
- 7eb8a57 Remove unused code by Googler · 5 years ago
- 63ef277 Remove error prone check, too many false positives. by jongerrish · 5 years ago
- 10e1a09 Break org.robolectric:annotations -> org.robolectric:shadow-api dependency. by brettchabot · 6 years ago
- 99b2efc Update to truth 0.44 by brettchabot · 6 years ago
- 3e02b9b Reformat bugcheckers by Googler · 6 years ago
- aa3620c Remove uses of @BugPattern.category by Googler · 6 years ago
- 2045ab6 Cloned from CL 225628948 by 'g4 patch'. by christianw · 6 years ago
- 2109cf3 Fix bug checker links. by christianw · 6 years ago
- 5772d38 Bump to errorprone 2.3.2. by Christian Williams · 6 years ago
- e723a29 Fix overlapping replacement issues and broken tests. by Christian Williams · 6 years ago
- 86851b6 Fix imports by Christian Williams · 6 years ago
- 4887495 Fix bugs in migrator, ish. by Christian Williams · 6 years ago
- 1fb253d Refactor deprecated ShadowApplication.getLatest___(). by Christian Williams · 6 years ago
- 035d9c1 Migrator improvements for public consumption. by Christian Williams · 6 years ago
- bcb7a60 Run auto-service annotation processor. by Christian Williams · 6 years ago
- 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
- 2dc84e3 Fix build. by Christian Williams · 6 years ago
- 262742e Fix errorprone compile issue. by Christian Williams · 6 years ago
- e448589 Change @Implementation methods to be protected rather than public. by Christian Williams · 6 years ago
- 03d16ec Don't force @Implementation methods on @Implements(isInAndroidSdk=false) shadows to protected. by christianw · 6 years ago
- f41e0a4 @Implementation methods for @hide/system APIs (marked @HiddenApi) can stay public, for test convenience. by christianw · 6 years ago
- 0de4951 Qualify types rather than importing. by Googler · 6 years ago
- 39117d0 Use #getSymbol to access a MemberSymbol. by Googler · 6 years ago
- 22c90d6 Fix field assignment of `shadowX` -> `shadowOf(x)` refactoring. by christianw · 6 years ago
- 90f63ba Error Prone API change. by Googler · 6 years ago
- afc5308 Add a link to ShadowUsageCheck documentation. by christianw · 6 years ago
- 4d8945a Improve RobolectricShadow BugChecker to avoid compilation problems. by christianw · 6 years ago
- d31a2ab Don't use public API methods if they were only recently added. by christianw · 6 years ago
- dca36a0 Don't suggest changes to inner shadow classes. by christianw · 6 years ago
- cc97982 More refactoring correctness. by christianw · 6 years ago
- 03280be Fix more issues with overlapping fixes and identity assignments. by christianw · 6 years ago
- f495b64 Redress overlapping-fix problem related to changing multiple interacting variables from shadows to normal instances. by christianw · 6 years ago
- 6a6e9e7 Kill cargo-culted copyrights. by christianw · 6 years ago
- 9197ded Switch ShadowUsageCheck from MethodInvocationTreeMatcher to ClassTreeMatcher so more complex transforms can be suggested without causing overlapping fixes. by christianw · 6 years ago
- dd62a6c Fix errorprone gradle build. by christianw · 6 years ago
- 9893f83 Refactor RobolectricBestPractices out to to two BugChecker classes. by christianw · 6 years ago
- 9aea8db Create BugChecker for Robolectric tests which: by christianw · 6 years ago