Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3887

Smarter range validation error messages

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Obsolete
    • Minor
    • None
    • None
    • Management
    • None

    Description

      A message like this is kind of silly: "Value must be between 0 and 9007199254740991".

      Smarter would be the ParameterValidator code that detects the message checking if the range max is Integer.MAX_INT (for an int) or Long.MAX_LONG (for a long) and if the bad value is below the max, just saying the equivalent of "Value must be greater than %d".

      Attachments

        Issue Links

          Activity

            People

              mpetrov@redhat.com Michal Petrov
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: