wassdak

Results 2 issues of wassdak

**Affected Method (full signature):** com.amaze.filemanager.filesystem.files.FileUtils.fromContentUri(@androidx.annotation.NonNull android.net.Uri uri) **Environment:** • AmazeFileManager: stock release/4.0 • Robolectric/JVM **Steps to Reproduce (Robolectric-friendly):** 1. Uri u = Uri.parse("content://com.example.provider/x"); (very short path) 2. Call File f...

Issue-Bug
Issue-Easy (good first issue)
Area-FileOperations

**Affected Method (full signature):** com.amaze.filemanager.filesystem.files.FileUtils.getPathsInPath(String path) **Environment:** • AmazeFileManager: stock release/4.0 (no local edits) • Java 17 (JVM unit tests) **Steps to Reproduce (pure Java):** 1. Call getPathsInPath("/") or getPathsInPath("...

Issue-Bug
Issue-Easy (good first issue)
Area-FileOperations