Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fillInFailureResolution (0.25 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/buildevents/BuildExceptionReporter.java

            FailureDetails details = new FailureDetails(failure, getShowStackTraceOption());
            details.summary.format("%s failed with an exception.", granularity);
    
            fillInFailureResolution(details);
    
            if (failure instanceof ContextAwareException) {
                ((ContextAwareException) failure).accept(new ExceptionFormattingVisitor(details));
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top