Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExceptionSummary (0.21 sec)

  1. maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java

            }
    
            return new ExceptionSummary(exception, message, reference, children);
        }
    
        private ExceptionSummary handle(ProjectBuildingResult result) {
            List<ExceptionSummary> children = new ArrayList<>();
    
            for (ModelProblem problem : result.getProblems()) {
                ExceptionSummary child = handle(problem, result.getProjectId());
                if (child != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 10:31:03 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top