Details
-
Bug
-
Status: Resolved
-
High
-
Resolution: Done
-
None
-
None
-
None
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.