Skip to content

Duplicate "usage" entry in AST #29

@cal101

Description

@cal101

The code in the following string leads to a duplicated usage entry in the usage list:

        final String in = "public class Usage {\n"
                + "  public void f() {\n"
                + "    C ca[] = new C[2];\n"
                + "    String s[] = new String[ca.length];\n"
                + "    for (C c : ca) s[0] = c.toString();\n"
                + "  }\n"
                + "}\n";

I looked into the analyzer but could not locate it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions