Skip to content

Verifies if "reference type" parameters are null #132

@ElemarJR

Description

@ElemarJR
void Foo(Fee a)
{
}

becomes

void Foo(Fee a)
{
   if (a == null) throw new ArgumentNullException(nameof(a))
}

Style: Refactoring
Severity: Hidden
Id: CC0078

@clklachu is working on it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions