Hi Lindsay, Let's work on your code!
AI-generated. Review for clarity, accuracy, and sources before sharing.
Recipe marketplace
3,412 recipes across 128 projectsBroadly applicable cleanup, formatting, and best-practice recipes that apply across most Java, Kotlin, and Groovy codebases.
Spring Boot, Micronaut, Quarkus, and Jakarta EE migrations — upgrade versions and adopt new framework idioms.
Gradle and Maven upgrades, dependency management, and build configuration modernization.
AWS SDK v2 migration, container hardening, and infrastructure-as-code refactors for cloud-native workloads.
Find and fix CVEs, remove insecure APIs, and enforce secure-by-default configuration across your fleet.
JUnit 4 → 5 migration, assertion library upgrades, and test hygiene across large multi-repo estates.
Common static analysis issues
Results for Default
public List<Order> findAll() {
List<Order> result = new ArrayList<Order>();
var result = new ArrayList<Order>();
result.addAll(repository.fetch());
return Collections.unmodifiableList(result);
return List.copyOf(result);
}
String label = String.format("$%.2f", price);
var label = "$%.2f".formatted(price);
Commit failed for space-sdk — the branch has diverged and the working tree could not be updated.
Activity
| Name | Type | Organization | Status | Run by | Start time | |
|---|---|---|---|---|---|---|
| Common static analysis issues | Recipe run | Default | Finished | A | about 6 hours ago | |
| Common static analysis issues | Recipe run | Default | Finished | K | about 6 hours ago | |
| Common static analysis issues | Recipe run | Default | Finished | L | about 7 hours ago | |
| Recipe performance | Data table | Default | Completed | L | 4 minutes ago | |
| Find LST provenance | Recipe run | FINOS | Finished | T | about 14 hours ago | |
| LST provenance | Data table | FINOS | Completed | T | about 14 hours ago | |
| Dependency insight for Gradle and Maven | Recipe run | FINOS | Finished | T | about 14 hours ago | |
| Find LST provenance | Recipe run | Netflix + Spring | Finished | T | about 14 hours ago | |
| LST provenance | Data table | Netflix + Spring | Completed | T | about 14 hours ago | |
| Remediate vulnerabilities from the OWASP Top Ten | Recipe run | FINOS | Finished | T | about 14 hours ago | |
| Update Prethink context (no AI) | Recipe run | Netflix + Spring | Error | T | about 15 hours ago |