Skip to content

Commit

Permalink
[lang] Functions with a simple name starting with "empty" are now con…
Browse files Browse the repository at this point in the history
…sidered as pure.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 13, 2021
1 parent 070a7a4 commit 35ade6c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -56,6 +56,7 @@ public class PureOperationNameValidator implements IPureOperationNameValidator {
"contains(?:[A-Z1-9_][a-zA-Z1-9_]*)?", //$NON-NLS-1$
"cosh", //$NON-NLS-1$
"equals", //$NON-NLS-1$
"empty(?:[A-Z1-9_][a-zA-Z1-9_]*)?", //$NON-NLS-1$
"exp", //$NON-NLS-1$
"floor", //$NON-NLS-1$
"get(?:[A-Z1-9_][a-zA-Z1-9_]*)?", //$NON-NLS-1$
Expand Down

0 comments on commit 35ade6c

Please sign in to comment.