You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Check DSL currently does not allow defining static variables. support for this should be added to improve the performance (e.g. a java.util.regex.Pattern should be compiled only once rather than for each check execution).
a workaround exists: the static variable can be defined in a separate java helper class and then be referenced from within the Check DSL. however, this is an overkill if no such helper class exists yet and that static variable would be its only content.
The text was updated successfully, but these errors were encountered:
the Check DSL currently does not allow defining static variables. support for this should be added to improve the performance (e.g. a java.util.regex.Pattern should be compiled only once rather than for each check execution).
a workaround exists: the static variable can be defined in a separate java helper class and then be referenced from within the Check DSL. however, this is an overkill if no such helper class exists yet and that static variable would be its only content.
The text was updated successfully, but these errors were encountered: