Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for InputReferences (0.93 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/RuleBinder.java

            if (inputReferences.isEmpty()) {
                return ImmutableList.of();
            }
            ImmutableList.Builder<ModelBinding> bindings = ImmutableList.builderWithExpectedSize(inputReferences.size());
            for (BindingPredicate inputReference : inputReferences) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-groovy/src/main/java/org/gradle/model/dsl/internal/transform/RuleVisitor.java

            }
        }
    
        public void visitRuleClosure(ClosureExpression expression, Expression invocation, String invocationDisplayName) {
            InputReferences parentInputs = inputs;
            VariableExpression parentInputsVariable = inputsVariable;
            try {
                inputs = new InputReferences();
                inputsVariable = new VariableExpression("__rule_inputs_var_" + counter++, POTENTIAL_INPUTS);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.model.dsl.internal.transform.InputReferences> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (InputReferences.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top