Summary
When multiple inspectors call UpdateComprehensiveResult on the same TcoComprehensiveResult instance and more than one inspection fails, only the last failing inspector's description is preserved in the result. All previous failure descriptions are silently overwritten.
This makes it impossible to determine — after the fact — which specific inspections failed within a given production step, reducing traceability and complicating root-cause analysis.
Expected Behavior
All failure descriptions should be accumulated (appended), separated by a semicolon (;).
Summary
When multiple inspectors call
UpdateComprehensiveResulton the sameTcoComprehensiveResultinstance and more than one inspection fails, only the last failing inspector's description is preserved in the result. All previous failure descriptions are silently overwritten.This makes it impossible to determine — after the fact — which specific inspections failed within a given production step, reducing traceability and complicating root-cause analysis.
Expected Behavior
All failure descriptions should be accumulated (appended), separated by a semicolon (
;).