Skip to content

chore: AI code quality improvements (run 30239557020) - #900

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
ai-quality-agent/nightly-30239557020
Open

chore: AI code quality improvements (run 30239557020)#900
github-actions[bot] wants to merge 1 commit into
masterfrom
ai-quality-agent/nightly-30239557020

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

Automated PR from the AI Code Quality Agent (run 30239557020).

Changes may include (per CONVENTIONS.MD)

  • Auto-formatting via Spotless (Java) and Prettier (JS/TS)
  • Javadoc added to public classes / interfaces that had none
  • Immutability first: List.of() / Set.of() replaced with Guava ImmutableList.of() / ImmutableSet.of(); Collectors.toSet() replaced with ImmutableSet.toImmutableSet()
  • Ordered mutability: HashMapLinkedHashMap, HashSetLinkedHashSet; Collectors.toMapPepperStreamHelperHacked.toLinkedMap; Collectors.groupingBy with LinkedHashMap::new
  • Logging: SLF4J {} placeholders instead of string concatenation
  • Method ordering: recently-touched files reordered to follow the Stepdown Rule (entry points first, callees below their first caller)

Review checklist

  • CI passes (Build, Spotless, Static Analysis)
  • No unintended logic changes
  • Javadoc is accurate and meaningful
  • Review .github/ai-quality-discoveries.md — promote confirmed new patterns to CLAUDE.md, discard false positives

@github-actions github-actions Bot added the ai-agent Changes made by the AI code quality agent label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-agent Changes made by the AI code quality agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants