Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for UnusedVariable (0.42 sec)

  1. 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"))
        api(project(":core"))
        api(project(":logging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. platforms/software/resources-s3/build.gradle.kts

    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"))
        api(project(":resources-http"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:36 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. platforms/software/version-control/build.gradle.kts

        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"))
        api(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. 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"))
        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)
  5. platforms/native/language-native/build.gradle.kts

            "JavaLangClash", // 1 occurrences
            "MixedMutabilityReturnType", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 10 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":build-operations"))
        api(project(":concurrent"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. 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)
  7. platforms/jvm/language-groovy/build.gradle.kts

    }
    
    description = "Adds support for building Groovy projects"
    
    errorprone {
        disabledChecks.addAll(
            "ModifyCollectionInEnhancedForLoop", // 1 occurrences
            "UnusedMethod", // 4 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":build-option"))
        api(project(":core-api"))
        api(project(":core"))
        api(project(":files"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. platforms/software/maven/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "EqualsUnsafeCast", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 4 occurrences
            "UnusedVariable", // 3 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        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
    - 2.9K bytes
    - Viewed (0)
  9. platforms/native/platform-native/build.gradle.kts

            "StringCharset", // 2 occurrences
            "UnnecessaryTypeArgument", // 2 occurrences
            "UnusedMethod", // 11 occurrences
            "UnusedTypeParameter", // 1 occurrences
            "UnusedVariable", // 6 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":build-operations"))
        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
    - 3.5K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/build.gradle.kts

        id("gradlebuild.jmh")
    }
    
    description = "Implementation of configuration model types and annotation metadata handling (Providers, software model, conventions)"
    
    errorprone {
        disabledChecks.addAll(
            "UnusedVariable", // This cannot really be turned off, because of the false positive in errorprone (https://github.com/google/error-prone/issues/4409)
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top