1. b8455d7 Enable error level for the EscapedEntity bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  2. e92a851 Enable error level for the InconsistentCapitalization bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  3. 396ec5e Merge "Enable error level for the InvalidParam bug pattern in ErrorProne" by Edwin Kempin · 3 years, 5 months ago
  4. 8a6808f Enable error level for the JavaLangClash bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  5. 8ab87d7 Enable error level for the InvalidParam bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  6. 03ce0d1 Enable error level for the InvalidBlockTag bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  7. 6e38b70 Enable error level for the InvalidInlineTag bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  8. 8c19c39 Enable error level for the InvalidInlineTag bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  9. 4957ffd Enable error level for the ParameterName bug pattern in ErrorProne by Edwin Kempin · 3 years, 5 months ago
  10. 33f8f6a Enable error level for the BadImport bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  11. 1e9fca9 Merge "Enable error level for the TruthAssertExpected bug pattern in ErrorProne" by Edwin Kempin · 3 years, 5 months ago
  12. e0ba0d1 Disable FutureReturnValueIgnored error prone check by Gal Paikin · 3 years, 6 months ago
  13. ec70034 Enable error level for the TruthAssertExpected bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  14. 7817b7f Enable error level for the UnescapedEntity bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  15. 0e35c34 Enable error level for the UnusedMethod bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  16. 4816ff9 Enable error level for the UnusedVariable bug pattern in ErrorProne by Edwin Kempin · 3 years, 6 months ago
  17. 26c3c83 Turn on UseCorrectAssertInTests bug pattern and fix problem by Dmitrii Filippov · 3 years, 6 months ago
  18. 1c76a0a Turn on VariableNameSameAsType bug pattern by Dmitrii Filippov · 3 years, 6 months ago
  19. acb4ba3 Turn on ArgumentSelectionDefectChecker and fix the issue by Dmitrii Filippov · 3 years, 6 months ago
  20. 53e4600 Turn on AnnotateFormatMethod bug-pattern and fix it by Dmitrii Filippov · 3 years, 6 months ago
  21. 36dd590 Turn on all bug patterns which don't exist in the code by Dmitrii Filippov · 3 years, 6 months ago
  22. 7709d06 Turn on error for the EmptyBlockTag bug pattern and fix related problems by Dmitrii Filippov · 3 years, 6 months ago
  23. 88726b9 Turn on error for some JavaDoc bug patterns and fix related problems by Dmitrii Filippov · 3 years, 6 months ago
  24. a30b5b4 Add more bug patterns to error-prone by Dmitrii Filippov · 3 years, 6 months ago
  25. 7f05179 Update error prone bug patterns by Dmitrii Filippov · 3 years, 6 months ago
  26. 7d49381 Enable ImmutableAnnotationChecker by Dmitrii Filippov · 3 years, 6 months ago
  27. b4d318e Move java_tools javac argument into tools parameter. by Ivo List · 4 years, 4 months ago
  28. b89332d Prefer java language level to Java 11 per default by David Ostrovsky · 5 years ago
  29. 9bf628b Merge branch 'stable-3.1' by Luca Milanesio · 5 years ago
  30. 85b54c9 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  31. 76f3e34 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  32. c8ccff9 ErrorProne: Enable ObjectToString check at ERROR severity by David Pursehouse · 5 years ago
  33. f98dfa5 ErrorProne: Increase severity of MutableConstantField to ERROR by David Pursehouse · 6 years ago
  34. 6f57e5b Merge branch 'stable-2.16' into stable-3.0 by Marco Miller · 5 years ago
  35. edd57a2 Error Prone: Enable and fix OperatorPrecedence by Dave Borowitz · 6 years ago
  36. 4b25dd3 Error Prone: Enable and fix ClassCanBeStatic by Dave Borowitz · 6 years ago
  37. ba755ab Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  38. b07f262 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  39. a58ffc6 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  40. 0e9fd39 Bazel: Sort error prone check settings alphabetically by David Pursehouse · 5 years ago
  41. 0d22e9a Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  42. d156227 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  43. 2dc0c19 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  44. 79d0c3a ErrorProne: Enable and fix UnusedException check by David Pursehouse · 5 years ago
  45. a767f08 Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  46. 6b8318d Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  47. bf64e2d Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 5 years ago
  48. 1fdd3f7 lib/lucene: merge jars using a java_binary rule by Han-Wen Nienhuys · 5 years ago
  49. f396eff Add @FormatMethod to StalenessCheckResult#stale by Patrick Hiesel · 5 years ago
  50. 17b60d9 Revert "Bazel: Fix toolchain vanilla to not hard code java 8" by David Ostrovsky · 5 years ago
  51. aee1f80 Bazel: Fix toolchain vanilla to not hard code java 8 by David Ostrovsky · 6 years ago
  52. dfe7d71 Bazel: Disable ImmutableAnnotationChecker error prone check by David Ostrovsky · 6 years ago
  53. cb82838 Merge branch 'stable-3.0' by David Ostrovsky · 6 years ago
  54. 384e38b Merge branch 'stable-2.16' into stable-3.0 by David Ostrovsky · 6 years ago
  55. 4eb25d1 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 6 years ago
  56. 2e99245 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  57. b80867d Format BUILD files with buildifier by David Pursehouse · 6 years ago
  58. 1cb260e Merge branch 'stable-3.0' by David Ostrovsky · 6 years ago
  59. 726b4cc Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago
  60. 31c8240 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 6 years ago
  61. 3ab6d2d Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  62. 20c2fd4 Bazel: Add fixes for --incompatible_load_{java|python}_rules_from_bzl by David Ostrovsky · 6 years ago
  63. 9ab0d63 OptionUtil: Use ImmutableList<String> instead of String[] by David Pursehouse · 6 years ago
  64. f98394b ErrorProne: Remove duplicate checker flags by David Pursehouse · 6 years ago
  65. e7fc5ee Disable ImmutableAnnotationChecker ErrorProne error to fix build by Edwin Kempin · 6 years ago
  66. c2bb6b7 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago
  67. 755e5b1 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 6 years ago
  68. 8975316 Error Prone: Increase severity of MissingFail to ERROR by David Pursehouse · 6 years ago
  69. c2d0a91 Make toString(), hashCode(), equals() and friends final in AutoValue classes by Edwin Kempin · 6 years ago
  70. 55b036d Merge branch 'stable-3.0' by David Pursehouse · 6 years ago
  71. bc230a0 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago
  72. 996cf5d Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 6 years ago
  73. e39b4f4 Error Prone: Enable DateFormatConstant at ERROR severity by David Pursehouse · 6 years ago
  74. 2f6e2d1 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago
  75. 6d4cf6d Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 6 years ago
  76. 7e6ec14 Bazel: Enable Error-Prone by default by David Pursehouse · 6 years ago
  77. df7c481 Error Prone: Enable checks for core plugins by David Pursehouse · 6 years ago
  78. 3b78c07 Error Prone: Remove optional configuration by Dave Borowitz · 6 years ago
  79. 0b9e581 Error Prone: Enable and fix ImmutableEnumChecker by Dave Borowitz · 6 years ago
  80. f66892a Error Prone: Enable and fix GetClassOnEnum by Dave Borowitz · 6 years ago
  81. b964049 Error Prone: Enable and fix ReferenceEquality by Dave Borowitz · 6 years ago
  82. b13bec9 Error Prone: Enable and fix SynchronizeOnNonFinalField by Dave Borowitz · 6 years ago
  83. b31519f Error Prone: Enable and fix TypeParameterUnusedInFormals by Dave Borowitz · 6 years ago
  84. 425ad6e Error Prone: Enable remaining errors by Dave Borowitz · 6 years ago
  85. b21dde3 Error Prone: Enable and fix OperatorPrecedence by Dave Borowitz · 6 years ago
  86. 2bc50b4 Error Prone: Enable more errors by Dave Borowitz · 6 years ago
  87. cd7efe1 Error Prone: Enable and fix NarrowingCompoundAssignment by Dave Borowitz · 6 years ago
  88. dc00c1d Error Prone: Enable and fix MissingOverride by Dave Borowitz · 6 years ago
  89. b7769f3 Error Prone: Enable more errors by Dave Borowitz · 6 years ago
  90. ef04f0e6 Error Prone: Enable and fix FutureReturnValueIgnored by Dave Borowitz · 6 years ago
  91. 0c5fdd7 Error Prone: Enable more errors by Dave Borowitz · 6 years ago
  92. 3cf3962 Error Prone: Enable more errors by Dave Borowitz · 6 years ago
  93. 9601572 Error Prone: Enable and fix DefaultCharset by Dave Borowitz · 6 years ago
  94. ae99a1b Error Prone: Enable and fix ClassCanBeStatic by Dave Borowitz · 6 years ago
  95. ccdc670 Error Prone: Enable more errors by Dave Borowitz · 6 years ago
  96. c2e41f2 Sort Error Prone warnings list by Dave Borowitz · 6 years ago
  97. fabead2 Error Prone: Enable and fix StringEquality by Dave Borowitz · 6 years ago
  98. 650070e Error Prone: Enable more errors by Dave Borowitz · 6 years ago
  99. cac4630 Enable a limited set of Error Prone errors/warnings by default by Dave Borowitz · 6 years ago
  100. 059866b Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago