1. 83e6582 RedundantSetterCall: note that setFooValue and setFooBytes can be aliases for the field `foo`. by ghm · 4 days ago master
  2. db62c8c Automated rollback of commit e1b16e24461d90f2b11f8213a68bfccc0426d4f3. by Kurt Alfred Kluever · 9 days ago
  3. 5ac2a3f Delete [] tests. by Error Prone Team · 9 days ago
  4. d849c4f Scan the entire SwitchTree rather than individual cases, and reduce to a boolean rather than adding to a set. by ghm · 10 days ago
  5. 49b3262 Ban `String.join(CharSequence)` and `String.join(CharSequence, CharSequence)`. The check is currently disabled, because there's ~300 violations in the depot (unknown commit). by Kurt Alfred Kluever · 12 days ago
  6. de0ec16 Add BugChecker for flogger's `perUnique` w/o rate limiting by Error Prone Team · 12 days ago
  7. e1b16e2 `@ImmutableTypeParameter` is really a subset of `@ThreadSafeTypeParameter`, much as `@Immutable` is a subset of `@ThreadSafe`. by ghm · 12 days ago
  8. 0aca163 Make the obviously relevant statement in the LenientFormatStringValidation finding. by ghm · 13 days ago
  9. 623bfec Change the return type of `ASTHelpers.asFlagSet`. by Éamonn McManus · 14 days ago
  10. 4245faa Add `dagger.hilt.testing` annotations to `UnnecessaryQualifier`. by Error Prone Team · 3 weeks ago
  11. 537932f Exempt Jukito tests from UnnecessaryQualifier. by ghm · 3 weeks ago
  12. 145cf82 Fix missing space in check explanation. by Chaoren Lin · 3 weeks ago
  13. c9995fe Do not allow placeholders in `Thread.Builder.name(String)` or `name(String, int)`. by Kurt Alfred Kluever · 3 weeks ago
  14. 8825da6 Do not complain if record fields are qualified and there is a injecting constructor. by ghm · 4 weeks ago
  15. e648cc1 Delete code referencing Gin (**G**wt **IN**jection). Due to the [] deprecation removing [] build rules, this is essentially all dead code: either not referenced by BUILD files at all or entirely unused at runtime. by Sam Berlin · 4 weeks ago
  16. 1e8401b CompileTimeConstantExpressionMatcher: Handle switch expressions by ghm · 4 weeks ago
  17. 2c6417d Add `dagger.Subcomponent.Factory` to the list of classes where qualifier may be allowed. by Error Prone Team · 4 weeks ago
  18. 3cd9429 [StatementSwitchToExpressionSwitch] fix bug where hoisted variables can conflict with other variables within the switch statement by markbrady · 5 weeks ago
  19. 72b3b6c Ignore Kotlin `internal` methods. by cpovirk · 5 weeks ago
  20. 85d4548 Confirm that AssignmentExpression fires within a return statement. by ghm · 5 weeks ago
  21. c697b31 Update `MultipleNullnessAnnotations` to print the qualified names of the conflicting nullness annotations by Liam Miller-Cushon · 5 weeks ago
  22. a96d1d9 Handle format args in FloggerStringConcatenation by Liam Miller-Cushon · 5 weeks ago
  23. a6d4eba Allow `@CanIgnoreReturnValue` to be inherited from super methods by Liam Miller-Cushon · 6 weeks ago
  24. 6161d4e Skip BooleanLiteral findings if the target type is boxed by Liam Miller-Cushon · 6 weeks ago
  25. 98d83bf Avoid touching parameters of `@Subscribe` methods. by cpovirk · 6 weeks ago
  26. 13d46e7 Refactor to use WellKnownKeep by Liam Miller-Cushon · 7 weeks ago
  27. ef33eee Fix a println statement left over from https://github.com/google/error-prone/commit/ce784a9949dc64604a338250fa598c64b1752683 by Liam Miller-Cushon · 7 weeks ago
  28. ce784a9 Detect non-private, non-override methods in anonymous classes by Liam Miller-Cushon · 7 weeks ago
  29. 43759cd Recognise `com.google.common.inject.components.OtherRequiredBindings` as an injection method in UnnecessaryQualifier. by ghm · 7 weeks ago
  30. ef5073b UnnecessaryQualifier: don't fire on `interface`s, in deference to Dagger. by ghm · 7 weeks ago
  31. 3d7b585 `TruthIncompatibleType` support for `MultisetSubject#hasCount`. by ghm · 8 weeks ago
  32. b5c6175 Add a test confirming external #5151. by ghm · 8 weeks ago
  33. 6d5345d Update reference to snapshot repository by Liam Miller-Cushon · 8 weeks ago
  34. ccc85f9 Fix a bug in `Switches` which assumes the `CaseTree` is of `RULE` type. by ghm · 8 weeks ago
  35. b7f3f1a Be slightly more specific that the main issue for SelfAssertion is in Truth. by ghm · 8 weeks ago
  36. d50e4b1 Restore distributionManagement by Liam Miller-Cushon · 8 weeks ago
  37. 319dc7c Update ci.yml by Liam Miller-Cushon · 8 weeks ago
  38. aceac14 Configure centralSnapshotsUrl by Liam Miller-Cushon · 8 weeks ago
  39. c2e1cc8 Update[] by Liam Miller-Cushon · 8 weeks ago
  40. f4074b0 Remove distributionManagement from Error Prone pom by Liam Miller-Cushon · 8 weeks ago
  41. 6708b63 Update ci.yml by Liam Miller-Cushon · 8 weeks ago
  42. 8d324f1 Update release.yml by Liam Miller-Cushon · 8 weeks ago
  43. 8507f3d Update release.yml by Liam Miller-Cushon · 8 weeks ago
  44. ee85af9 OSSRH migration by Liam Miller-Cushon · 8 weeks ago
  45. 81701de Automated rollback of commit d4c627adb0145a473498b0e5a3a21c7fafe137ba. by Liam Miller-Cushon · 8 weeks ago
  46. 706e67a OSSRH migration by Liam Miller-Cushon · 8 weeks ago
  47. d4c627a Remove obsolete `distributionManagement` entries by Liam Miller-Cushon · 8 weeks ago
  48. e3b4d74 Migrate Error Prone to from OSSRH to Central Publishing Portal for Sonatype Maven Central releases [1/N] by Liam Miller-Cushon · 8 weeks ago
  49. 872e730 Update ci.yml for JDK 26 by Liam Miller-Cushon · 8 weeks ago
  50. 5cfd2ec Work around a JDK head crash. by ghm · 8 weeks ago
  51. 1eb5a71 Improve isDefaultCase for Java 21 switch expressions by ghm · 8 weeks ago
  52. d17e312 Add a regression test for a crash in MissingCasesInEnumSwitch when using an expression switch with RULE cases. by ghm · 8 weeks ago
  53. 7d8fd68 Add MVCE for `o == Boolean.TRUE`. by Kurt Alfred Kluever · 9 weeks ago
  54. 1d860db UnnecessaryQualifier: recognise some hilt annotations. by ghm · 9 weeks ago
  55. d721dd7 Tweak ReachabilityTest to use TestParameterInjector. by ghm · 9 weeks ago
  56. 4384ed8 JUnit4TestNotRun: remove the heuristic requirement that the method under consideration contains some kind of assertion. by ghm · 10 weeks ago
  57. 0d2f69c Downgrade Error Prone's Guava version to 33.4.0 by Liam Miller-Cushon · 10 weeks ago
  58. 1ec2bbe Fix typos in OperatorPrecedence.md by Kurt Alfred Kluever · 10 weeks ago
  59. 150417a Fix a crash when finding the enclosing method (for a second time). by ghm · 10 weeks ago
  60. bbb9e15 Disallow StackWalker in AndroidApiChecker by Liam Miller-Cushon · 10 weeks ago
  61. 576bfb1 Update Error Prone's Guava version by Liam Miller-Cushon · 10 weeks ago
  62. ca2e11d Fix some crashes in warning-level checks by Liam Miller-Cushon · 10 weeks ago
  63. 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 · 10 weeks ago
  64. 51907a0 Remove the "improved heuristic" flag from JUnit4TestNotRun. by ghm · 10 weeks ago
  65. 1a53d51 Handle changes to EndPosTable by Liam Miller-Cushon · 2 months ago
  66. 06c8da0 Allow StackWalker in AndroidApiChecker by Liam Miller-Cushon · 2 months ago
  67. d2540bf Give PreconditionsExpensiveString a rename. by ghm · 2 months ago
  68. b6b2e9b Delete a Javadoc which is wrong anyway. by ghm · 3 months ago
  69. 0fb9722 Turn down pluggabletypes by Liam Miller-Cushon · 3 months ago
  70. 5abe82b Simplify the use of `@TestParameters` on a single parameter. by ghm · 3 months ago
  71. 7776b93 JUnit4TestNotRun: count member references as a use of a method symbol too. by ghm · 3 months ago
  72. 71324be Handle changes to EndPosTable by Liam Miller-Cushon · 3 months ago
  73. 8ecd709 Improve JUnit4TestNotRun's heuristics. by ghm · 3 months ago
  74. 8634ed3 Update handling of `var` to not rely on source positions by Liam Miller-Cushon · 3 months ago
  75. 055c4a2 Fix some wonky Javadocs in MoreAnnotations. by ghm · 3 months ago
  76. 010581b Pass the combineable `VariableTree` around rather than looking for it twice. by ghm · 3 months ago
  77. 8797cd6 Converge on `hasImplicitType` for checking for the presence of `var` by Liam Miller-Cushon · 3 months ago
  78. 962f83a [StatementSwitchToExpressionSwitch] Updates to documentation and bug pattern summary by markbrady · 3 months ago
  79. 1f40894 Various simplifications in StatementSwitchToExpressionSwitch. by ghm · 3 months ago
  80. 6094062 Associate internal bug number to instanceof patterns. by Nick Glorioso · 3 months ago
  81. 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 · 3 months ago
  82. 4ef5482 Don't rewrite member references dangling off Boolean literals. by ghm · 3 months ago
  83. 7c6077e Add a[] by Kurt Alfred Kluever · 3 months ago
  84. e57739b Simplify Boolean.TRUE/FALSE to true/false by Liam Miller-Cushon · 3 months ago
  85. e44868c Remove `checkSwitchExpressionsWithDefaultForSkew` flag as it's now enabled by default. by Kevin O'Connor · 3 months ago
  86. 95c80bf Internal change. by Liam Miller-Cushon · 3 months ago
  87. 9cfa4c4 Clarify the MissingCasesInEnumSwitch error message for switch expressions by Kevin O'Connor · 3 months ago
  88. 798c639 Fix targetType handling for switch expressions. by ghm · 3 months ago
  89. 3dcd58f Eschew reflection. by ghm · 3 months ago
  90. 4c9867c Fix Validator error message for empty methods. by Kurt Alfred Kluever · 3 months ago
  91. f38100d Fix another couple of locations that clearly want to just refer to ClassTree rather than fiddling with Kinds. by ghm · 3 months ago
  92. d5276b8 A bug has been fixed in jdkhead, and broken our tests! Allow it. by ghm · 3 months ago
  93. 651588d Multiple top level records: also evil. by ghm · 3 months ago
  94. a71e7e5 Add @BindNode to the list of fields that should have their qualifiers allowed by UnnecessaryQualifier. by Error Prone Team · 3 months ago
  95. 4ced34d OptionalNotPresent: handle ternaries too. by ghm · 3 months ago
  96. 1ec20ea StringConcatToTextBlock: don't emit no-op replacements. by ghm · 3 months ago
  97. c212e76 Make message for `UnnecessarilyVisible` more helpful by mentioning the offending annotation, rather than examples. by ghm · 4 months ago
  98. e404945 Extract the `getJavadoccableTrees` method into `Utils` by ghm · 4 months ago
  99. 56f3111 Support qualified case labels. by ghm · 4 months ago
  100. 8128689 Suggest an obvious fix for %d vs %s mismatches in LenientFormatValidation. by ghm · 4 months ago