Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for still (0.16 sec)

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

            'enum method'       | 'jApiMethod'
            'annotation'        | 'jApiClassifier'
            'annotation member' | 'jApiMethod'
        }
    
        def "if a type is annotated with @since a new #apiElement still requires it"() {
            given:
            JApiCompatibility jApiType = getProperty(jApiTypeName)
    
            when:
            sourceFile.text = apiElement.startsWith('enum') ? """
                    /**
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Dec 01 20:12:19 GMT 2023
    - 16K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    If you did not have a Java 11 SDK installed before importing the project into IntelliJ and after adding a Java 11 SDK your IntelliJ still uses the wrong SDK version, you might need to invalidate IntelliJ's caches before reloading the project.
    
    ## Making your change
    
    ### Code change guidelines
    
    All code contributions should contain the following:
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Sat May 04 07:43:02 GMT 2024
    - 15.6K bytes
    - Viewed (0)
Back to top