Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Infinite loop in set() in util/initProperty #69

@WebnetMobile

Description

@WebnetMobile

Hi

Looks like infinite loop in set() in util/initProperty's set():

https://github.com/JakeWharton/NineOldAndroids/blob/master/library/src/com/nineoldandroids/util/IntProperty.java#L41

    @Override
    final public void set(T object, Integer value) {
        set(object, value.intValue());
    }

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