Tempura-Person / pe

0 stars 0 forks source link

Logger is full of JavaFX error messages when scrolling with the scroll bar #3

Open Tempura-Person opened 1 year ago

Tempura-Person commented 1 year ago

image.png

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.

soc-pe-bot commented 1 year ago

Team's Response

Thank you for your feedback; however, here are some points to note:

  1. 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.
  2. This should not be classified as a Functionality Bug, as it does not hinder usage of the application by the user.
  3. 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]

Reason for disagreement: [replace this with your explanation]