- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 179 for nothing (8.18 sec)
-
src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java
DcerpcPipeHandle handle = createMockedDcerpcPipeHandle(); // Mock parent close() to do nothing - explicitly mock the super.close() behavior // The close method calls super.close(), then handle.close(), then pipe.close() lenient().doNothing().when((DcerpcHandle) handle).close(); // Setup close to call real method which will then call our mocked components
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilder.java
private Map<String, Object> params; private List<String> activeFeatures; /** * Constructs a new stored LTR query builder. */ public StoredLtrQueryBuilder() { // do nothing } @Override public String getWriteableName() { return NAME; } @Override protected void doWriteTo(final StreamOutput out) throws IOException {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java
assertEquals(0, values.length); } try (final ResponseData responseData = gcsClient.doGet("")) { fail(); } catch (CrawlerSystemException e) { // nothing } } public void test_doHead() throws Exception { try (final ResponseData responseData = gcsClient.doHead("gcs://fess/file1.txt")) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/Curl.java
public static final File tmpDir = new File(System.getProperty("java.io.tmpdir")); /** * Protected constructor to prevent direct instantiation but allow inheritance. */ protected Curl() { // nothing } /** * Creates a new CurlRequest with the HTTP GET method for the specified URL. * * @param url the URL to send the GET request to
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ParameterUtil.java
/** The field config prefix. */ protected static final String FIELD_PREFIX = "field.config."; /** * Protected constructor. */ protected ParameterUtil() { // nothing } /** * Parses parameter string into a map. * * @param value the parameter string * @return the parameter map */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeHandleInternalTest.java
} @Test @DisplayName("ensureDFSResolved(): no exception when underlying call succeeds") void ensureDFSResolved_success() throws Exception { // Arrange: default mock does nothing // Act: call method under test handle.ensureDFSResolved(); // Assert: interaction happened and did not throw verify(handle, times(1)).ensureDFSResolved();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
/** * Protected constructor to prevent instantiation of this utility class. * This class is designed to be used statically. */ protected ResourceUtil() { // nothing } /** * Gets the HTTP URL for the OpenSearch (Fesen) server. * First checks for a system-configured search engine address, * then falls back to the URL configured in FessConfig. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0) -
LICENSE
by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Jan 11 04:26:17 UTC 2021 - 11.1K bytes - Viewed (0) -
LICENSE
by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.Registered: Sat Dec 20 08:54:13 UTC 2025 - Last Modified: Thu Feb 20 19:53:57 UTC 2020 - 11.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/storage/StorageClientTest.java
assertEquals(0, values.length); } try (final ResponseData responseData = storageClient.doGet("")) { fail(); } catch (CrawlerSystemException e) { // nothing } } public void test_doHead() throws Exception { try (final ResponseData responseData = storageClient.doHead("storage://fess/file1.txt")) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.9K bytes - Viewed (0)