Problem location : Task.java Problem found : TestTask.java (t38toString_empty()) When a task with no parameters is created, the method toString() should be empty "" but it returns an error Solution : delete the empty constructor Task()