1. 231e698 Bazel: Don't build protobuf from the source by David Ostrovsky · 10 months ago
  2. e16162a Drop support for Java 11 by Luca Milanesio · 11 months ago
  3. 42ede23 Set PreferredInterfaceType error prone check to ERROR level by Edwin Kempin · 1 year, 2 months ago
  4. aef8cf7 Enable MutableGuiceModule errorprone pattern and fix/suppress issues by Edwin Kempin · 1 year, 3 months ago
  5. d773408 Add support for JDK 21 by David Ostrovsky · 1 year, 6 months ago
  6. 22e5339 Upgrade guava to 32.1-jre by David Ostrovsky · 3 years, 3 months ago
  7. 2d238a2 Set LiteProtoToString ErrorProne pattern to ERROR by Edwin Kempin · 1 year, 7 months ago
  8. 0c8a800 Set ImpossibleNullComparison ErrorProne pattern to ERROR by Edwin Kempin · 1 year, 7 months ago
  9. 54921f5 Merge branch 'stable-3.7' into stable-3.8 by Nasser Grainawi · 1 year, 9 months ago
  10. 61228a2 Merge branch 'stable-3.6' into stable-3.7 by Nasser Grainawi · 1 year, 9 months ago
  11. 6dc3440 Merge branch 'stable-3.5' into stable-3.6 by Nasser Grainawi · 1 year, 9 months ago
  12. a7b7ae1 Fix Bazel build on Apple M2 ARM64 chip by Luca Milanesio · 2 years, 6 months ago
  13. 67f6160 Bazel: Switch to using toolchain resolution for java rules by David Ostrovsky · 4 years, 3 months ago
  14. 0109e42 Demote some error prone bug pattern to allow Bazel update by David Ostrovsky · 1 year, 11 months ago
  15. 0cbb227 Demote JavaUtilDate error prone bug pattern to warning severity by David Ostrovsky · 3 years, 3 months ago
  16. f0755a2 Bazel: Simplify java 11 toolchain definition by David Ostrovsky · 3 years, 3 months ago
  17. dbd8d8b Document that building with Java 8 is no longer supported by David Ostrovsky · 3 years, 3 months ago
  18. 785334c Merge branch 'stable-3.7' into stable-3.8 by paladox · 2 years ago
  19. 7c42ea5 Fix build on MacOS 13.3 by Matthias Sohn · 2 years ago
  20. 5a4b2c3 Merge "Enable -Xlint:unchecked" by Edwin Kempin · 2 years, 5 months ago
  21. b83e958 Set all remaining errorprone patterns to error level by Edwin Kempin · 2 years, 5 months ago
  22. 20e8556 Set DoNotMockAutoValue errorprone pattern to error level and fix issues by Edwin Kempin · 2 years, 5 months ago
  23. bfb6a05 Enable -Xlint:unchecked by Edwin Kempin · 2 years, 6 months ago
  24. 16dea20 Enable AlreadyChecked errorprone pattern and fix issues by Edwin Kempin · 2 years, 6 months ago
  25. c2c07d6 Enable the ReturnMissingNullable errorprone pattern and fix current issues by Edwin Kempin · 2 years, 6 months ago
  26. e69f205 Merge branch 'stable-3.7' by Nasser Grainawi · 2 years, 6 months ago
  27. 181cdc6 Enable error level for AutoValueSubclassLeaked errorprone pattern by Edwin Kempin · 2 years, 6 months ago
  28. 5d7becc Fix Bazel build on Apple M2 ARM64 chip by Luca Milanesio · 2 years, 6 months ago
  29. 21a891c Bazel: Switch to using toolchain resolution for java rules by David Ostrovsky · 4 years, 3 months ago
  30. 40a0e68 Bazel: Simplify java 11 toolchain definition by David Ostrovsky · 3 years, 3 months ago
  31. 374305c Document that building with Java 8 is no longer supported by David Ostrovsky · 3 years, 3 months ago
  32. 0d14df9 Enable error level for the JdkObsolete bug pattern in ErrorProne by Edwin Kempin · 3 years, 3 months ago
  33. c1b8920 Demote JavaUtilDate error prone bug pattern to warning severity by David Ostrovsky · 3 years, 3 months ago
  34. cc6d070 Enable error level for the UnnecessaryParentheses bug pattern in ErrorProne by Edwin Kempin · 3 years, 3 months ago
  35. 9edb357 Enable error level for the UnnecessaryLambda bug pattern in ErrorProne by Edwin Kempin · 3 years, 3 months ago
  36. d338da3 Enable error level for the SameNameButDifferent bug pattern in ErrorProne by Edwin Kempin · 3 years, 3 months ago
  37. 7aa3d66 Enable error level for the StringSplitter bug pattern in ErrorProne by Edwin Kempin · 3 years, 3 months ago
  38. a517acd Ignore current violations of ThreadPriorityCheck and enable error level for it by Edwin Kempin · 3 years, 3 months ago
  39. d7e04e6 Enable error level for the UndefinedEquals bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  40. 0ef2e26 Enable error level for the ThreadJoinLoop bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  41. 6f88c42 Enable error level for the MixedMutabilityReturnType bug pattern by Edwin Kempin · 3 years, 4 months ago
  42. 1d90dd4 Merge "Enable error level for the MutablePublicArray bug pattern in ErrorProne" by Edwin Kempin · 3 years, 4 months ago
  43. ca6d6b2 Enable error level for the InlineFormatString bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  44. 6262f2a Enable error level for the MutablePublicArray bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  45. 78dd975 Merge "Enable error level for the NonCanonicalType bug pattern in ErrorProne" by Edwin Kempin · 3 years, 4 months ago
  46. 6ee5e7e Enable error level for the ProtectedMembersInFinalClass bug pattern by Edwin Kempin · 3 years, 4 months ago
  47. 73a370d Enable error level for the NonCanonicalType bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  48. 5540ae5 Enable error level for the DefaultPackage bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  49. f7707a1 Enable error level for the EqualsGetClass bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  50. 0994a56 Enable error level for the AutoValueImmutableFields bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  51. a1425f1 Enable error level for the CatchAndPrintStackTrace bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  52. d6fd17b Enable error level for the EmptyCatch bug pattern in ErrorProne by Edwin Kempin · 3 years, 4 months ago
  53. b8455d7 Enable error level for the EscapedEntity bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  54. e92a851 Enable error level for the InconsistentCapitalization bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  55. 396ec5e Merge "Enable error level for the InvalidParam bug pattern in ErrorProne" by Edwin Kempin · 3 years, 5 months ago
  56. 8a6808f Enable error level for the JavaLangClash bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  57. 8ab87d7 Enable error level for the InvalidParam bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  58. 03ce0d1 Enable error level for the InvalidBlockTag bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  59. 6e38b70 Enable error level for the InvalidInlineTag bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  60. 8c19c39 Enable error level for the InvalidInlineTag bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  61. 4957ffd Enable error level for the ParameterName bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  62. 33f8f6a Enable error level for the BadImport bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  63. 1e9fca9 Merge "Enable error level for the TruthAssertExpected bug pattern in ErrorProne" by Edwin Kempin · 3 years, 6 months ago
  64. e0ba0d1 Disable FutureReturnValueIgnored error prone check by Gal Paikin · 3 years, 6 months ago
  65. ec70034 Enable error level for the TruthAssertExpected bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  66. 7817b7f Enable error level for the UnescapedEntity bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  67. 0e35c34 Enable error level for the UnusedMethod bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  68. 4816ff9 Enable error level for the UnusedVariable bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  69. 26c3c83 Turn on UseCorrectAssertInTests bug pattern and fix problem by Dmitrii Filippov · 3 years, 6 months ago
  70. 1c76a0a Turn on VariableNameSameAsType bug pattern by Dmitrii Filippov · 3 years, 6 months ago
  71. acb4ba3 Turn on ArgumentSelectionDefectChecker and fix the issue by Dmitrii Filippov · 3 years, 6 months ago
  72. 53e4600 Turn on AnnotateFormatMethod bug-pattern and fix it by Dmitrii Filippov · 3 years, 6 months ago
  73. 36dd590 Turn on all bug patterns which don't exist in the code by Dmitrii Filippov · 3 years, 6 months ago
  74. 7709d06 Turn on error for the EmptyBlockTag bug pattern and fix related problems by Dmitrii Filippov · 3 years, 6 months ago
  75. 88726b9 Turn on error for some JavaDoc bug patterns and fix related problems by Dmitrii Filippov · 3 years, 6 months ago
  76. a30b5b4 Add more bug patterns to error-prone by Dmitrii Filippov · 3 years, 6 months ago
  77. 7f05179 Update error prone bug patterns by Dmitrii Filippov · 3 years, 6 months ago
  78. 7d49381 Enable ImmutableAnnotationChecker by Dmitrii Filippov · 3 years, 6 months ago
  79. b4d318e Move java_tools javac argument into tools parameter. by Ivo List · 4 years, 4 months ago
  80. b89332d Prefer java language level to Java 11 per default by David Ostrovsky · 5 years ago
  81. 9bf628b Merge branch 'stable-3.1' by Luca Milanesio · 5 years ago
  82. 85b54c9 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  83. 76f3e34 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  84. c8ccff9 ErrorProne: Enable ObjectToString check at ERROR severity by David Pursehouse · 5 years ago
  85. f98dfa5 ErrorProne: Increase severity of MutableConstantField to ERROR by David Pursehouse · 6 years ago
  86. 6f57e5b Merge branch 'stable-2.16' into stable-3.0 by Marco Miller · 5 years ago
  87. edd57a2 Error Prone: Enable and fix OperatorPrecedence by Dave Borowitz · 6 years ago
  88. 4b25dd3 Error Prone: Enable and fix ClassCanBeStatic by Dave Borowitz · 6 years ago
  89. ba755ab Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  90. b07f262 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  91. a58ffc6 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  92. 0e9fd39 Bazel: Sort error prone check settings alphabetically by David Pursehouse · 5 years ago
  93. 0d22e9a Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  94. d156227 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  95. 2dc0c19 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  96. 79d0c3a ErrorProne: Enable and fix UnusedException check by David Pursehouse · 5 years ago
  97. a767f08 Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  98. 6b8318d Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  99. bf64e2d Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  100. 1fdd3f7 lib/lucene: merge jars using a java_binary rule by Han-Wen Nienhuys · 5 years ago