Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for UnusedMethod (0.17 sec)

  1. platforms/jvm/language-groovy/build.gradle.kts

        id("gradlebuild.distribution.api-java")
    }
    
    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"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. platforms/jvm/platform-jvm/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "StringCharset", // 1 occurrences
            "UnusedMethod", // 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
    - 2K bytes
    - Viewed (0)
  3. platforms/jvm/jacoco/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Plugin and integration with JaCoCo code coverage"
    
    errorprone {
        disabledChecks.addAll(
            "ReferenceEquality", // 3 occurrences
            "UnusedMethod", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":platform-jvm"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. subprojects/core-api/build.gradle.kts

            "NonApiType", // 1 occurrences
            "ObjectEqualsForPrimitives", // 2 occurrences
            "ReferenceEquality", // 2 occurrences
            "StringCharset", // 1 occurrences
            "UnusedMethod", // 1 occurrences
        )
    }
    
    dependencies {
        compileOnly(libs.jetbrainsAnnotations)
    
        api(project(":process-services"))
        api(projects.stdlibJavaExtensions)
        api(project(":build-cache-spi"))
    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/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"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java-base/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "UnusedMethod", // 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.2K bytes
    - Viewed (0)
  7. platforms/native/platform-native/build.gradle.kts

            "StaticAssignmentInConstructor", // 1 occurrences
            "StringCaseLocaleUsage", // 3 occurrences
            "StringCharset", // 2 occurrences
            "UnnecessaryTypeArgument", // 2 occurrences
            "UnusedMethod", // 11 occurrences
            "UnusedTypeParameter", // 1 occurrences
            "UnusedVariable", // 6 occurrences
        )
    }
    
    dependencies {
        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
    - 3.5K bytes
    - Viewed (0)
  8. platforms/jvm/scala/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Plugins for building Scala code with Gradle."
    
    errorprone {
        disabledChecks.addAll(
            "UnusedMethod", // 2 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":files"))
        api(project(":hashing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. platforms/native/language-native/build.gradle.kts

        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "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"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  10. platforms/jvm/language-java/build.gradle.kts

            "InvalidInlineTag", // 3 occurrences
            "MissingCasesInEnumSwitch", // 1 occurrences
            "MixedMutabilityReturnType", // 3 occurrences
            "OperatorPrecedence", // 2 occurrences
            "UnusedMethod", // 4 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        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
    - 4.4K bytes
    - Viewed (0)
Back to top