1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Suggest fixes for some DeeplyNested findings More... 2 days ago
Fix yet another crash in JunitIncompatibleType.
ghm
More... 3 days ago
Automatic code cleanup. More... 6 days ago
Warn about usage of `toString` on `TypeMirror` and `Element`, not just `Type` and `Symbol`. More... 6 days ago
Don't rewrite `equal` to `==` for floating-point values. More... 7 days ago
Remove a double "with".
ghm
More... 7 days ago
Note in an exception message that the severity was invalid.
ghm
More... 8 days ago
Discourage extremely deeply nested ASTs More... 9 days ago
Tidy up some hamcrest usages.
ghm
More... 9 days ago
Fix a crash in NestedInstanceOfConditions.
ghm
More... 9 days ago
Add JDK 22 to matrix More... 10 days ago
Document that multiple @AfterTemplates are a thing.
ghm
More... 13 days ago
Generalise GuiceCreateInjectorWithCombineRefactor to match any use of `combine` within a varargs position.
ghm
More... 15 days ago
UnnecessaryMethodReference: drop the requirement that the offending method reference must be a method argument.
ghm
More... 15 days ago
Allow successful inlining of methods whose body just returns a single input parameter More... 15 days ago
Add an initial check to simplify pattern matching instanceofs.
ghm
More... 21 days ago
Fix VoidUnused findings in EP.
ghm
More... 21 days ago
Create ErrorProne to discourage nesting Modules.combine() inside Guice.createInjector() More... 22 days ago
Flag comparisons of `SomeEnum.valueOf(...)` to `null`. More... 22 days ago
Don't scan into nested enums in ClassInitializationDeadlock More... 23 days ago
Make the logic of detecting at least one allowed usage more explicit. More... 23 days ago
Remove a very literal change-detector test, and move the comment to the production code (which seems more discoverable).
ghm
More... 29 days ago
`VoidUsed`: flag `Void` variables being _used_, where they can simply be replaced with a literal `null`.
ghm
More... 29 days ago
Fix for a crash in RedundantSetterCall.
ghm
More... 29 days ago
Encourage when/thenReturn over doReturn/when.
ghm
More... 30 days ago
Stop mentioning `@Var` in[] More... about 1 month ago
Correction to UseCorrectAssertInTests. More... about 1 month ago
Fix a crash in JUnitIncompatibleType More... about 1 month ago
NearbyCallers: scan the body of expression lambdas.
ghm
More... about 1 month ago
Don't suggest `ImmutableSet` if `ImmutableList` is unused. More... about 1 month ago