rageqqq / pe

0 stars 0 forks source link

Invalid date can be submitted #8

Open rageqqq opened 3 years ago

rageqqq commented 3 years ago

image.png

There is no 30th of february

nus-pe-bot commented 3 years ago

Team's Response

The deadline is rounded down to a valid date. This is the normal behavior for LocalDate in Java.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Allows adding of an invalid date, although the date seems to be converted to a proper one.

Allows adding of 29th of February even though it was not a leap year, but it was converted to 28th upon viewing the list. image.png


[original: nus-cs2113-AY2021S2/pe-interim#1308] [original labels: severity.Low type.FunctionalityBug]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

This is the regular behavior of the LocalDate class in Java.

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: [replace this with your reason]


:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your reason]