ItEr50S04ValidacionEProbasFuncionaisItEr49S04: [Bug #381] Fixing bug.
Doing copy of the received argument.
This commit is contained in:
parent
c9e9631cf9
commit
728dae4b50
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ public class TaskList extends XulElement implements AfterCompose {
|
|||
FilterAndParentExpandedPredicates predicate) {
|
||||
this.context = context;
|
||||
this.doubleClickCommand = doubleClickCommand;
|
||||
this.currentTotalTasks = tasks;
|
||||
this.currentTotalTasks = new ArrayList<Task>(tasks);
|
||||
this.commandsOnTasksContextualized = commandsOnTasksContextualized;
|
||||
this.disabilityConfiguration = disabilityConfiguration;
|
||||
this.predicate = predicate;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue