- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for assumption (0.05 sec)
-
src/main/java/jcifs/smb/SmbFile.java
try { isDir = isDirectory(); } catch (SmbException e) { // If we can't determine directory status, assume file // Log the issue but continue with file assumptions log.debug("Unable to determine if resource is directory: {}", e.getMessage()); } // Directories only support read leases if (isDir) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
import okio.buffer import okio.fakefilesystem.FakeFileSystem import okio.use import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.Assertions.assertArrayEquals import org.junit.jupiter.api.Assumptions.assumeFalse import org.junit.jupiter.api.BeforeEach import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Tag import org.junit.jupiter.api.Test import org.junit.jupiter.api.Timeout
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0)