Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1.0
-
Fix Version/s: 2.1
-
Component/s: DSL for Business Domain
-
Labels:None
-
Number of attachments :
Description
Probably the regexp strings are parsed three times in a row by java code.
Example:
string emailAddress regexp "^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\\.[A-Za-z]{2,4}$" nullable;
Moved to next release, focus in 1.3 is on Presentation DSL.