Bug 711 - The method task.toString() returns an error when the task is created with the empty constructor
Summary: The method task.toString() returns an error when the task is created with the...
Status: CONFIRMED
Alias: None
Product: CS3343_SEP_group8
Classification: Unclassified
Component: Model (show other bugs)
Version: version0
Hardware: PC Windows
: --- enhancement
Assignee: Meryem
URL:
Depends on:
Blocks:
 
Reported: 2022-11-16 16:56 HKT by Meryem
Modified: 2022-11-16 16:56 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Meryem 2022-11-16 16:56:32 HKT
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()