vlsi commented on code in PR #6256: URL: https://github.com/apache/jmeter/pull/6256#discussion_r1535837920
########## 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: Please declare element properties in https://github.com/apache/jmeter/blob/09c3f810dda7efaf1510ac062454d978d90a0741/src/components/src/main/kotlin/org/apache/jmeter/extractor/RegexExtractorSchema.kt -- 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