Skip to content

stupid exception analyzer apparently includes leading trivia #28

@InsanityCode

Description

@InsanityCode
throw new Exception(
    "Sample Error Message.",
    new Exception()
    );

raises a warning about character repetition whereas

throw new Exception("Sample Error Message.", new Exception());

does not.

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