- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for removeWarningForTest (0.13 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java
} /** * Removes one or more warnings * * @param warnings the warning(s) to remove * @param testName the test name to remove the warning */ public void removeWarningForTest(String warnings, String testName) { transformations.add(new RemoveWarnings(Set.copyOf(Arrays.asList(warnings)), testName)); } /** * Adds one or more allowed warnings *Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 22.3K bytes - Click Count (0)