Skip to content

"convert ternary to if"- hint does not apply #42

@markiewb

Description

@markiewb
        String a = null,b = null;
        //hints apply
        String var1;
        var1 = (suffix == null) ? suffix : suffix;
        //hints do not apply
        String var2 = (suffix == null) ? suffix : suffix;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions