- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 348 for UNKNOWN (0.1 sec)
-
src/main/java/jcifs/smb/SmbOperationException.java
true), SERVICE_UNAVAILABLE("Service temporarily unavailable", ErrorCategory.TRANSIENT, true), // Generic errors UNKNOWN_ERROR("Unknown error", ErrorCategory.UNKNOWN, false), INTERNAL_ERROR("Internal error", ErrorCategory.UNKNOWN, false); private final String description; private final ErrorCategory category; private final boolean retryable;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbSessionInternalTest.java
} // Edge: unknown service returns null per stub @Test @DisplayName("getSmbTree unknown service returns null as stubbed") void getSmbTree_unknownService() { when(session.getSmbTree(eq("share"), eq("UNKNOWN"))).thenReturn(null); assertNull(session.getSmbTree("share", "UNKNOWN")); verify(session).getSmbTree("share", "UNKNOWN"); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.8K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/toolchain/DefaultToolchainManagerTest.java
when(session.getRequest()).thenReturn(executionRequest); Session sessionv4 = mock(Session.class); when(session.getSession()).thenReturn(sessionv4); when(sessionv4.getToolchains()).thenReturn(toolchainModels); List<Toolchain> toolchains = toolchainManager.getToolchains(session, "unknown", null);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 11K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/FileTypeHelperTest.java
} public void test_setDefaultValue() { fileTypeHelper.setDefaultValue("unknown"); assertEquals("unknown", fileTypeHelper.getDefaultValue()); // Test that get() returns new default value assertEquals("unknown", fileTypeHelper.get("non/existent")); } public void test_setDefaultValue_withNull() { fileTypeHelper.setDefaultValue(null);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 5.3K bytes - Viewed (0) -
api/maven-api-cli/src/main/mdo/core-extensions.mdo
*/ public String getId() { return (getGroupId() == null ? "[unknown-group-id]" : getGroupId()) + ":" + (getArtifactId() == null ? "[unknown-artifact-id]" : getArtifactId()) + ":" + (getVersion() == null ? "[unknown-version]" : getVersion()); } ]]> </code> </codeSegment> </codeSegments> </class>Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtException.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
case FileSystemInformation.FS_FULL_SIZE_INFO -> new FileFsFullSizeInformation(); case FileSystemInformation.FS_SIZE_INFO -> new FileFsSizeInformation(); default -> throw new SMBProtocolDecodingException("Unknown filesystem info class " + infoClass); }; } /** * @param infoClass * @return * @throws SMBProtocolDecodingException */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoResponseTest.java
assertTrue(exception.getMessage().contains("Unknown quota info class")); } @Test @DisplayName("Test readBytesWireFormat with unknown info type throws exception") void testReadBytesWireFormatUnknownInfoType() { response = new Smb2QueryInfoResponse(mockConfig, (byte) 99, // Unknown info type (byte) 0);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/BoostQueryCommandTest.java
fail("Should have thrown InvalidQueryException"); } catch (InvalidQueryException e) { // Expected exception for unknown query type assertTrue(e.getMessage().contains("Unknown q:")); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17K bytes - Viewed (0) -
src/main/resources/mail/es_status.dfmail
/* [Crawler Notification] */ subject: [FESS] Status Change: /*pmb.hostname:orElse('Unknown')*/ >>> --- Server Info --- Cluster Name: /*pmb.clustername:orElse('Unknown')*/ Host Name: /*pmb.hostname:orElse('Unknown')*/ --- Status ---Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Oct 27 02:03:02 UTC 2016 - 291 bytes - Viewed (0)