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

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

XMLWordPrintable

      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.

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

              Created:
              Updated:
              Resolved: