nus-cs2113-AY2223S2 / forum

10 stars 0 forks source link

Debugging help for NoSuchElementException Error #35

Open Aung-Phone-Naing opened 1 year ago

Aung-Phone-Naing commented 1 year ago

Hi, I am using IntelliJ IDEA 2022.3.1 , Java 11 on a windows computer. So my issue is when I run the runtest.bat file for my code providing more than 1 commands in the input text file, the program starts to throw the exception NoSuchElementException in my Duke class in the run method (which basically contains the loop to take in the next line by reader until the termination command is given). The link to my repo has been attached below. @okkhoy May I seek your advise on this?

https://github.com/Aung-Phone-Naing/tp/tree/Bug-text-ui-testing-NoSuchElementException

okkhoy commented 1 year ago

Will take a look and respond.