Skip to content

Strings are being compared with != #110

@scuniff

Description

@scuniff

2 Strings are being compared with !=

They should be using String.equals()

if ( let.getVarName() != var.getName() )

should be?

if (! let.getVarName().equals(var.getName()) )

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