1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove a very literal change-detector test, and move the comment to the production code (which seems more discoverable).
ghm
More... about 11 hours ago
`VoidUsed`: flag `Void` variables being _used_, where they can simply be replaced with a literal `null`.
ghm
More... about 13 hours ago
Fix for a crash in RedundantSetterCall.
ghm
More... about 14 hours ago
Encourage when/thenReturn over doReturn/when.
ghm
More... 1 day ago
Stop mentioning `@Var` in[] More... 6 days ago
Correction to UseCorrectAssertInTests. More... 6 days ago
Fix a crash in JUnitIncompatibleType More... 8 days ago
NearbyCallers: scan the body of expression lambdas.
ghm
More... 9 days ago
Don't suggest `ImmutableSet` if `ImmutableList` is unused. More... 10 days ago
Allow `CONST_CASE != null` in YodaCondition More... 20 days ago
Add `@snippet` as a known inline tag.
ghm
More... 20 days ago
Drop text about 'legacy methods' From RestrictedApi methods More... 22 days ago
Warn about returning a null `Table`, too. More... 22 days ago
Handle unqualified instance method names in refaster More... 22 days ago
Wrangle `MixedArrayDimensions` to be an error internally, but not externally.
ghm
More... 22 days ago
Prepare RedundantSetterCall for becoming an ERROR.
ghm
More... 27 days ago
Fix an ArrayToString false positive for the varargs overload of `Joiner.join(Object, Object, Object...)` More... 28 days ago
Yoda conditions: consider static fields which are in `SHOUTY_CASE` to be constant.
ghm
More... 28 days ago
Remove mutable state from ThreadSafety.
ghm
More... 29 days ago
Tidy some SuggestedFix usages.
ghm
More... 29 days ago
Fix a crash in NonCanonicalType with type annotations More... about 1 month ago
Handle exhaustive switches on sealed types in MissingDefault More... about 1 month ago
Rename TruthSelfEquals to a more sensible name.
ghm
More... about 1 month ago
Fix a typo in `SuggestedFix.checkNotSyntheticConstructor`
ghm
More... about 1 month ago
Rip out `ImmutableNullComparison:EmitEmptyFixes`.
ghm
More... about 1 month ago
When an inlined method refers to method arguments in the true or false branch of a conditional statement, refuse to allow it to be inlined. More... about 1 month ago
Rip out `TestParametersNotInitialized:MoreRunners` flag.
ghm
More... about 1 month ago
ClassInitializationDeadlock: improve handling of classes that can't be initialized outside the current compilation unit More... about 1 month ago
Fix MultipleNullnessAnnotations's ability to read type annotations from type variable uses More... about 1 month ago
Document some suggested fixes for ClassInitializationDeadlock More... about 1 month ago