Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for MixedMutabilityReturnType (0.44 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/native/testing-native/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Plugins, tasks and domain objects for testing native code"
    
    errorprone {
        disabledChecks.addAll(
            "MixedMutabilityReturnType", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":diagnostics"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. platforms/software/publish/build.gradle.kts

    }
    
    description = "Base plugin for the maven and ivy publish plugins. Defines the publishing extension."
    
    errorprone {
        disabledChecks.addAll(
            "InlineMeSuggester", // 7 occurrences
            "MixedMutabilityReturnType", // 5 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
        )
    }
    
    dependencies {
        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.4K bytes
    - Viewed (0)
  4. subprojects/core-api/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "EmptyBlockTag", // 5 occurrences
            "InlineMeSuggester", // 1 occurrences
            "MalformedInlineTag", // 3 occurrences
            "MixedMutabilityReturnType", // 3 occurrences
            "NonApiType", // 1 occurrences
            "ObjectEqualsForPrimitives", // 2 occurrences
            "ReferenceEquality", // 2 occurrences
            "StringCharset", // 1 occurrences
    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

    description = "Plugins and domain objects for building different native languages"
    
    errorprone {
        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "JavaLangClash", // 1 occurrences
            "MixedMutabilityReturnType", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 10 occurrences
        )
    }
    
    dependencies {
    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. subprojects/diagnostics/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "InlineMeInliner", // 1 occurrences
            "MixedMutabilityReturnType", // 1 occurrences
            "NonApiType", // 5 occurrences
            "ProtectedMembersInFinalClass", // 1 occurrences
            "StringCaseLocaleUsage", // 3 occurrences
        )
    }
    
    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/build.gradle.kts

    }
    
    description = "Plugins that add support for generating IDE project files used for importing Gradle projects into IDEs"
    
    errorprone {
        disabledChecks.addAll(
            "MixedMutabilityReturnType", // 2 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":base-ide-plugins"))
        api(project(":base-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/build.gradle.kts

            "DoNotClaimAnnotations", // 6 occurrences
            "InconsistentCapitalization", // 1 occurrences
            "InvalidInlineTag", // 3 occurrences
            "MissingCasesInEnumSwitch", // 1 occurrences
            "MixedMutabilityReturnType", // 3 occurrences
            "OperatorPrecedence", // 2 occurrences
            "UnusedMethod", // 4 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/build.gradle.kts

            "InvalidParam", // 1 occurrences
            "LoopOverCharArray", // 1 occurrences
            "MathAbsoluteNegative",
            "MissingCasesInEnumSwitch", // 7 occurrences
            "MixedMutabilityReturnType", // 5 occurrences
            "ModifiedButNotUsed", // 1 occurrences
            "MutablePublicArray", // 1 occurrences
            "NonApiType", // 3 occurrences
            "NonCanonicalType", // 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)
  10. subprojects/core/build.gradle.kts

            "InlineMeSuggester", // 1 occurrences
            "InvalidBlockTag", // 1 occurrences
            "InvalidInlineTag", // 1 occurrences
            "MissingCasesInEnumSwitch", // 1 occurrences
            "MixedMutabilityReturnType", // 1 occurrences
            "ModifyCollectionInEnhancedForLoop", // 1 occurrences
            "MutablePublicArray", // 2 occurrences
            "NonApiType", // 1 occurrences
            "NonCanonicalType", // 16 occurrences
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top