Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-2741

Show a more appropriate message when invalid BigDecimal shown; ideally allow it to be customised using @Digits.message

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Resolved
    • 2.0.0-M5
    • 2.0.0-M7
    • Core
    • None

    Description

      When we have a BigDecimal property with @Digits(10,3) we get a generic message.  This should be more suitable, and ideally could be customised.

      For example:

      @Digits(integer = 10, fraction = 3) // <<<<<<<<<<<< allow the message thrown by this
      @Property()
      @Parameter()
      @Target({ ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.ANNOTATION_TYPE })
      @Retention(RetentionPolicy.RUNTIME)
      public @interface Hours { }

      Attachments

        1. screenshot-1.png
          145 kB
          Daniel Keir Haywood

        Activity

          People

            hobrom Andi Huber
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: