- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addViolation (0.07 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
if (equals(parent.getGroupId(), m.getGroupId()) && equals(parent.getArtifactId(), m.getArtifactId())) { addViolation( problems, Severity.FATAL, Version.BASE, "parent.artifactId", null,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 77.1K bytes - Viewed (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/validation/DefaultSettingsValidator.java
for (BuilderProblem problem : list) { addViolation(problems, Severity.valueOf(problem.getSeverity().name()), problem.getMessage()); } } // ---------------------------------------------------------------------- // Field validation // ----------------------------------------------------------------------
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0)