Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for javaMethod (0.21 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/ArchUnitFixture.java

        }
    
        static ArchCondition<JavaMethod> useJavaxAnnotationNullable() {
            return new ArchCondition<JavaMethod>("use javax.annotation.Nullable") {
                @Override
                public void check(JavaMethod method, ConditionEvents events) {
                    // Check if method return type is annotated with the wrong Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/ClassLoaderUtils.java

        private static class ReflectionPackagesFetcher implements ClassLoaderPackagesFetcher {
            private static final JavaMethod<ClassLoader, Package[]> GET_PACKAGES_METHOD = JavaMethod.of(ClassLoader.class, Package[].class, "getPackages");
            private static final JavaMethod<ClassLoader, Package> GET_PACKAGE_METHOD = JavaMethod.of(ClassLoader.class, Package.class, "getPackage", String.class);
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. platforms/core-runtime/native/src/test/groovy/org/gradle/internal/nativeintegration/services/NativeServicesInitializationTest.groovy

                jar(Stoppable)
            ]
            ClassLoader classLoader = new URLClassLoader(jars, null as ClassLoader)
            Class nativeServicesClass = classLoader.loadClass(NativeServices.getName())
            JavaMethod nativeServicesGetInstance = JavaMethod.ofStatic(nativeServicesClass, nativeServicesClass, "getInstance")
    
            when:
            nativeServicesGetInstance.invokeStatic()
    
            then:
            def e = thrown(IllegalStateException)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 08:51:56 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestClassProcessor.java

    import org.gradle.internal.actor.Actor;
    import org.gradle.internal.actor.ActorFactory;
    import org.gradle.internal.id.IdGenerator;
    import org.gradle.internal.reflect.JavaMethod;
    import org.gradle.internal.reflect.JavaReflectionUtil;
    import org.gradle.internal.reflect.NoSuchMethodException;
    import org.gradle.internal.time.Clock;
    import org.gradle.util.internal.CollectionUtils;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 21:25:59 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

    import org.gradle.internal.classloader.SystemClassLoaderSpec;
    import org.gradle.internal.classpath.ClassPath;
    import org.gradle.internal.classpath.DefaultClassPath;
    import org.gradle.internal.reflect.JavaMethod;
    import org.gradle.internal.reflect.JavaReflectionUtil;
    import org.gradle.internal.reflect.NoSuchMethodException;
    import org.gradle.internal.reflect.NoSuchPropertyException;
    import org.gradle.internal.reflect.PropertyAccessor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/schemaBuilder/FunctionExtractor.kt

    import kotlin.reflect.KType
    import kotlin.reflect.KVisibility
    import kotlin.reflect.full.instanceParameter
    import kotlin.reflect.full.isSubtypeOf
    import kotlin.reflect.full.memberFunctions
    import kotlin.reflect.jvm.javaMethod
    import kotlin.reflect.typeOf
    
    
    interface FunctionExtractor {
        fun memberFunctions(kClass: KClass<*>, preIndex: DataSchemaBuilder.PreIndex): Iterable<SchemaMemberFunction>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 11:58:18 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  7. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/symbols/FirStandaloneNormalAnalysisSourceModuleSymbolByReferenceTestGenerated.java

        runTest("analysis/analysis-api/testData/symbols/symbolByReference/javaFieldWithTypeAnnotation.kt");
      }
    
      @Test
      @TestMetadata("javaMethod.kt")
      public void testJavaMethod() {
        runTest("analysis/analysis-api/testData/symbols/symbolByReference/javaMethod.kt");
      }
    
      @Test
      @TestMetadata("javaMethodWithExternalNotNullAnnotation.kt")
      public void testJavaMethodWithExternalNotNullAnnotation() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 09:36:27 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/tests-gen/org/jetbrains/kotlin/analysis/api/fe10/test/cases/generated/cases/symbols/Fe10IdeNormalAnalysisSourceModuleSymbolByReferenceTestGenerated.java

        runTest("analysis/analysis-api/testData/symbols/symbolByReference/javaFieldWithTypeAnnotation.kt");
      }
    
      @Test
      @TestMetadata("javaMethod.kt")
      public void testJavaMethod() {
        runTest("analysis/analysis-api/testData/symbols/symbolByReference/javaMethod.kt");
      }
    
      @Test
      @TestMetadata("javaMethodWithExternalNotNullAnnotation.kt")
      public void testJavaMethodWithExternalNotNullAnnotation() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 09:36:27 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/symbols/FirIdeNormalAnalysisSourceModuleSymbolByReferenceTestGenerated.java

        runTest("analysis/analysis-api/testData/symbols/symbolByReference/javaFieldWithTypeAnnotation.kt");
      }
    
      @Test
      @TestMetadata("javaMethod.kt")
      public void testJavaMethod() {
        runTest("analysis/analysis-api/testData/symbols/symbolByReference/javaMethod.kt");
      }
    
      @Test
      @TestMetadata("javaMethodWithExternalNotNullAnnotation.kt")
      public void testJavaMethodWithExternalNotNullAnnotation() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 09:36:27 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top