You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: file-attribute-caching/src/main/kotlin/com/pkware/filesystem/attributecaching/AttributeCachingFileSystem.kt
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,8 @@ import java.util.UUID
19
19
* @param delegate The [FileSystem] to wrap and forward calls to.
20
20
* @param provider The [FileSystemProvider] associated with this [FileSystem].
Copy file name to clipboardExpand all lines: file-attribute-caching/src/main/kotlin/com/pkware/filesystem/attributecaching/AttributeCachingFileSystemProvider.kt
+18-24Lines changed: 18 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -292,18 +292,15 @@ internal class AttributeCachingFileSystemProvider : FileSystemProvider() {
Copy file name to clipboardExpand all lines: file-attribute-caching/src/test/kotlin/com/pkware/filesystem/attributecaching/AttributeCachingFileSystemTests.kt
+18-32Lines changed: 18 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -196,13 +196,12 @@ class AttributeCachingFileSystemTests {
196
196
197
197
@ParameterizedTest
198
198
@MethodSource("allFileSystems")
199
-
fun`getName returns a cachingPath`(fileSystem:FileSystem) =
0 commit comments