Skip to content

Unreachable code in typeDataXmlLoader_Table.cs #13246

@xtqqczze

Description

@xtqqczze

This code is unreachable as columnEntriesNodeFound is initialized false but then never assigned true.

if (columnEntriesNodeFound)
{
this.ProcessDuplicateNode(n);
return null; // fatal
}

See also comment by @iSazonov in #13217 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIssue has been identified as a bug in the productResolution-No ActivityIssue has had no activity for 6 months or moreWG-Enginecore PowerShell engine, interpreter, and runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions