bncriju commented on code in PR #6055: URL: https://github.com/apache/incubator-kie-drools/pull/6055#discussion_r1728476237
########## kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/MatchesFunction.java: ########## @@ -18,16 +18,21 @@ */ package org.kie.dmn.feel.runtime.functions; +import java.security.InvalidParameterException; Review Comment: @yesamer Whenever input/pattern is null, this is the most appropriate one to be used. it seems. This is used to catch this condition and whenever we verify this case in test as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
