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 134f6c7 commit 6ef5424Copy full SHA for 6ef5424
utbot-framework/src/main/kotlin/org/utbot/engine/MockStrategy.kt
@@ -47,7 +47,8 @@ private val systemPackages = setOf(
47
"sun.misc",
48
"jdk.internal",
49
"kotlin.jvm.internal",
50
- "kotlin.internal"
+ "kotlin.internal",
51
+ "javax"
52
)
53
54
private fun isSystemPackage(packageName: String): Boolean = systemPackages.any { packageName.startsWith(it) }
0 commit comments