Class DiagnosticReport


public final class DiagnosticReport extends DiagnosticRenderer
Renders a DiagnosticSnapshot as the human-readable report printed by the diagnostic CLI command.

The report has five sections, in this order:

  1. Diagnostics — errors from compilation.
  2. Action Statistics — command counts and deferral count.
  3. Model Summary — per model: type, parent, element counts.
  4. Symbol Table — full location registry.
  5. Executed Actions — the model-construction command trace.

Sections whose underlying data is absent (no statistics recorded, no actions executed) are omitted entirely rather than printed empty.

See Also:
  • Constructor Details

    • DiagnosticReport

      public DiagnosticReport()
  • Method Details