Skip to content

Bug with onFailure at JsonHttpResponseHandler #105

@parodco

Description

@parodco

I think there are a bug at line 104 of JsonHttpResponseHandler.java. At this line calls the deprecated version of onFailure method (with only one parameter) and this force you to override this 3 methods:

public void onFailure(Throwable e, JSONObject errorResponse) {}
public void onFailure(Throwable e, JSONArray errorResponse) {}
and
public void onFailure(Throwable error) {}

when you want to use JsonHttpResponseHandler instead of only two.

Thanks.

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