nus-cs2113-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Entering age as "12093012930192039123" gives message that it is not an integer, for height #167

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

image.png

Expected: error message that height is too big Actual: input height is not an integer


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

siyuancheng178 commented 2 years ago

Team's Response

Integer/Long type variable overflow is handled by JVM internally as "not an integer". That is not a bug

Duplicate status (if any):

--