Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ModifiedButNotUsed (0.26 sec)

  1. platforms/software/platform-base/build.gradle.kts

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

            "LoopOverCharArray", // 1 occurrences
            "MathAbsoluteNegative",
            "MissingCasesInEnumSwitch", // 7 occurrences
            "MixedMutabilityReturnType", // 5 occurrences
            "ModifiedButNotUsed", // 1 occurrences
            "MutablePublicArray", // 1 occurrences
            "NonApiType", // 3 occurrences
            "NonCanonicalType", // 3 occurrences
            "ObjectEqualsForPrimitives", // 3 occurrences
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top