- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasLocation (0.04 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuildingResultWithLocationAssert.java
} public ProjectBuildingResultWithLocationAssert hasLocation(int columnNumber, int lineNumber) { assertNotNull(actual); boolean hasLocation = actual.getProblems().stream() .anyMatch(p -> p.getLineNumber() == lineNumber && p.getColumnNumber() == columnNumber); if (!hasLocation) { String actualLocations = actual.getProblems().stream()Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 2.7K bytes - Click Count (0)