Problem location : Task.java Problem found : TestTask.java When a user is added to a task without an owner, when a user is assigned to the task then the task still has no owner Solution : Delete the empty constructor public Task()
If it's possible to create a task without an owner, getOwnerString() -> Should be null if no owner is set