Skip to content

TwitterRipper: Linter warning: probably incorrect Long.equals(String) #531

@metaprime

Description

@metaprime

[Java] Unlikely argument type for equals(): String seems to be unrelated to Long

        Long lastMaxID = 0L;
...
            if (tweets.size() == 1 &&
                    lastMaxID.equals(tweets.get(0).getString("id_str"))
                    ) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions