Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for UnusedMethod (0.2 sec)

  1. platforms/extensibility/plugin-use/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    errorprone {
        disabledChecks.addAll(
            "UnusedMethod", // 7 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":core-api"))
        api(project(":core"))
        api(project(":dependency-management"))
        api(project(":file-collections"))
        api(project(":stdlib-java-extensions"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. platforms/software/resources-gcs/build.gradle.kts

    }
    
    description = "Implementation for interacting with Google Cloud Storage (GCS) repositories"
    
    errorprone {
        disabledChecks.addAll(
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":resources"))
    
        api(libs.gcs)
        api(libs.jsr305)
    
        implementation(projects.stdlibJavaExtensions)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. platforms/software/resources-sftp/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Implementation for interacting with repositories over sftp"
    
    errorprone {
        disabledChecks.addAll(
            "UnusedMethod", // 2 occurrences
        )
    }
    
    dependencies {
        api(projects.concurrent)
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":core-api"))
        api(project(":resources"))
    
        api(libs.jsch)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. platforms/software/platform-base/build.gradle.kts

    }
    
    errorprone {
        disabledChecks.addAll(
            "MixedMutabilityReturnType", // 1 occurrences
            "ModifiedButNotUsed", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 5 occurrences
        )
    }
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. platforms/software/resources-http/build.gradle.kts

    }
    
    description = "Implementation for interacting with repositories over HTTP"
    
    errorprone {
        disabledChecks.addAll(
            "StringCaseLocaleUsage", // 2 occurrences
            "UnusedMethod", // 4 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. platforms/jvm/language-jvm/build.gradle.kts

    JVM-specific dependencies blocks and JVM test suite interfaces."""
    
    errorprone {
        disabledChecks.addAll(
            "OverridesJavaxInjectableMethod", // 1 occurrences
            "UnusedMethod", // 1 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":base-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. subprojects/composite-builds/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "FutureReturnValueIgnored", // 1 occurrences
            "SameNameButDifferent", // 11 occurrences
            "ThreadLocalUsage", // 1 occurrences
            "UnusedMethod", // 4 occurrences
        )
    }
    
    dependencies {
        api(projects.concurrent)
        api(projects.stdlibJavaExtensions)
        api(projects.serialization)
        api(projects.serviceProvider)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. platforms/software/ivy/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Publishing plugin for Ivy repositories"
    
    errorprone {
        disabledChecks.addAll(
            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. platforms/software/resources-s3/build.gradle.kts

    }
    
    description = "Implementation for interacting with S3 repositories"
    
    errorprone {
        disabledChecks.addAll(
            "NotJavadoc", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":core"))
        api(project(":core-api"))
        api(project(":resources"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:36 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. platforms/software/version-control/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Version control integration (with git) for source dependencies"
    
    errorprone {
        disabledChecks.addAll(
            "UnusedMethod", // 13 occurrences
            "UnusedVariable", // 3 occurrences
        )
    }
    
    dependencies {
        api(projects.concurrent)
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top