- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for InputLocationTracker (0.06 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
if (activation == null) { return; } class ActivationFrame { String location; Optional<? extends InputLocationTracker> parent; ActivationFrame(String location, Optional<? extends InputLocationTracker> parent) { this.location = location; this.parent = parent; } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 03 15:06:05 UTC 2025 - 66.8K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/InputLocation.java
import java.util.stream.Collectors; /** * Class InputLocation. * * @version $Revision$ $Date$ */ @SuppressWarnings("all") public final class InputLocation implements java.io.Serializable, Cloneable, InputLocationTracker { // --------------------------/ // - Class/Member Variables -/ // --------------------------/ /** * The one-based line number. The value will be non-positive if * unknown.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 13.5K bytes - Viewed (0)