Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-737

ApiDoc generator fails to parse string types with pattern containing {isBasicLatin}

    XMLWordPrintable

Details

    Description

      example typedef with failing pattern:

          typedef DisplayString {
              type string {
                  length "0..255";
                  pattern "((\p{IsBasicLatin}{0,255}))";
              }
          }
      

      parsing this type fails with IllegalArgumentException and stops further processing of api docs.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mcmarada Michal Cmarada
            mcmarada Michal Cmarada
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: