We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017fde6 commit 20c2da9Copy full SHA for 20c2da9
1 file changed
core/src/main/kotlin/org/evomaster/core/problem/rest/service/RestIndividualBuilder.kt
@@ -102,6 +102,9 @@ class RestIndividualBuilder {
102
.forEach { it.revertToWeakReference() }
103
other.resetLocalIdRecursively()
104
105
+ //avoid possible taint id conflicts
106
+ other.seeAllActions().forEach { it.forceNewTaints() }
107
+
108
val duplicates = base.addInitializingActions(other.seeInitializingActions())
109
110
other.getFlattenMainEnterpriseActionGroup()!!.forEach { group ->
0 commit comments