Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd265a commit e8fd9edCopy full SHA for e8fd9ed
1 file changed
java/kotlin-extractor/src/main/kotlin/TrapWriter.kt
@@ -101,6 +101,7 @@ open class FileTrapWriter (
101
): TrapWriter (lm, bw) {
102
val populateFile = PopulateFile(this)
103
val splitFilePath = filePath.split("!/")
104
+ @Suppress("UNCHECKED_CAST")
105
val fileId =
106
(if(splitFilePath.size == 1)
107
populateFile.populateFile(File(filePath))
0 commit comments