Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ConvertMethod (0.12 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/typeconversion/MapNotationConverter.java

            Set<String> missing = null;
            ConvertMethod convertMethod = null;
            Method method = null;
            while (method == null) {
                convertMethod = ConvertMethod.of(this.getClass());
                // since we need access to the method and that it's weakly referenced
                // we always need to double check that it hasn't been collected
                method = convertMethod.getMethod();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:52:07 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

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