Skip to content

stupid exception analyzer apparently includes leading trivia #28

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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