Skip to content

[BUG] UpdateComprehensiveResult overwrites failure description instead of accumulating it #54

@mhareznik

Description

@mhareznik

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 (;).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions