Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Operator_precedence (0.23 sec)

  1. platforms/documentation/docs-asciidoctor-extensions-base/build.gradle.kts

    }
    
    description = "Asciidoctor extensions that work with all backends"
    
    val asciiDoctorVersion = "2.5.11"
    
    errorprone {
        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "OperatorPrecedence", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
        )
    }
    
    dependencies {
        api("org.asciidoctor:asciidoctorj-api:$asciiDoctorVersion")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 30 10:37:52 UTC 2024
    - 711 bytes
    - Viewed (0)
  2. platforms/software/resources/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "A set of general-purpose resource abstractions"
    
    errorprone {
        disabledChecks.addAll(
            "OperatorPrecedence", // 9 occurrences
            "UndefinedEquals", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":build-operations"))
        api(project(":hashing"))
        api(project(":base-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 970 bytes
    - Viewed (0)
  3. platforms/software/testing-base/build.gradle.kts

    """
    
    errorprone {
        disabledChecks.addAll(
            "EmptyBlockTag", // 3 occurrences
            "InlineMeInliner", // 2 occurrences
            "MissingCasesInEnumSwitch", // 1 occurrences
            "OperatorPrecedence", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.baseServices)
        api(projects.buildOperations)
        api(projects.core)
        api(projects.coreApi)
        api(projects.enterpriseLogging)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/build.gradle.kts

            "InconsistentCapitalization", // 1 occurrences
            "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)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/build.gradle.kts

            "MutablePublicArray", // 1 occurrences
            "NonApiType", // 3 occurrences
            "NonCanonicalType", // 3 occurrences
            "ObjectEqualsForPrimitives", // 3 occurrences
            "OperatorPrecedence", // 2 occurrences
            "ReferenceEquality", // 10 occurrences
            "SameNameButDifferent", // 4 occurrences
            "StreamResourceLeak", // 1 occurrences
            "StringCaseLocaleUsage", // 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