Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

In order parameter validation is broken #1443

@WonderCsabo

Description

@WonderCsabo

For example the following validation:

validatorHelper.param.inOrder() //
                .type(boolean.class.getName()).optional() //
                .type(long.class.getName()).optional() //
                .type(int.class.getName()).optional() //
                .validate(executableElement, valid);

allows this method:

void select(AdapterView<Adapter> a, long c, boolean b, Bundle bundle) { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions