- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for Change (0.3 sec)
-
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 1055 } ] }, { "scenario" : "org.gradle.performance.regression.buildcache.TaskOutputCachingJavaPerformanceTest.clean assemble for non-abi change with local cache", "durations" : [ { "testProject" : "largeJavaMultiProject",
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Sep 08 06:58:31 UTC 2025 - 25.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/AbstractRuleTest.java
assertSame(processor1, registeredRule.getResponseProcessor()); // Change properties after registration TestResponseProcessor processor2 = new TestResponseProcessor(); testRule.setRuleId("changedId"); testRule.setResponseProcessor(processor2); // Verify changes are reflected (same object reference) assertEquals("changedId", registeredRule.getRuleId());
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 21.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/AbstractTransformerTest.java
assertNull(testTransformer.getName()); // Set name testTransformer.setName("testTransformer"); assertEquals("testTransformer", testTransformer.getName()); // Change name testTransformer.setName("changedName"); assertEquals("changedName", testTransformer.getName()); // Set null name testTransformer.setName(null);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 20.8K bytes - Viewed (0) -
guava/src/com/google/common/reflect/Types.java
* {@link TypeVariableImpl#equals(Object)} is changed to no longer be equal to custom TypeVariable * implementations. As a result, we need to make sure our TypeVariable implementation respects * symmetry. Moreover, we don't want to reconstruct a native type variable {@code <A>} using our * implementation unless some of its bounds have changed in resolution. This avoids creating
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
} }); factory.destroyObject(pooledObject); assertEquals(1, callOrder.size()); assertEquals("listener1", callOrder.get(0)); // Change listener factory.setOnDestroyListener(new OnDestroyListener<TestComponent>() { @Override public void onDestroy(PooledObject<TestComponent> p) { callOrder.add("listener2");
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19.3K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/Types.java
* {@link TypeVariableImpl#equals(Object)} is changed to no longer be equal to custom TypeVariable * implementations. As a result, we need to make sure our TypeVariable implementation respects * symmetry. Moreover, we don't want to reconstruct a native type variable {@code <A>} using our * implementation unless some of its bounds have changed in resolution. This avoids creating
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.6K bytes - Viewed (0) -
android/pom.xml
<description>Parent for guava artifacts</description> <url>https://github.com/google/guava</url> <properties> <!-- When building Guava, you can pass (e.g.) `-Dsurefire.toolchain.version=21` to change which version to run tests under. You may find that you need to use Java 11+ to *build* Guava, but it continues to work under Java 8, and you can run tests to verify that, as we do. -->
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<description>Parent for guava artifacts</description> <url>https://github.com/google/guava</url> <properties> <!-- When building Guava, you can pass (e.g.) `-Dsurefire.toolchain.version=21` to change which version to run tests under. You may find that you need to use Java 11+ to *build* Guava, but it continues to work under Java 8, and you can run tests to verify that, as we do. -->
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
guava-gwt/pom.xml
<!-- To avoid "java.io.IOException: User limit of inotify watches reached" under JDK10. Presumably we don't need inotify, since we don't intend to change files during the build? --> <extraJvmArgs>-Dgwt.watchFileChanges=false</extraJvmArgs> </configuration> </execution> <!--
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java
Thread reader = new Thread(new Runnable() { @Override public void run() { try { statusSetLatch.countDown(); // Poll for status change instead of fixed sleep long startTime = System.currentTimeMillis(); while (System.currentTimeMillis() - startTime < 500) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 25.6K bytes - Viewed (0)