Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/tags/v2.41.0
d6539d6
Release Error Prone 2.41.0
by cushon
· 10 months ago
v2.41.0
6161d4e
Skip BooleanLiteral findings if the target type is boxed
by Liam Miller-Cushon
· 10 months ago
98d83bf
Avoid touching parameters of `@Subscribe` methods.
by cpovirk
· 11 months ago
13d46e7
Refactor to use WellKnownKeep
by Liam Miller-Cushon
· 11 months ago
ef33eee
Fix a println statement left over from https://github.com/google/error-prone/commit/ce784a9949dc64604a338250fa598c64b1752683
by Liam Miller-Cushon
· 11 months ago
ce784a9
Detect non-private, non-override methods in anonymous classes
by Liam Miller-Cushon
· 11 months ago
43759cd
Recognise `com.google.common.inject.components.OtherRequiredBindings` as an injection method in UnnecessaryQualifier.
by ghm
· 11 months ago
ef5073b
UnnecessaryQualifier: don't fire on `interface`s, in deference to Dagger.
by ghm
· 11 months ago
3d7b585
`TruthIncompatibleType` support for `MultisetSubject#hasCount`.
by ghm
· 11 months ago
b5c6175
Add a test confirming external #5151.
by ghm
· 11 months ago
6d5345d
Update reference to snapshot repository
by Liam Miller-Cushon
· 11 months ago
ccc85f9
Fix a bug in `Switches` which assumes the `CaseTree` is of `RULE` type.
by ghm
· 11 months ago
b7f3f1a
Be slightly more specific that the main issue for SelfAssertion is in Truth.
by ghm
· 11 months ago
d50e4b1
Restore distributionManagement
by Liam Miller-Cushon
· 11 months ago
319dc7c
Update ci.yml
by Liam Miller-Cushon
· 11 months ago
aceac14
Configure centralSnapshotsUrl
by Liam Miller-Cushon
· 11 months ago
c2e1cc8
Update[]
by Liam Miller-Cushon
· 11 months ago
f4074b0
Remove distributionManagement from Error Prone pom
by Liam Miller-Cushon
· 11 months ago
6708b63
Update ci.yml
by Liam Miller-Cushon
· 11 months ago
8d324f1
Update release.yml
by Liam Miller-Cushon
· 11 months ago
8507f3d
Update release.yml
by Liam Miller-Cushon
· 11 months ago
ee85af9
OSSRH migration
by Liam Miller-Cushon
· 11 months ago
81701de
Automated rollback of commit d4c627adb0145a473498b0e5a3a21c7fafe137ba.
by Liam Miller-Cushon
· 11 months ago
706e67a
OSSRH migration
by Liam Miller-Cushon
· 11 months ago
d4c627a
Remove obsolete `distributionManagement` entries
by Liam Miller-Cushon
· 11 months ago
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
872e730
Update ci.yml for JDK 26
by Liam Miller-Cushon
· 11 months ago
5cfd2ec
Work around a JDK head crash.
by ghm
· 11 months ago
1eb5a71
Improve isDefaultCase for Java 21 switch expressions
by ghm
· 11 months ago
d17e312
Add a regression test for a crash in MissingCasesInEnumSwitch when using an expression switch with RULE cases.
by ghm
· 11 months ago
7d8fd68
Add MVCE for `o == Boolean.TRUE`.
by Kurt Alfred Kluever
· 11 months ago
1d860db
UnnecessaryQualifier: recognise some hilt annotations.
by ghm
· 11 months ago
d721dd7
Tweak ReachabilityTest to use TestParameterInjector.
by ghm
· 11 months ago
4384ed8
JUnit4TestNotRun: remove the heuristic requirement that the method under consideration contains some kind of assertion.
by ghm
· 11 months ago
0d2f69c
Downgrade Error Prone's Guava version to 33.4.0
by Liam Miller-Cushon
· 11 months ago
1ec2bbe
Fix typos in OperatorPrecedence.md
by Kurt Alfred Kluever
· 11 months ago
150417a
Fix a crash when finding the enclosing method (for a second time).
by ghm
· 11 months ago
bbb9e15
Disallow StackWalker in AndroidApiChecker
by Liam Miller-Cushon
· 11 months ago
576bfb1
Update Error Prone's Guava version
by Liam Miller-Cushon
· 11 months ago
ca2e11d
Fix some crashes in warning-level checks
by Liam Miller-Cushon
· 11 months 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
· 11 months ago
51907a0
Remove the "improved heuristic" flag from JUnit4TestNotRun.
by ghm
· 11 months ago
1a53d51
Handle changes to EndPosTable
by Liam Miller-Cushon
· 12 months ago
06c8da0
Allow StackWalker in AndroidApiChecker
by Liam Miller-Cushon
· 12 months ago
d2540bf
Give PreconditionsExpensiveString a rename.
by ghm
· 12 months ago
b6b2e9b
Delete a Javadoc which is wrong anyway.
by ghm
· 12 months ago
0fb9722
Turn down pluggabletypes
by Liam Miller-Cushon
· 12 months ago
5abe82b
Simplify the use of `@TestParameters` on a single parameter.
by ghm
· 12 months ago
7776b93
JUnit4TestNotRun: count member references as a use of a method symbol too.
by ghm
· 12 months ago
71324be
Handle changes to EndPosTable
by Liam Miller-Cushon
· 12 months ago
8ecd709
Improve JUnit4TestNotRun's heuristics.
by ghm
· 12 months ago
8634ed3
Update handling of `var` to not rely on source positions
by Liam Miller-Cushon
· 12 months ago
055c4a2
Fix some wonky Javadocs in MoreAnnotations.
by ghm
· 12 months ago
010581b
Pass the combineable `VariableTree` around rather than looking for it twice.
by ghm
· 12 months ago
8797cd6
Converge on `hasImplicitType` for checking for the presence of `var`
by Liam Miller-Cushon
· 12 months ago
962f83a
[StatementSwitchToExpressionSwitch] Updates to documentation and bug pattern summary
by markbrady
· 12 months ago
1f40894
Various simplifications in StatementSwitchToExpressionSwitch.
by ghm
· 12 months ago
6094062
Associate internal bug number to instanceof patterns.
by Nick Glorioso
· 12 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
· 12 months ago
4ef5482
Don't rewrite member references dangling off Boolean literals.
by ghm
· 12 months ago
7c6077e
Add a[]
by Kurt Alfred Kluever
· 12 months ago
e57739b
Simplify Boolean.TRUE/FALSE to true/false
by Liam Miller-Cushon
· 12 months ago
e44868c
Remove `checkSwitchExpressionsWithDefaultForSkew` flag as it's now enabled by default.
by Kevin O'Connor
· 1 year ago
95c80bf
Internal change.
by Liam Miller-Cushon
· 1 year ago
9cfa4c4
Clarify the MissingCasesInEnumSwitch error message for switch expressions
by Kevin O'Connor
· 1 year ago
798c639
Fix targetType handling for switch expressions.
by ghm
· 1 year ago
3dcd58f
Eschew reflection.
by ghm
· 1 year ago
4c9867c
Fix Validator error message for empty methods.
by Kurt Alfred Kluever
· 1 year ago
f38100d
Fix another couple of locations that clearly want to just refer to ClassTree rather than fiddling with Kinds.
by ghm
· 1 year ago
d5276b8
A bug has been fixed in jdkhead, and broken our tests! Allow it.
by ghm
· 1 year ago
651588d
Multiple top level records: also evil.
by ghm
· 1 year ago
a71e7e5
Add @BindNode to the list of fields that should have their qualifiers allowed by UnnecessaryQualifier.
by Error Prone Team
· 1 year ago
4ced34d
OptionalNotPresent: handle ternaries too.
by ghm
· 1 year ago
1ec20ea
StringConcatToTextBlock: don't emit no-op replacements.
by ghm
· 1 year ago
c212e76
Make message for `UnnecessarilyVisible` more helpful by mentioning the offending annotation, rather than examples.
by ghm
· 1 year, 1 month ago
e404945
Extract the `getJavadoccableTrees` method into `Utils`
by ghm
· 1 year, 1 month ago
56f3111
Support qualified case labels.
by ghm
· 1 year, 1 month ago
8128689
Suggest an obvious fix for %d vs %s mismatches in LenientFormatValidation.
by ghm
· 1 year, 1 month ago
356f56e
Update comment for new method name.
by cpovirk
· 1 year, 1 month ago
690c2c1
Automatic code cleanup.
by cpovirk
· 1 year, 1 month ago
e65dc6d
Extend MissingCasesInEnumSwitch to switch expressions if the default is only for skew
by Kevin O'Connor
· 1 year, 1 month ago
2c9e2fe
Handle `->` switches some more in UnnecessaryDefaultInEnumSwitch, using `compilesWithFix` in a cowardly fashion.
by ghm
· 1 year, 1 month ago
76b44c7
[StatementSwitchToExpressionSwitch] Bugfix to not group `case null` with a normal case following it
by markbrady
· 1 year, 1 month ago
b8acf10
Generalise FloggerArgumentToString to catch unnecessary `toString`ing on the way into lenient format methods.
by ghm
· 1 year, 1 month ago
b1f72fb
Ensure that bugpatterns with generated docs are unique
by Liam Miller-Cushon
· 1 year, 1 month ago
cecce2e
Retain comments around unreachable statements if they contain "LINT.".
by ghm
· 1 year, 1 month ago
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
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
85c8095
Update Error Prone's google-java-format dependency version
by Liam Miller-Cushon
· 1 year, 1 month ago
65630f2
Update IncorrectMainMethod for instance main methods
by Liam Miller-Cushon
· 1 year, 1 month ago
2c560ab
Remove the flags for allowing default branches for skew
by Kevin O'Connor
· 1 year, 1 month ago
ec54621
Add {Int,Long}Math.saturatedAbs.
by lowasser
· 1 year, 1 month ago
4ac1ece
Warn on qualifiers used in places that are not injection points.
by ghm
· 1 year, 1 month ago
32ff434
Look through parens when finding variables in PatternMatchingInstanceof.
by ghm
· 1 year, 1 month ago
ecd67ed
Document the behavior of default branches present for version skew
by Kevin O'Connor
· 1 year, 1 month ago
e4d7583
Restore a TODO lost during textblockification.
by cpovirk
· 1 year, 1 month ago
b20b019
Automatic code cleanup.
by ghm
· 1 year, 1 month ago
edc5d67
Add tests to confirm the poor behaviour of targetType around member references.
by ghm
· 1 year, 1 month ago
5d57e71
Automatic code cleanup.
by ghm
· 1 year, 1 month ago
3a69509
Add support for `@LenientFormatString` to `AnnotateFormatMethod`.
by ghm
· 1 year, 1 month ago
Next »