Bug 706

Summary: Task is added without an owner
Product: CS3343_SEP_group8 Reporter: Meryem <malamikas2-c>
Component: ModelAssignee: Meryem <malamikas2-c>
Status: CONFIRMED ---    
Severity: major    
Priority: ---    
Version: version0   
Hardware: PC   
OS: Windows   

Description Meryem 2022-11-16 16:30:10 HKT
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()
Comment 1 Meryem 2022-11-16 16:37:51 HKT
If it's possible to create a task without an owner, getOwnerString() -> Should be null if no owner is set