aboutsummaryrefslogtreecommitdiff
path: root/errorprone/src
AgeCommit message (Expand)Author
2024-02-18Fix BugPatternNaming for errorprone moduleutzcoz
2024-02-18Fix InlineMeInliner warnings for errorprone moduleutzcoz
2023-02-04Fix typo for RobolectricShadowutzcoz
2022-12-12Work around a change to internal javac APIs in an upcoming JDK versionLiam Miller-Cushon
2022-08-02refac: missingSummary warning fixhellosagar
2022-05-24Use a MultiMap when loading ShadowProviders in ShadowMapMichael Hoisie
2021-03-09Execute google-java-format-diff.py directly on CI machineshoisie
2021-03-08Migrate to preferred `BugCheckerRefactoringTestHelper.newInstance` overloadGoogler
2021-02-08Fix the warning ClassCanBeStatic of DeprecatedMethodsCheck.javautzcoz
2020-10-21Fix Tree#toString warningbhagwani
2020-04-07Remove use of about-to-be-deprecated @BugPattern.providesFix.Googler
2019-08-08Remove unused codeGoogler
2019-05-24Remove error prone check, too many false positives.jongerrish
2019-02-13Reformat bugcheckersGoogler
2019-02-13Remove uses of @BugPattern.categoryGoogler
2018-11-13Fix bug checker links.christianw
2018-10-31Fix overlapping replacement issues and broken tests.Christian Williams
2018-10-30Fix importsChristian Williams
2018-10-29Fix bugs in migrator, ish.Christian Williams
2018-10-24Refactor deprecated ShadowApplication.getLatest___().Christian Williams
2018-10-19Migrator improvements for public consumption.Christian Williams
2018-10-03Fix errorprone compile issue.Christian Williams
2018-10-03Change @Implementation methods to be protected rather than public.Christian Williams
2018-10-02Don't force @Implementation methods on @Implements(isInAndroidSdk=false) shad...christianw
2018-10-02@Implementation methods for @hide/system APIs (marked @HiddenApi) can stay pu...christianw
2018-08-29Qualify types rather than importing.Googler
2018-08-29Use #getSymbol to access a MemberSymbol.Googler
2018-08-29Fix field assignment of `shadowX` -> `shadowOf(x)` refactoring.christianw
2018-08-29Error Prone API change.Googler
2018-08-29Add a link to ShadowUsageCheck documentation.christianw
2018-08-29Improve RobolectricShadow BugChecker to avoid compilation problems.christianw
2018-07-25Don't use public API methods if they were only recently added.christianw
2018-07-25Don't suggest changes to inner shadow classes.christianw
2018-07-12More refactoring correctness.christianw
2018-07-12Fix more issues with overlapping fixes and identity assignments.christianw
2018-07-12Redress overlapping-fix problem related to changing multiple interacting vari...christianw
2018-06-28Kill cargo-culted copyrights.christianw
2018-06-28Switch ShadowUsageCheck from MethodInvocationTreeMatcher to ClassTreeMatcher ...christianw
2018-06-28Refactor RobolectricBestPractices out to to two BugChecker classes.christianw
2018-06-28Create BugChecker for Robolectric tests which:christianw