Skip to content

Mismatch between checkstyle fail counts and VI Analyzer reported fail counts #3

@pollockm

Description

@pollockm

Multiple items at play here.

VI Analyzer might have multiple failures on a single test on one VI (such as wire bends - one failure per bad wire, up to the max failures setting).

VI Analyzer counts this as one failed test, even if there are 5 instances of a bad wire.

Checkstyle sees all 5 failures as separate ones. UNLESS the description of the fail matches exactly the description of an existing fail, in which case Checkstyle removes duplicates and reports only one of the identical items.

Options for fix: increment the reported line number (currently hard coded to 0, since line numbers make no sense for us), do nothing, append something to the description (instance N, for example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions