Skip to content

Commit 20c2da9

Browse files
committed
avoid taint conflict in merge
1 parent 017fde6 commit 20c2da9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/src/main/kotlin/org/evomaster/core/problem/rest/service/RestIndividualBuilder.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ class RestIndividualBuilder {
102102
.forEach { it.revertToWeakReference() }
103103
other.resetLocalIdRecursively()
104104

105+
//avoid possible taint id conflicts
106+
other.seeAllActions().forEach { it.forceNewTaints() }
107+
105108
val duplicates = base.addInitializingActions(other.seeInitializingActions())
106109

107110
other.getFlattenMainEnterpriseActionGroup()!!.forEach { group ->

0 commit comments

Comments
 (0)