nus-cs2113-AY2223S2 / pe-dev-response

0 stars 0 forks source link

The load is aborted after first invalid pet #2661

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

File to replicate:

alice||13|192

Alice|||103

my aged dog invalid

mr-dog-sam|||66

aged-sammy||12|

Expected: Load 2 last valid pets which located in the file after the invalid one, notify the use about invalid line

Actual: The program doesn't load other pets which are valid if they are located after invalid pet input

image.png


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

SpawnageLoong commented 1 year ago

Team's Response

Similar to Issue #2662.

Program fails gracefully after attempting to load edited save file.

Corrupted/Edited file handling is not a feature in this version of the program.

Duplicate status (if any):

Duplicate of #2662