Open ysl-28 opened 1 year ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Methods missing from Event class
Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.
TheEvent
class in the class diagram is also missing its setter methods (setStart
andsetEnd), despite the
Task` class having them.Methods in the event class
[original: nus-cs2113-AY2223S2/pe-interim#1941] [original labels: severity.Medium type.DocumentationBug]
[This is the team's response to the above 'original' bug]
Thanks for the catch! We believe that this should be low severity instead.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: See issue severity explanation - the bug can technically be fixed independently of the bug that it was marked as a duplicate of.
Some methods are missing from the class diagram.
In
Task
, bothgetPriority()
andsetPriority()
are listed as methods of theTask
class.However,
RecurringDeadline
only has itsgetDay()
method listed and itssetDay()
method is missing.The same applies for
RecurringEvent
who is also missing itssetDay()
method.Methods of
RecurringDeadline
Methods of
RecurringEvent