You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extends the [Unreleased] entry with the Phase 4 + 6 follow-up work
shipped on this branch — the resolver is now wired end-to-end into
Analyzer and four Java detectors consume ctx.resolved() to emit
RESOLVED-tier edges with stable target FQNs:
- JpaEntityDetector — @onetomany / @manytoone MAPS_TO targets
- RepositoryDetector — JpaRepository<T, ID> entity FQN
- SpringRestDetector — @RequestBody DTO MAPS_TO edges
- ClassHierarchyDetector — EXTENDS / IMPLEMENTS FQN targets
Also covers the JavaSymbolResolver lazy-parse extension that lets the
orchestrator pass raw source content for Java (the structured parser
doesn't cover Java, so without this the resolver could never receive a
CompilationUnit).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments