MCPcopy Create free account
hub / github.com/apache/tomcat / clearMatchGroups

Method clearMatchGroups

java/org/apache/catalina/ssi/SSIMediator.java:550–555  ·  view source on GitHub ↗

Clears all regex match group variables.

()

Source from the content-addressed store, hash-verified

548 * Clears all regex match group variables.
549 */
550 protected void clearMatchGroups() {
551 for (int i = 1; i <= lastMatchCount; i++) {
552 setVariableValue(Integer.toString(i), "");
553 }
554 lastMatchCount = 0;
555 }
556
557
558 /**

Callers 1

compareBranchesMethod · 0.80

Calls 2

setVariableValueMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected