Attempting to do something as simple as navigating contacts through the scroll bar results in the terminal being flooded with hundreds of JavaFX error messages.
This makes it hard for users to determine what has gone wrong when a different error occurs in the program, as they would be unable to find the error message.
This would also cause panic in the user despite it not significantly affecting normal functionality.
Thank you for your feedback; however, here are some points to note:
Loggers are meant for implementers to know what happens to the application in case of problems, etc. As a user, you should not be paying attention to console logs. Therefore, your claim that "this would also cause panic in the user despite it not significantly affecting normal functionality" is untrue.
This should not be classified as a Functionality Bug, as it does not hinder usage of the application by the user.
These are not error messages but warnings. EduMate still works perfectly fine despite these warning messages. Therefore, your claim that "this makes it hard for users to determine what has gone wrong when a different error occurs in the programme" is also untrue.
Items for the Tester to Verify
:question: Issue response
Team chose [response.Rejected]
[ ] I disagree
Reason for disagreement: [replace this with your explanation]
Attempting to do something as simple as navigating contacts through the scroll bar results in the terminal being flooded with hundreds of JavaFX error messages. This makes it hard for users to determine what has gone wrong when a different error occurs in the program, as they would be unable to find the error message. This would also cause panic in the user despite it not significantly affecting normal functionality.