Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for emptyCache (0.07 seconds)

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

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

                    }
                """
    
            then:
            rule.maybeViolation(jApiType).humanExplanation =~ 'Is not annotated with @since 11.38'
    
            when:
            repository.emptyCaches()
            sourceFile.text = apiElement == 'enum' ? """
                    /**
                     * @since 11.38
                     */
                    public enum $TEST_INTERFACE_SIMPLE_NAME {
                        field;
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Jun 06 17:52:09 GMT 2025
    - 16K bytes
    - Click Count (0)
Back to Top