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