Home
last modified time | relevance | path

Searched refs:EMPTY_STRING_ARRAY (Results 1 – 25 of 127) sorted by relevance

123456

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/test/java/org/springframework/test/context/
H A DMergedContextConfigurationTests.java58 EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, loader); in hashCodeWithEmptyArrays()
60 EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, loader); in hashCodeWithEmptyArrays()
67 EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, loader); in hashCodeWithEmptyArraysAndDifferentLoaders()
98 classes, EMPTY_STRING_ARRAY, loader); in hashCodeWithSameConfigClasses()
100 classes, EMPTY_STRING_ARRAY, loader); in hashCodeWithSameConfigClasses()
109 classes1, EMPTY_STRING_ARRAY, loader); in hashCodeWithDifferentConfigClasses()
111 classes2, EMPTY_STRING_ARRAY, loader); in hashCodeWithDifferentConfigClasses()
223 classes, EMPTY_STRING_ARRAY, loader); in equalsWithSameConfigClasses()
225 classes, EMPTY_STRING_ARRAY, loader); in equalsWithSameConfigClasses()
234 classes1, EMPTY_STRING_ARRAY, loader); in equalsWithDifferentConfigClasses()
[all …]
H A DContextLoaderUtilsTests.java42 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ContextLoaderUtilsTests
61 …assertAttributes(attributes, ClassesFoo.class, EMPTY_STRING_ARRAY, new Class<?>[] { FooConfig.clas… in assertClassesFooAttributes()
71 …assertAttributes(attributes, ClassesBar.class, EMPTY_STRING_ARRAY, new Class<?>[] { BarConfig.clas… in assertClassesBarAttributes()
98 …assertAttributes(attributesList.get(0), BareAnnotations.class, EMPTY_STRING_ARRAY, EMPTY_CLASS_ARR… in resolveContextConfigurationAttributesWithBareAnnotations()
167 assertMergedContextConfiguration(mergedConfig, testClass, EMPTY_STRING_ARRAY, in buildMergedContextConfigurationWithLocalAnnotationAndClasses()
189 assertMergedContextConfiguration(mergedConfig, testClass, EMPTY_STRING_ARRAY, in buildMergedContextConfigurationWithLocalAnnotationAndOverriddenContextLoaderAndClasses()
209 assertMergedContextConfiguration(mergedConfig, testClass, EMPTY_STRING_ARRAY, expectedClasses, in buildMergedContextConfigurationWithLocalAndInheritedAnnotationsAndClasses()
216 assertArrayEquals(EMPTY_STRING_ARRAY, profiles); in resolveActiveProfilesWithoutAnnotation()
222 assertArrayEquals(EMPTY_STRING_ARRAY, profiles); in resolveActiveProfilesWithNoProfilesDeclared()
228 assertArrayEquals(EMPTY_STRING_ARRAY, profiles); in resolveActiveProfilesWithEmptyProfiles()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/test/java/org/springframework/test/context/support/
H A DDelegatingSmartContextLoaderTests.java42 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in DelegatingSmartContextLoaderTests
57 EMPTY_STRING_ARRAY, EMPTY_CLASS_ARRAY, true, ContextLoader.class); in processContextConfigurationWithoutLocationsAndConfigurationClassesForBogusTestClass()
64 EMPTY_STRING_ARRAY, EMPTY_CLASS_ARRAY, true, ContextLoader.class); in processContextConfigurationWithDefaultXmlConfigGeneration()
73 EMPTY_STRING_ARRAY, EMPTY_CLASS_ARRAY, true, ContextLoader.class); in processContextConfigurationWithDefaultConfigurationClassGeneration()
82 …ImproperDuplicateDefaultXmlAndConfigClassTestCase.class, EMPTY_STRING_ARRAY, EMPTY_CLASS_ARRAY, tr… in processContextConfigurationWithDefaultXmlConfigAndConfigurationClassGeneration()
101 EMPTY_STRING_ARRAY, classes, true, ContextLoader.class); in processContextConfigurationWithConfigurationClass()
118 EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, loader); in loadContextWithoutLocationsAndConfigurationClasses()
136 EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, loader); in loadContextWithXmlConfig()
143EMPTY_STRING_ARRAY, new Class<?>[] { ConfigClassTestCase.Config.class }, EMPTY_STRING_ARRAY, loade… in loadContextWithConfigurationClass()
151 loader.processLocations(getClass(), EMPTY_STRING_ARRAY); in processLocations() local
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/test/context/
H A DMergedContextConfiguration.java60 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in MergedContextConfiguration
71 return locations == null ? EMPTY_STRING_ARRAY : locations; in processLocations()
80 return EMPTY_STRING_ARRAY; in processActiveProfiles()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/management/
H A DUtil.java41 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
43 return list.toArray(EMPTY_STRING_ARRAY); in toStringArray()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DImmutableMap.java98 return EMPTY_STRING_ARRAY; in keys()
201 return EMPTY_STRING_ARRAY; in keys()
223 protected static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ImmutableMap
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/
H A DStringJoiner.java69 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in StringJoiner
172 elts = EMPTY_STRING_ARRAY; in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java73 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
105 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
114 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java73 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
105 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
114 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java73 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
105 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
114 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java73 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
105 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
114 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/test/context/support/
H A DAbstractContextLoader.java54 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in AbstractContextLoader
150 return EMPTY_STRING_ARRAY; in generateDefaultLocations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java74 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
108 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
117 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java74 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
108 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
117 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java74 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
108 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
117 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleInfoWriter.java74 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in ModuleInfoWriter
108 String[] targets = e.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()
117 String[] targets = opens.targets().toArray(EMPTY_STRING_ARRAY); in toModuleInfo()

123456