- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ProjectBuildingResult (0.1 sec)
-
impl/maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java
List<ExceptionSummary> children = null; if (exception instanceof ProjectBuildingException) { List<ProjectBuildingResult> results = ((ProjectBuildingException) exception).getResults(); children = new ArrayList<>(); for (ProjectBuildingResult result : results) { ExceptionSummary child = handle(result); if (child != null) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 10.9K bytes - Viewed (0)