Skip to content

Blacklist compares mixed case with lower case #44

Description

@Helium314

final String lc = note.toLowerCase(Locale.US);

and
lc.contentEquals("CDWiFi") || // WLAN network on Czech railways

results in "CDWiFi" being compared to "cdwifi" when the entry should match, so this entry is useless (applies to others as well).

Proposed solution:
only use lowercase when comparing with lc.

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