Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/CallInterceptingMetaClass.java

                throw new IllegalStateException("this is an unreachable statement, the call above always throws an exception");
            } finally {
                if (!invokedOriginal.invoked) {
                    callsTracker.markCurrentCallAsIntercepted(name, kind);
                }
            }
        }
    
        private static Invocation callOriginalReportingInvocation(Object receiver, Object[] arguments, Callable<Object> doCallOriginal, Runnable reportCallOriginal) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top