aboutsummaryrefslogtreecommitdiff
path: root/android/guava-testlib/src/com/google/common
AgeCommit message (Expand)Author
2023-06-23Edits to the first line of `package-info` files, as seen in https://guava.dev...cpovirk
2023-06-15Avoid fully qualifying types from the same package, and use `https`.cpovirk
2023-06-06Internal build setup changeStefan Haustein
2023-06-01Internal build changeStefan Haustein
2023-05-26Prepare for release 32.0.0.cpovirk
2023-05-16Split comparator into it's own class.Mark Mann
2023-05-12Remove `@Beta` from various `testing` APIs.Kurt Alfred Kluever
2023-05-12Remove `@Beta` from various `concurrent` testing APIs.Kurt Alfred Kluever
2023-05-08Stop recognizing `@ParametricNullness` annotations in `NullPointerTester`.cpovirk
2023-04-26Internal build changeStefan Haustein
2023-04-25Bump github/codeql-action from 2.2.12 to 2.3.0dependabot[bot]
2023-04-25Add @NullMarked to the testing package, except for some @GwtIncompatible clas...Stefan Haustein
2023-04-20Add some automatically suggested nullness annotations.cpovirk
2023-04-17Use type-use `@Nullable` instead of declaration `@CheckForNull` in the remain...cpovirk
2023-04-17Disable `NullPointerTester` when `com.google.common` is being tested under An...cpovirk
2023-04-05Make the guava-android copy of `NullPointerTester` read type-use annotations ...cpovirk
2023-03-14Internal changeLiam Miller-Cushon
2023-02-27Declare that `Converter.apply` accepts `A` and returns `B`, as its `Function<...cpovirk
2023-01-19Fix a few warnings, mostly in docs.cpovirk
2022-11-28Suppress callsites where the return value of `Comparator.compare` is unused.cpovirk
2022-11-16Roll back `CheckReturnValue` suppressions.cpovirk
2022-11-15Suppress some `CheckReturnValue` errors.cpovirk
2022-11-15Fix Javadoc warnings.cpovirk
2022-11-15Making sameThreadScheduledExecutor's return type ListeningScheduledExecutorSe...Google Java Core Libraries
2022-10-10Fix typos in Javadocs, comments and code.Marc Wrobel
2022-09-21Add `package-info.java` (with `@CheckReturnValue`) to `com.google.common.coll...Kurt Alfred Kluever
2022-09-19Add `@CheckReturnValue` to `com.google.common.testing`.Kurt Alfred Kluever
2022-08-03Enable Error Prone for Maven builds.cpovirk
2022-02-17Add another ReturnValueIgnored suppression.Google Java Core Libraries
2022-02-01Use `ImmutableMap.Builder.buildOrThrow()` instead of deprecated `build()`.Kurt Alfred Kluever
2022-01-27Assign the constructed instance to an unused variable.Kurt Alfred Kluever
2022-01-25Add `@Keep` annotationsLiam Miller-Cushon
2022-01-18Remove `@Beta` from various Escapers and Escaper accessories.Chaoren Lin
2021-12-23Use some static imports.cpovirk
2021-12-14Remove `@Beta` from a number of `com.google.common.testing` classes.Éamonn McManus
2021-11-04Improve tests.Marcono1234
2021-10-05Remove some unnecessary `final` keywords.cpovirk
2021-10-01Use some diamond operators.cpovirk
2021-10-01Use lambdas sometimes.cpovirk
2021-09-28Migrate from `@NullableDecl` to `@CheckForNull` in the backport.cpovirk
2021-08-18Copy the `setUp` and `tearDown` from the parent builder to derived test suites.Éamonn McManus
2021-07-07Fix javadoc lintLiam Miller-Cushon
2021-05-13Make generator methods visible within the package.cpovirk
2021-04-19fix javadoc typosAndrey Turbanov
2021-04-06Recognize that `<T extends @Nullable Object>` implies nullability.Éamonn McManus
2021-04-05Recognize `@ParametricNullness` in `NullPointerTester`.cpovirk
2020-12-16Internal changeGoogle Java Core Libraries
2020-10-16Update IteratorTester example with a greater "steps" valueJonathan Bluett-Duncan
2020-10-13Fix example in documentation for `IteratorTester`Jonathan Bluett-Duncan
2020-10-13Clarify how to use `IteratorTester`Jonathan Bluett-Duncan