crossminer / scava

https://eclipse.org/scava/
Eclipse Public License 2.0
18 stars 13 forks source link

Conflict between tasks with the same name #362

Closed blueoly closed 4 years ago

blueoly commented 4 years ago

I noticed that if I create two (or more) tasks with the same name under the same project, if I try to initiate any action to the second (or later) task, the action affects the first task in order. For example, if I have two tasks with the name "analysis" and I try to start/delete the second task, the first task is started/deleted.

So I propose to add a check that would not allow the creation of a task with an already used name under a project.

ambpro commented 4 years ago

@blueoly does the patch (344ac11) fix the issue above ?

blueoly commented 4 years ago

Abolutely! Thank you @ambpro