-
Notifications
You must be signed in to change notification settings - Fork 749
Pull requests: google/error-prone
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[StatementSwitchToExpressionSwitch] for direct conversion, fix scenario where variables defined in earlier cases are referenced in later cases, which can cause invalid generated code. Instead, hoist such variable definitions out of the switch block.
#4826
opened Feb 14, 2025 by
copybara-service
bot
Loading…
Add an optional check that recommends using Guava's immutable collections
#4810
opened Feb 6, 2025 by
copybara-service
bot
Loading…
[UnusedVariable] Add MockitoBean in exempting variable annotations
#4800
opened Feb 1, 2025 by
alexandrenavarro
Loading…
[StatementSwitchToExpressionSwitch] Enable direct conversion by default. This default behavior can be manually overridden by using a command-line flag.
#4795
opened Jan 27, 2025 by
copybara-service
bot
Loading…
Add support for jakarta annotations to some checks
#4782
opened Jan 20, 2025 by
gavlyukovskiy
Loading…
Optimize VisitorState#getConstantExpression
#4744
opened Jan 3, 2025 by
copybara-service
bot
Loading…
Add a test demonstrating a bug in the Inliner.
#4562
opened Sep 6, 2024 by
copybara-service
bot
Loading…
Exempt com.fasterxml.jackson.annotation.JsonProperty from UnusedVariable
#4489
opened Jul 22, 2024 by
superxiao
Loading…
Allow lambdas and method references referencing subclasses
#4438
opened Jun 14, 2024 by
tkindy
Loading…
Inline DelayedThreadSafeAnalysis into the checker.
#3857
opened Apr 14, 2023 by
copybara-service
bot
Loading…
Consolidate the construction of ThreadSafety for ThreadSafe usage.
#3812
opened Mar 8, 2023 by
copybara-service
bot
Loading…
Introduce ThreadSafeRefactor, roughly the same as ImmutableRefactor but for @ThreadSafe.
#3807
opened Mar 7, 2023 by
copybara-service
bot
Loading…
Add a unit test for an
@Provides
annotated method where the return type is the same as the param type.
#3751
opened Feb 1, 2023 by
copybara-service
bot
Loading…
Update Error Prone tests for the Android Lint version of
CheckReturnValue
.
#3678
opened Jan 3, 2023 by
copybara-service
bot
Loading…
Avoid ambiguous imports with
@UseImportPolicy(STATIC_IMPORT_ALWAYS)
#3584
opened Dec 7, 2022 by
Stephan202
Loading…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.