Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertNotStarted (0.86 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/progress/DefaultProgressLoggerFactory.java

                if (!GUtil.isTrue(description)) {
                    throw new IllegalStateException("A description must be specified before this operation is started.");
                }
                assertNotStarted();
                state = State.started;
                previous = current.get();
                OperationIdentifier parentProgressId;
                if (parent == null) {
                    if (previous != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top