-
Notifications
You must be signed in to change notification settings - Fork 783
Pull requests: google/error-prone
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[IfChainToSwitch] bugfix to not attempt transformation when
null is duplicated
#5552
opened Feb 27, 2026 by
copybara-service
bot
Loading…
[IfChainToSwitch] bugfix: when a guard is present and
true, must be treated as an unguarded pattern
#5547
opened Feb 26, 2026 by
copybara-service
bot
Loading…
[StatementSwitchToExpressionSwitch] Refactor shared logic into SwitchUtils. No functional changes.
#5545
opened Feb 25, 2026 by
copybara-service
bot
Loading…
[IfChainToSwitch] bugfix to prevent invalid code generation by ensuring that a guard cannot be a
false literal
#5543
opened Feb 25, 2026 by
copybara-service
bot
Loading…
[IfChainToSwitch] bugfix to ensure that in generated code, any local variable referenced (but not declared in) a guard is effectively final
#5542
opened Feb 25, 2026 by
copybara-service
bot
Loading…
[IfChainToSwitch] fix bug wherein type checking is not sufficiently strict. Update unit tests.
#5536
opened Feb 24, 2026 by
copybara-service
bot
Loading…
[RefactorSwitch] flip flag to enable arrow-style switches to be converted to assignment switches
#5520
opened Feb 20, 2026 by
copybara-service
bot
Loading…
Skip Refaster matches when
@AfterTemplate returns a wider type
#5481
opened Feb 1, 2026 by
knutwannheden
Loading…
Bump org.assertj:assertj-core from 3.25.1 to 3.27.7 in /core in the maven group across 1 directory
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
#5466
opened Jan 26, 2026 by
dependabot
bot
Loading…
Added check for empty iterables on bug pattern StringConcatToTextBlock
#5371
opened Nov 26, 2025 by
CharliePrm88
Loading…
Use
release parameter for maven-compiler-plugin example
#5309
opened Nov 3, 2025 by
Marcono1234
Loading…
Remove reflection for accessing
DocCommentTable.getCommentTree.
#5288
opened Oct 21, 2025 by
copybara-service
bot
Loading…
Extend ProtoStringFieldReferenceEquality to support older versions of protobuf
#5260
opened Oct 4, 2025 by
styurin
Loading…
Make
SuppressibleTreePathScanner respect errorProneOptions().isIgnoreSuppressionAnnotations()
#5255
opened Sep 30, 2025 by
kelvinou01
Loading…
ByteBufferBackingArray: recognize hasArray() guards in conditionals
#5242
opened Sep 23, 2025 by
bc-lee
Loading…
fix: support implicit
@MethodSource to UnusedMethod
#5210
opened Aug 28, 2025 by
JarvisCraft
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.