1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle static members in inner classes in `*CanBeStatic` checks More... 10 days ago
Fix PatternMatchingInstanceof false positive with generics More... 11 days ago
Don't add imports manually in PreferredInterfaceType.
ghm
More... 12 days ago
Add a test to confirm that qualifyType won't qualify java.lang.
ghm
More... 12 days ago
Fix a little typo.
ghm
More... 12 days ago
Bugfix assignment switch analysis in StatementSwitchToExpressionSwitch: if an assignment target is not a valid symbol, then don't attempt conversion. More... 16 days ago
Update references to javadoc APIs after the introduction of Markdown doc comments More... 16 days ago
Yet another JUnitIncompatibleType crash fix.
ghm
More... 16 days ago
Refactor comment handling in tokenization to use a new ErrorProneComment class that doesn't extend from javac's internal Comment More... 17 days ago
Update hamcrest to v2.2 More... 18 days ago
Add a disabled regression test for an UnusedVariable bug More... 18 days ago
Add an Error Prone check that reimplements javac sunapi warnings More... 22 days ago
Prepare for a change to the return type of `JCCompilationUnit#getImports` in an upcoming JDK version More... 23 days ago
Handle `null != CONST_CASE` in YodaCondition More... 24 days ago
Suggest fixes for some DeeplyNested findings More... 26 days ago
Fix yet another crash in JunitIncompatibleType.
ghm
More... 26 days ago
Automatic code cleanup. More... 29 days ago
Warn about usage of `toString` on `TypeMirror` and `Element`, not just `Type` and `Symbol`. More... 29 days ago
Don't rewrite `equal` to `==` for floating-point values. More... about 1 month ago
Remove a double "with".
ghm
More... about 1 month ago
Note in an exception message that the severity was invalid.
ghm
More... about 1 month ago
Discourage extremely deeply nested ASTs More... about 1 month ago
Tidy up some hamcrest usages.
ghm
More... about 1 month ago
Fix a crash in NestedInstanceOfConditions.
ghm
More... about 1 month ago
Add JDK 22 to matrix More... about 1 month ago
Document that multiple @AfterTemplates are a thing.
ghm
More... about 1 month ago
Generalise GuiceCreateInjectorWithCombineRefactor to match any use of `combine` within a varargs position.
ghm
More... about 1 month ago
UnnecessaryMethodReference: drop the requirement that the offending method reference must be a method argument.
ghm
More... about 1 month ago
Allow successful inlining of methods whose body just returns a single input parameter More... about 1 month ago
Add an initial check to simplify pattern matching instanceofs.
ghm
More... about 1 month ago