Skip to content

Commit 1002b70

Browse files
SBOne-Kenobidenis-fokin
authored andcommitted
Exclude mocking javax (#1124)
(cherry picked from commit 6ef5424)
1 parent c9e5d3d commit 1002b70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/engine/MockStrategy.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ private val systemPackages = setOf(
4747
"sun.misc",
4848
"jdk.internal",
4949
"kotlin.jvm.internal",
50-
"kotlin.internal"
50+
"kotlin.internal",
51+
"javax"
5152
)
5253

5354
private fun isSystemPackage(packageName: String): Boolean = systemPackages.any { packageName.startsWith(it) }

0 commit comments

Comments
 (0)