8000 Strings are being compared with != · Issue #110 · imglib/imglib2-algorithm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Strings are being compared with != #110
Open
@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

      0