Skip to main content

Module compare

Module compare 

Source
Expand description

Multi-Codebase Compare Enhancement — Invention 10.

Goes beyond symbol-level comparison to structural, conceptual, and pattern-level differences between codebases loaded in a workspace.

Structs§

CodebaseComparer
Compares two codebases at multiple levels.
CodebaseComparison
Full comparison result between two codebases.
ComparisonSummary
Summary statistics of a comparison.
ConceptualDiff
Conceptual diff — how high-level concepts differ.
MigrationStep
A migration step for porting from A to B.
ModuleDiff
Diff of a single module between two codebases.
PatternDiff
Pattern diff — how design patterns differ.
PatternVariation
A variation in how a pattern is applied.
StructuralDiff
Structural diff between two codebases.