1. bc8dcc6 Automated fixes for Error Prone warning: FieldCanBeFinal, FieldCanBeLocal, FieldCanBeStatic (part 5) by Andrew Grieve · 4 weeks ago main master
  2. 72f8451 Android: Mark more java.util.* types as @NullMarked by Andrew Grieve · 5 weeks ago
  3. 5c3f186 Android: Consider Supplier @NullMarked by Andrew Grieve · 5 weeks ago
  4. 169b2db Android: Treat ContentProvider.getContext() as @NonNull by Andrew Grieve · 9 weeks ago
  5. 0d8e2c8 NullAway: Update library model to assume findPreference() returns non-null by Andrew Grieve · 3 months ago
  6. 4f990e1 NullAway: Update library model to assume findViewById() returns non-null by Andrew Grieve · 3 months ago
  7. 1820c13 Android: Mark SparseArray.get() as @Nullable by Andrew Grieve · 4 months ago
  8. b0bd41e Android: Fix a batch of @NullUnmarked suppressions by Andrew Grieve · 4 months ago
  9. 567f1df Android: Creates ChromeNullAwayLibraryModel to allow more customization by Andrew Grieve · 6 months ago
  10. 2d0b114 Reland "Android: Add Error Prone warning against Java stream() apis" by Andrew Grieve · 6 months ago
  11. 3572c71 Revert "Android: Add Error Prone warning against Java stream() apis" by Keigo Oka · 6 months ago
  12. 49a9c2f Android: Add Error Prone warning against Java stream() apis by Andrew Grieve · 6 months ago
  13. b734bb7 Replace @AutoService with @ServiceImpl to avoid annotation processor by Andrew Grieve · 9 months ago
  14. e8205ab Android: Roll Error Prone 2.11 -> 2.29.2 by Andrew Grieve · 10 months ago
  15. 2ddbbd9 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 1 month ago
  16. 10a757b Fix NoResourcesGetColor summary. by Sky Malice · 1 year, 6 months ago
  17. f14f3e4 Enable NoResourcesGetColor. by Sky Malice · 1 year, 6 months ago
  18. 6e11f5e Reland "Resources#getColor errorprone plugin." by Sky Malice · 1 year, 6 months ago
  19. 8b0020b http to https in errorprone plugins. by Sky Malice · 1 year, 6 months ago
  20. ab670f7 Revert "Resources#getColor errorprone plugin." by Sky Malice · 1 year, 6 months ago
  21. abf41a0 Resources#getColor errorprone plugin. by Sky Malice · 1 year, 6 months ago
  22. 9982d1f LSC: Reformat remaining .java with google-java-format by Andrew Grieve · 1 year, 7 months ago
  23. a848535 Migrate android.support.test to androidx.test (the rest) by Mohamed Heikal · 2 years, 2 months ago
  24. 71a32a2 Update copyright headers in testing/, tools/ by Avi Drissman · 2 years, 9 months ago
  25. 633cc2d [Errorprone] Introduce a new way to find src/ for UseNetworkAnnotations by Jinho Bang · 3 years ago
  26. bd76c90 [Errorprone] Add URL#openStream() to blocklisted methods by Nicolas Ouellet-Payeur · 3 years, 4 months ago
  27. 16a6629 Reland "[Errorprone] Add UseNetworkAnnotations plugin" by Nicolas Ouellet-Payeur · 3 years, 5 months ago
  28. 0f362a7 Revert "[Errorprone] Add UseNetworkAnnotations plugin" by Sinan Sahin · 3 years, 6 months ago
  29. c23c278 [Errorprone] Add UseNetworkAnnotations plugin by Nicolas Ouellet-Payeur · 3 years, 6 months ago
  30. e81dcab Android: Skip build server for nocompile tests (reland) by Peter Wen · 4 years, 2 months ago
  31. 04ade3f Revert "Android: Skip build server for nocompile tests" by Takumi Fujimoto · 4 years, 2 months ago
  32. 99b3aa8 Android: Skip build server for nocompile tests by Peter Wen · 4 years, 2 months ago
  33. 830586f [Build] Make Android Lint Tests Better Integration Tests by Peter Kotwicz · 4 years, 2 months ago
  34. eda4f49 [Build] Add Android build integration tests by Peter Kotwicz · 4 years, 2 months ago
  35. 498ec24 [Android] Re-prohibit synchronized methods by Peter Kotwicz · 4 years, 2 months ago
  36. ac08ca0 Add compile target for errorprone plugin tests by Peter Kotwicz · 4 years, 2 months ago
  37. c6b6e90 [Android] Re-enable errorprone compiler plugins by Peter Kotwicz · 4 years, 2 months ago
  38. 411c735 [Android] Re-enable custom errorprone plugins by Peter Kotwicz · 4 years, 2 months ago
  39. b206b68 Android: Prefer direct interface classpaths by Peter Wen · 4 years, 2 months ago
  40. 5dce5c6 Android: Add host_jar_path vs device_jar_path to build logic by Andrew Grieve · 4 years, 2 months ago
  41. 2fd712a Move bytecode_rewriter off compilation critical path by Andrew Grieve · 4 years, 2 months ago
  42. 18c0fd5 Update annotations to androidx. by Ben Joyce · 4 years, 2 months ago
  43. 055e8c4 Replace java_files with sources in //tools by Natalie Chouinard · 4 years, 2 months ago
  44. 11bcf58 Android: Add errorprone check for Java test class names. by Eric Stevenson · 4 years, 2 months ago
  45. 9c72a3c Android: Update error 2.3.1 -> 2.3.3 by Andrew Grieve · 4 years, 2 months ago
  46. 5243580 Compile using JDK 11 by Andrew Grieve · 4 years, 2 months ago
  47. 95de0ab Add error-prone plugin to verify string literals for trace events by ssid · 4 years, 2 months ago
  48. 7709f17 Swith from Emma to Jacoco to generate Java coverage info by Yun Liu · 4 years, 2 months ago
  49. 57aaa95 Add ErrorProne check to assert use of android.support.annotation.Nullable by Aiden Benner · 4 years, 2 months ago
  50. 41cb7a9 Turn off RedundantFieldInitCheck for classes that implement IInterface by Aiden Benner · 4 years, 2 months ago
  51. 7c17469 Bytecode rewriter validating direct class path by Sam Maier · 4 years, 2 months ago
  52. 899d232 Android: moving over to base/ copy of AsyncTask by Sam Maier · 4 years, 2 months ago
  53. 3bd5b18 Add ErrorProne check for redundant initialization of non-final fields by Aiden Benner · 4 years, 2 months ago
  54. 440cfb4 AsyncTask ErrorProne check by Sam Maier · 4 years, 2 months ago
  55. a0883bd Added errorprone check to flag context#getApplicationContext calls. by Tiger Oakes · 4 years, 2 months ago
  56. 2f1b0bc Android: Fix emma_coverage=true by Andrew Grieve · 4 years, 2 months ago
  57. 642eee4 Android: Better support for Annotation Processors. by Andrew Grieve · 4 years, 2 months ago
  58. 430bb18 Android: Refactor GN templates to unify prebuilt & non-prebuilt logic by Andrew Grieve · 4 years, 2 months ago
  59. e486343 Reland "Android: Add third_party/auto for errorprone"" by Peter Wen · 4 years, 2 months ago
  60. 56a25ca Revert "Android: Add third_party/auto for errorprone" by Peter Wen · 4 years, 2 months ago
  61. cf0bf14 Android: Add third_party/auto for errorprone by Peter Wen · 4 years, 2 months ago