9
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unnecessary default branch for enum in switch statement More... over 1 year ago
Remove unused imports More... over 1 year ago
Replace hardcoded charsets with StandardCharsets More... over 1 year ago
Remove redundant modifiers More... over 1 year ago
Mark fields as final where appropriate More... over 1 year ago
Remove concatenation with empty string More... over 1 year ago
Remove unnecessary return statements More... over 1 year ago
Make inner classes static More... over 1 year ago
Remove usage of raw parametrized types More... over 1 year ago
Use Map.computeIfAbsent where appropriate More... over 1 year ago
Use Comparator.comparingInt where appropriate More... over 1 year ago
Replace Collections.sort(list, comparator) with list.sort(comparator) More... over 1 year ago
Replace for loops with enhanced for loops More... over 1 year ago
Replace anonymous types with lambda expressions or method references More... over 1 year ago
Fix javadoc of SimpleStepBuilder More... over 1 year ago
Refactor tests in spring-batch-test More... over 1 year ago
Refactor tests in spring-batch-integration More... over 1 year ago
Refactor tests in spring-batch-core More... over 1 year ago
Remove unused resources More... over 1 year ago
Refactor tests in spring-batch-infrastructure More... over 1 year ago
Add setter for ObservationConvention in Job/Step builders More... over 1 year ago
Refactor ReflectionUtils More... over 1 year ago
Remove redundant "extends Object" More... over 1 year ago
Move ObservabilitySampleStepTests to spring-batch-core More... over 1 year ago
Replace hardcoded charsets with StandardCharsets More... over 1 year ago
Remove tests that do not belong to Spring Batch test suite More... over 1 year ago
Remove unused class in tests More... over 1 year ago
Remove unused bean in JobLoaderConfigurationTests More... over 1 year ago
Fix datasource configuration in metrics sample More... over 1 year ago
Use lambdas and method references where appropriate More... over 1 year ago