Skip to content

chore: AI code quality improvements (run 28770102825) - #897

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

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

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 6, 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