Skip to content

Podam doesn't work with @PositiveOrZero and @Max #328

@onacit

Description

@onacit

The following code generated values over 255,

@Max(255)
@PositiveOrZero
private Integer someTinyIntUnsigned;

while the following code seems work.

@Max(255)
@Min(0)
private Integer someTinyIntUnsigned;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions