Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValueOf (0.21 sec)

  1. build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/PublicAPIRulesTest.groovy

                }
            """
    
            then:
            rule.maybeViolation(jApiMethod) == null
    
            where:
            implicitMethod | paramTypes
            "values"       | []
            "valueOf"      | ["java.lang.String"]
        }
    
        def "the @since annotation on implicit enum method '#implicitMethod' overload is required"() {
            given:
            def rule = withContext(new SinceAnnotationMissingRule([:]))
    Groovy
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Dec 01 20:12:19 GMT 2023
    - 16K bytes
    - Viewed (0)
Back to top