AY2122S2-CS2103T-W15-3 / tp

MIT License
0 stars 4 forks source link

[PE-D] Tach crashed when long string is parsed into json file #110

Closed nus-se-bot closed 2 years ago

nus-se-bot commented 2 years ago

Steps to reproduce bug:

  1. Head over to the addressbook.json file.
  2. Type in an incredibly long string for the name.

For example:

image.png

  1. Save and close the file.
  2. start up tach.

image.png

The program crashed while a ver long string is parsed into the JSON file.


Labels: type.FunctionalityBug severity.High original: tandeshao/ped#7

vanessaxuuan commented 2 years ago

Related to #142, will be fixed when #142 is fixed