Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LibWithAnonymousClasses (0.19 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseJavaClassChangeIncrementalCompilationIntegrationTest.groovy

            outputs.recompiledFqn("foo.Other") // should be foo.A and foo.Other
        }
    
        def "change to anonymous inner class recompiles enclosing class and consumer"() {
            def componentUnderTest = new LibWithAnonymousClasses()
            componentUnderTest.writeToProject()
    
            outputs.snapshot { run language.compileTaskName }
    
            when:
            componentUnderTest.modifyAnonymousImplementation()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top