- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for NPE (0.33 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/s3/S3ClientTest.java
} catch (final CrawlingAccessException e) { // ok } } public void test_accessTimeout_null_safety() { // Test that accessTimeoutTask null check prevents NPE S3Client client = new S3Client() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 20.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java
} catch (final CrawlingAccessException e) { // ok } } public void test_accessTimeout_null_safety() { // Test that accessTimeoutTask null check prevents NPE GcsClient client = new GcsClient() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 19.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
if (server != null) { server.stop(); } } } public void test_accessTimeout_null_safety() { // Test that accessTimeoutTask null check prevents NPE FtpClient client = new FtpClient() { @Override protected ResponseData getResponseData(final String uri, final boolean includeContent) { // Simulate quick completion before timeout
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 21.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/storage/StorageClientTest.java
} catch (final CrawlingAccessException e) { // ok } } public void test_accessTimeout_null_safety() { // Test that accessTimeoutTask null check prevents NPE StorageClient client = new StorageClient() { @Override protected ResponseData processRequest(final String uri, final boolean includeContent) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.9K bytes - Viewed (0)