aboutsummaryrefslogtreecommitdiff
path: root/errorprone
AgeCommit message (Expand)Author
2024-02-18Fix BugPatternNaming for errorprone moduleutzcoz
2024-02-18Fix InlineMeInliner warnings for errorprone moduleutzcoz
2024-02-08Cleanup Gradle's version catalogGaƫtan Muller
2023-05-08Enable version catalogsYOUNG HO CHA
2023-04-15Remove force for dependency statementsutzcoz
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-06-11Merge branch 'google' into 'master'Michael Hoisie
2022-06-04Extract auto-service version to gradle.propertiesutzcoz
2022-05-24Use a MultiMap when loading ShadowProviders in ShadowMapMichael Hoisie
2021-04-01Update gradle dependenciesutzcoz
2021-03-09Execute google-java-format-diff.py directly on CI machineshoisie
2021-03-09Merge pull request #6267 from robolectric/piper_361603586Michael Hoisie
2021-03-09Upgrade ErrorProne and fix ErrorProne related build errorshoisie
2021-03-08Migrate to preferred `BugCheckerRefactoringTestHelper.newInstance` overloadGoogler
2021-02-15Fix syntax warning of build.gradleutzcoz
2021-02-08Fix the warning ClassCanBeStatic of DeprecatedMethodsCheck.javautzcoz
2021-01-23Synchronize Truth version being used to be v1.1.1Al Sutton
2020-10-21Fix Tree#toString warningbhagwani
2020-10-20Update JUnit to 4.13.1hoisie
2020-04-07Remove use of about-to-be-deprecated @BugPattern.providesFix.Googler
2020-03-03Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1.Christian Williams
2020-02-21Upgrade to truth 1.0.1 and force annotation processor to use errorprone 2.3.4Brett Chabot
2020-02-21Force to errorprone 2.3.4 to support jdk11Brett Chabot
2020-01-20Use compileOnly + -annotations artifact everywhere else it's usedZac Sweers
2020-01-20Update autoservice to rc6Zac Sweers
2019-08-08Remove unused codeGoogler
2019-05-24Remove error prone check, too many false positives.jongerrish
2019-04-25Break org.robolectric:annotations -> org.robolectric:shadow-api dependency.brettchabot
2019-04-24Update to truth 0.44brettchabot
2019-02-13Reformat bugcheckersGoogler
2019-02-13Remove uses of @BugPattern.categoryGoogler
2018-12-14Cloned from CL 225628948 by 'g4 patch'.christianw
2018-11-13Fix bug checker links.christianw
2018-10-31Bump to errorprone 2.3.2.Christian Williams
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-15Run auto-service annotation processor.Christian Williams
2018-10-11Bump deps versions for AGP, truth, errorprone, findbugs, etc.Christian Williams
2018-10-09Fix build.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