thedarie / pe

0 stars 0 forks source link

Empty parameters leads to program crash #2

Open thedarie opened 2 years ago

thedarie commented 2 years ago

image.png

When /dep parameter is left blank, program crashes

Edit: after further testing, many other parameters when left blank will crash the program. Instead of creating many bug reports, I will just report them here

soc-se-bot commented 2 years ago

Team's Response

The wrong format detector will be updated in the future version

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Given that the command requires so many parameters, it is likely a user can miss one parameter or left it blank. In such cases, the program should be robust enough to handle such inputs instead of crashing. The crash also results in the loss of data since the data is not written until the bye command.