Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. d6539d6 Release Error Prone 2.41.0 by cushon · 10 months ago v2.41.0
  2. 6161d4e Skip BooleanLiteral findings if the target type is boxed by Liam Miller-Cushon · 10 months ago
  3. 98d83bf Avoid touching parameters of `@Subscribe` methods. by cpovirk · 11 months ago
  4. 13d46e7 Refactor to use WellKnownKeep by Liam Miller-Cushon · 11 months ago
  5. ef33eee Fix a println statement left over from https://github.com/google/error-prone/commit/ce784a9949dc64604a338250fa598c64b1752683 by Liam Miller-Cushon · 11 months ago
  6. ce784a9 Detect non-private, non-override methods in anonymous classes by Liam Miller-Cushon · 11 months ago
  7. 43759cd Recognise `com.google.common.inject.components.OtherRequiredBindings` as an injection method in UnnecessaryQualifier. by ghm · 11 months ago
  8. ef5073b UnnecessaryQualifier: don't fire on `interface`s, in deference to Dagger. by ghm · 11 months ago
  9. 3d7b585 `TruthIncompatibleType` support for `MultisetSubject#hasCount`. by ghm · 11 months ago
  10. b5c6175 Add a test confirming external #5151. by ghm · 11 months ago
  11. 6d5345d Update reference to snapshot repository by Liam Miller-Cushon · 11 months ago
  12. ccc85f9 Fix a bug in `Switches` which assumes the `CaseTree` is of `RULE` type. by ghm · 11 months ago
  13. b7f3f1a Be slightly more specific that the main issue for SelfAssertion is in Truth. by ghm · 11 months ago
  14. d50e4b1 Restore distributionManagement by Liam Miller-Cushon · 11 months ago
  15. 319dc7c Update ci.yml by Liam Miller-Cushon · 11 months ago
  16. aceac14 Configure centralSnapshotsUrl by Liam Miller-Cushon · 11 months ago
  17. c2e1cc8 Update[] by Liam Miller-Cushon · 11 months ago
  18. f4074b0 Remove distributionManagement from Error Prone pom by Liam Miller-Cushon · 11 months ago
  19. 6708b63 Update ci.yml by Liam Miller-Cushon · 11 months ago
  20. 8d324f1 Update release.yml by Liam Miller-Cushon · 11 months ago
  21. 8507f3d Update release.yml by Liam Miller-Cushon · 11 months ago
  22. ee85af9 OSSRH migration by Liam Miller-Cushon · 11 months ago
  23. 81701de Automated rollback of commit d4c627adb0145a473498b0e5a3a21c7fafe137ba. by Liam Miller-Cushon · 11 months ago
  24. 706e67a OSSRH migration by Liam Miller-Cushon · 11 months ago
  25. d4c627a Remove obsolete `distributionManagement` entries by Liam Miller-Cushon · 11 months ago
  26. e3b4d74 Migrate Error Prone to from OSSRH to Central Publishing Portal for Sonatype Maven Central releases [1/N] by Liam Miller-Cushon · 11 months ago
  27. 872e730 Update ci.yml for JDK 26 by Liam Miller-Cushon · 11 months ago
  28. 5cfd2ec Work around a JDK head crash. by ghm · 11 months ago
  29. 1eb5a71 Improve isDefaultCase for Java 21 switch expressions by ghm · 11 months ago
  30. d17e312 Add a regression test for a crash in MissingCasesInEnumSwitch when using an expression switch with RULE cases. by ghm · 11 months ago
  31. 7d8fd68 Add MVCE for `o == Boolean.TRUE`. by Kurt Alfred Kluever · 11 months ago
  32. 1d860db UnnecessaryQualifier: recognise some hilt annotations. by ghm · 11 months ago
  33. d721dd7 Tweak ReachabilityTest to use TestParameterInjector. by ghm · 11 months ago
  34. 4384ed8 JUnit4TestNotRun: remove the heuristic requirement that the method under consideration contains some kind of assertion. by ghm · 11 months ago
  35. 0d2f69c Downgrade Error Prone's Guava version to 33.4.0 by Liam Miller-Cushon · 11 months ago
  36. 1ec2bbe Fix typos in OperatorPrecedence.md by Kurt Alfred Kluever · 11 months ago
  37. 150417a Fix a crash when finding the enclosing method (for a second time). by ghm · 11 months ago
  38. bbb9e15 Disallow StackWalker in AndroidApiChecker by Liam Miller-Cushon · 11 months ago
  39. 576bfb1 Update Error Prone's Guava version by Liam Miller-Cushon · 11 months ago
  40. ca2e11d Fix some crashes in warning-level checks by Liam Miller-Cushon · 11 months ago
  41. a9eab60 Add some suggestions for Future in UndefinedEquals.md (the actual logic was added in https://github.com/google/error-prone/commit/1046226c77e28970f6ad2392a60cd9bb98a4911a but the linked documentation doesn't offer any suggestions). by Error Prone Team · 11 months ago
  42. 51907a0 Remove the "improved heuristic" flag from JUnit4TestNotRun. by ghm · 11 months ago
  43. 1a53d51 Handle changes to EndPosTable by Liam Miller-Cushon · 12 months ago
  44. 06c8da0 Allow StackWalker in AndroidApiChecker by Liam Miller-Cushon · 12 months ago
  45. d2540bf Give PreconditionsExpensiveString a rename. by ghm · 12 months ago
  46. b6b2e9b Delete a Javadoc which is wrong anyway. by ghm · 12 months ago
  47. 0fb9722 Turn down pluggabletypes by Liam Miller-Cushon · 12 months ago
  48. 5abe82b Simplify the use of `@TestParameters` on a single parameter. by ghm · 12 months ago
  49. 7776b93 JUnit4TestNotRun: count member references as a use of a method symbol too. by ghm · 12 months ago
  50. 71324be Handle changes to EndPosTable by Liam Miller-Cushon · 12 months ago
  51. 8ecd709 Improve JUnit4TestNotRun's heuristics. by ghm · 12 months ago
  52. 8634ed3 Update handling of `var` to not rely on source positions by Liam Miller-Cushon · 12 months ago
  53. 055c4a2 Fix some wonky Javadocs in MoreAnnotations. by ghm · 12 months ago
  54. 010581b Pass the combineable `VariableTree` around rather than looking for it twice. by ghm · 12 months ago
  55. 8797cd6 Converge on `hasImplicitType` for checking for the presence of `var` by Liam Miller-Cushon · 12 months ago
  56. 962f83a [StatementSwitchToExpressionSwitch] Updates to documentation and bug pattern summary by markbrady · 12 months ago
  57. 1f40894 Various simplifications in StatementSwitchToExpressionSwitch. by ghm · 12 months ago
  58. 6094062 Associate internal bug number to instanceof patterns. by Nick Glorioso · 12 months ago
  59. d2234bf Add a regression test for a possible bug where we try to combine with a variable declaration in a non-directly-enclosing block. by ghm · 12 months ago
  60. 4ef5482 Don't rewrite member references dangling off Boolean literals. by ghm · 12 months ago
  61. 7c6077e Add a[] by Kurt Alfred Kluever · 12 months ago
  62. e57739b Simplify Boolean.TRUE/FALSE to true/false by Liam Miller-Cushon · 12 months ago
  63. e44868c Remove `checkSwitchExpressionsWithDefaultForSkew` flag as it's now enabled by default. by Kevin O'Connor · 1 year ago
  64. 95c80bf Internal change. by Liam Miller-Cushon · 1 year ago
  65. 9cfa4c4 Clarify the MissingCasesInEnumSwitch error message for switch expressions by Kevin O'Connor · 1 year ago
  66. 798c639 Fix targetType handling for switch expressions. by ghm · 1 year ago
  67. 3dcd58f Eschew reflection. by ghm · 1 year ago
  68. 4c9867c Fix Validator error message for empty methods. by Kurt Alfred Kluever · 1 year ago
  69. f38100d Fix another couple of locations that clearly want to just refer to ClassTree rather than fiddling with Kinds. by ghm · 1 year ago
  70. d5276b8 A bug has been fixed in jdkhead, and broken our tests! Allow it. by ghm · 1 year ago
  71. 651588d Multiple top level records: also evil. by ghm · 1 year ago
  72. a71e7e5 Add @BindNode to the list of fields that should have their qualifiers allowed by UnnecessaryQualifier. by Error Prone Team · 1 year ago
  73. 4ced34d OptionalNotPresent: handle ternaries too. by ghm · 1 year ago
  74. 1ec20ea StringConcatToTextBlock: don't emit no-op replacements. by ghm · 1 year ago
  75. c212e76 Make message for `UnnecessarilyVisible` more helpful by mentioning the offending annotation, rather than examples. by ghm · 1 year, 1 month ago
  76. e404945 Extract the `getJavadoccableTrees` method into `Utils` by ghm · 1 year, 1 month ago
  77. 56f3111 Support qualified case labels. by ghm · 1 year, 1 month ago
  78. 8128689 Suggest an obvious fix for %d vs %s mismatches in LenientFormatValidation. by ghm · 1 year, 1 month ago
  79. 356f56e Update comment for new method name. by cpovirk · 1 year, 1 month ago
  80. 690c2c1 Automatic code cleanup. by cpovirk · 1 year, 1 month ago
  81. e65dc6d Extend MissingCasesInEnumSwitch to switch expressions if the default is only for skew by Kevin O'Connor · 1 year, 1 month ago
  82. 2c9e2fe Handle `->` switches some more in UnnecessaryDefaultInEnumSwitch, using `compilesWithFix` in a cowardly fashion. by ghm · 1 year, 1 month ago
  83. 76b44c7 [StatementSwitchToExpressionSwitch] Bugfix to not group `case null` with a normal case following it by markbrady · 1 year, 1 month ago
  84. b8acf10 Generalise FloggerArgumentToString to catch unnecessary `toString`ing on the way into lenient format methods. by ghm · 1 year, 1 month ago
  85. b1f72fb Ensure that bugpatterns with generated docs are unique by Liam Miller-Cushon · 1 year, 1 month ago
  86. cecce2e Retain comments around unreachable statements if they contain "LINT.". by ghm · 1 year, 1 month ago
  87. bf94fcf [StatementSwitchToExpressionSwitch] don't delete comments following a converted `return switch` if there are no statements following it by markbrady · 1 year, 1 month ago
  88. a6af9e1 Flag `Longs.hashCode(l)` (from Guava) and `Long.hashCode(l)` (from the JDK) in `MathAbsoluteNegative` (ditto for Integer, Double, and Float). by Kurt Alfred Kluever · 1 year, 1 month ago
  89. 85c8095 Update Error Prone's google-java-format dependency version by Liam Miller-Cushon · 1 year, 1 month ago
  90. 65630f2 Update IncorrectMainMethod for instance main methods by Liam Miller-Cushon · 1 year, 1 month ago
  91. 2c560ab Remove the flags for allowing default branches for skew by Kevin O'Connor · 1 year, 1 month ago
  92. ec54621 Add {Int,Long}Math.saturatedAbs. by lowasser · 1 year, 1 month ago
  93. 4ac1ece Warn on qualifiers used in places that are not injection points. by ghm · 1 year, 1 month ago
  94. 32ff434 Look through parens when finding variables in PatternMatchingInstanceof. by ghm · 1 year, 1 month ago
  95. ecd67ed Document the behavior of default branches present for version skew by Kevin O'Connor · 1 year, 1 month ago
  96. e4d7583 Restore a TODO lost during textblockification. by cpovirk · 1 year, 1 month ago
  97. b20b019 Automatic code cleanup. by ghm · 1 year, 1 month ago
  98. edc5d67 Add tests to confirm the poor behaviour of targetType around member references. by ghm · 1 year, 1 month ago
  99. 5d57e71 Automatic code cleanup. by ghm · 1 year, 1 month ago
  100. 3a69509 Add support for `@LenientFormatString` to `AnnotateFormatMethod`. by ghm · 1 year, 1 month ago