We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71723a9 commit 71bbb07Copy full SHA for 71bbb07
utbot-core/src/main/kotlin/org/utbot/common/FileUtil.kt
@@ -105,7 +105,7 @@ object FileUtil {
105
return tempDir
106
}
107
108
- private fun URI.extractJarName(): URI = URI(this.schemeSpecificPart.substringBefore("!"))
+ private fun URI.extractJarName(): URI = URI(this.schemeSpecificPart.substringBefore("!").replace(" ", "%20"))
109
110
private fun extractClassFromArchive(archiveFile: Path, clazz: KClass<*>, destPath: Path) {
111
val classFilePath = clazz.toClassFilePath()
0 commit comments