Class FuzzReporter
java.lang.Object
org.ek9lang.compiler.fuzz.FuzzReporter
Handles periodic status output and final report formatting for the fuzz generator.
Also saves crash files for reproducibility.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprintFinalReport(FuzzReport report) Print the comprehensive final report.voidprintStatusLine(FuzzReport report) Print a one-line status update to stdout.voidprintTerseSummary(FuzzReport report) Print a single terse summary line for CI pass/fail gating.voidsaveCrashFile(Path crashDir, String source, Throwable exception, String prefix) Save a crash-triggering source file and its stack trace for reproduction.
-
Constructor Details
-
FuzzReporter
public FuzzReporter()
-
-
Method Details
-
printTerseSummary
Print a single terse summary line for CI pass/fail gating. -
printStatusLine
Print a one-line status update to stdout. -
printFinalReport
Print the comprehensive final report. -
saveCrashFile
-