Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            }
            if (top.isMatchedAtDispatchSite()) {
                return null;
            }
            return top.getCallerClassName();
        }
    
        @Override
        public void markCurrentCallAsIntercepted(String callableName, CallKind kind) {
            String result = findCallerForCurrentCallIfNotIntercepted(callableName, kind);
            if (result == null) {
                throw new IllegalStateException(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top