Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for UnsupportedNotationException (0.25 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/ValidationActions.java

            try {
                doValidate(propertyName, value.get(), context);
            } catch (UnsupportedNotationException unsupportedNotationException) {
                reportUnsupportedValue(propertyName, context, targetType, value.get(), unsupportedNotationException.getCandidates());
            }
        }
    
        private static final String UNSUPPORTED_NOTATION = "UNSUPPORTED_NOTATION";
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskDependency.java

    import org.gradle.api.internal.provider.ValueSupplier;
    import org.gradle.api.tasks.TaskDependency;
    import org.gradle.internal.Cast;
    import org.gradle.internal.typeconversion.UnsupportedNotationException;
    
    import javax.annotation.Nonnull;
    import javax.annotation.Nullable;
    import java.nio.file.Path;
    import java.util.ArrayDeque;
    import java.util.ArrayList;
    import java.util.Collection;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 12:20:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.typeconversion.UnsupportedNotationException> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (UnsupportedNotationException.java:0)
    Class <org.gradle.internal.util.NumberUtil> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (NumberUtil.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