- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for Preservation (0.08 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 12.5K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/model/PropertiesTest.java
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; /** * Comprehensive test suite for Properties behavior in Maven models. * Tests order preservation, caching behavior, and WrapperProperties functionality. */ class PropertiesTest { @Nested class OrderPreservationTests { @Test void testPropertiesOrderPreservedInImmutableModel() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jun 12 07:26:53 UTC 2025 - 10.5K bytes - Viewed (0) -
src/test/java/jcifs/spnego/NegTokenInitTest.java
assertArrayEquals(secondEncoding, thirdEncoding, "Second and third encoding should be identical"); // Verify content preservation assertArrayEquals(mechs, parsed2.getMechanisms()); assertEquals(flags, parsed2.getContextFlags()); assertArrayEquals(mechToken, parsed2.getMechanismToken());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/RuleManagerTest.java
responseData3.setUrl("file:///local/file.txt"); Rule matchedRule3 = ruleManager.getRule(responseData3); assertNull(matchedRule3); // No match } /** * Test rule order preservation */ public void test_ruleOrderPreservation() { TestRule rule1 = new TestRule("rule1", false); TestRule rule2 = new TestRule("rule2", true);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 23.8K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/TypeResolver.java
* a clear specification for what annotations should mean on resolved TypeVariables * with modified bounds, annotation methods will throw * UnsupportedOperationException. Frameworks requiring annotation preservation * should use the original TypeVariable when bounds haven't changed. */ if (Types.NativeTypeVariableEquals.NATIVE_TYPE_VARIABLE_ONLY && Arrays.equals(bounds, resolvedBounds)) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 22:30:05 UTC 2025 - 25.3K bytes - Viewed (0) -
guava/src/com/google/common/reflect/TypeResolver.java
* a clear specification for what annotations should mean on resolved TypeVariables * with modified bounds, annotation methods will throw * UnsupportedOperationException. Frameworks requiring annotation preservation * should use the original TypeVariable when bounds haven't changed. */ if (Types.NativeTypeVariableEquals.NATIVE_TYPE_VARIABLE_ONLY && Arrays.equals(bounds, resolvedBounds)) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 22:30:05 UTC 2025 - 25.3K bytes - Viewed (0) -
LICENSE
that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; orRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 33.7K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
* Excel</a> spreadsheets. */ public static final MediaType MICROSOFT_EXCEL = createConstant(APPLICATION_TYPE, "vnd.ms-excel"); /** * <a href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000379.shtml">Microsoft * Outlook</a> items. * * @since 27.1 */ public static final MediaType MICROSOFT_OUTLOOK = createConstant(APPLICATION_TYPE, "vnd.ms-outlook");
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 02 01:46:40 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
* Excel</a> spreadsheets. */ public static final MediaType MICROSOFT_EXCEL = createConstant(APPLICATION_TYPE, "vnd.ms-excel"); /** * <a href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000379.shtml">Microsoft * Outlook</a> items. * * @since 27.1 */ public static final MediaType MICROSOFT_OUTLOOK = createConstant(APPLICATION_TYPE, "vnd.ms-outlook");
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 02 01:46:40 UTC 2025 - 48K bytes - Viewed (0)