-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
-
The following lines of code is repeated 4 times inside this function and can be replaced with a call to a private method:
if (envVar.contains("ENC:")) { return resolveEncryptedExpression(envVar, flags); } else { return Expression.compile(envVar, flags); }