Skip to content

Cascade misses multiple errors with the same text messages #69

Description

@amchiclet

Casade reports only one error for a piece of code such as the following. Perhaps, it uses just the text messages and not their locations to distinguish them.

public class C19 {
    Object c19m1() {
        return null;
    }

    @SuppressWarnings("rawtypes")
    @NonNull
    Object c19m5() {
        return null;
    }
}

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

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions