Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for EnumOrdinal (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts

            "StatementSwitchToExpressionSwitch", // We should enable this.
            "StringConcatToTextBlock", // We should enable this.
            "ClassCanBeStatic", // We should enable this.
    
            // DISCUSS
            "EnumOrdinal", // This violation is ubiquitous, though most are benign.
            "EqualsGetClass", // Let's agree if we want to adopt Error Prone's idea of valid equals()
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:47:14 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top