Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ModifyCollectionInEnhancedForLoop (0.44 sec)

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

    plugins {
        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. subprojects/core/build.gradle.kts

            "InvalidBlockTag", // 1 occurrences
            "InvalidInlineTag", // 1 occurrences
            "MissingCasesInEnumSwitch", // 1 occurrences
            "MixedMutabilityReturnType", // 1 occurrences
            "ModifyCollectionInEnhancedForLoop", // 1 occurrences
            "MutablePublicArray", // 2 occurrences
            "NonApiType", // 1 occurrences
            "NonCanonicalType", // 16 occurrences
            "NotJavadoc", // 1 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