Skip to content

Commit

Permalink
Update core/src/main/kotlin/org/evomaster/core/problem/api/service/Ap…
Browse files Browse the repository at this point in the history
…iWsStructureMutator.kt
  • Loading branch information
agusaldasoro authored Nov 25, 2024
1 parent 2485432 commit 953409e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ abstract class ApiWsStructureMutator : StructureMutator() {
@Inject
protected lateinit var harvestResponseHandler: HarvestActualHttpWsResponseHandler

// TODO: This should only be initialized when config.generateSqlDataWithDSE is enabled
// TODO: Also, z3solver.close() should be invoked
// when the application is shutting down to stop the Docker container and clean the tmp folder
// TODO: z3solver.close() should be invoked when the application is shutting down to stop the Docker container and clean the tmp folder
@Inject
protected lateinit var z3Solver: SMTLibZ3DbConstraintSolver

Expand Down

0 comments on commit 953409e

Please sign in to comment.