jgaalen commented on code in PR #6256: URL: https://github.com/apache/jmeter/pull/6256#discussion_r1536236515
########## src/components/src/main/java/org/apache/jmeter/extractor/RegexExtractor.java: ########## @@ -71,6 +72,8 @@ public class RegexExtractor extends AbstractScopedTestElement implements PostPro private static final String UNDERSCORE = "_"; // $NON-NLS-1$ + private static final String FAILIFNOTFOUND = "RegexExtractor.fail_if_not_found"; Review Comment: @vlsi I've updated the code for the schema -- 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org