Skip to content

Duplicate vendordep uuids silently allowed #241

Open
@sciencewhiz

Description

@sciencewhiz

Right now, if there are multiple vendordeps with the same UUID, the first one found is used and others are silently ignored. This should throw an error, so that users can delete the wrong one.

// Don"t double-add a dependency!
if (dependencySet.findByName(dep.uuid) != null) {
return;
}

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