What problem does it solve?
Scan entire codebase for orphaned, unclaimed, or dead code missed by entry-point analysis. Identifies active orphans (REST endpoints, Kafka consumers, scheduled jobs, stored procedures with no entry point coverage), classifies code as Active, Dead, or Uncertain, extracts functionality details, assesses risk, and recommends modernization path.
Core Features & Use Cases
- Builds a unified set of claimed files from modernization-output fingerprints to separate known-good from unclaimed code.
- Recursively scans the legacy codebase across Java, JSP, SQL, configuration, and other files to identify unclaimed files.
- Classifies unclaimed files into Active Orphan, Dead Code, or Uncertain with evidence on usage, references, and recent activity.
- For active orphans, extracts entry points, behavior, data dependencies, error handling, integration points, security considerations, and evidence to guide modernization planning.
Quick Start
Run the orphan scanner to detect and report unclaimed code in the repository.