You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of empty catch blocks in code and some with printStackTrace(). We need to handle these properly - log them and display to user if appropriate (use own Exception types to differentiate between these).
It would be fine to have some top-level catch block to display and log exceptions. Also ensure the application log file is created on start if doesn't exist.
The text was updated successfully, but these errors were encountered:
There's a lot of empty catch blocks in code and some with printStackTrace(). We need to handle these properly - log them and display to user if appropriate (use own Exception types to differentiate between these).
It would be fine to have some top-level catch block to display and log exceptions. Also ensure the application log file is created on start if doesn't exist.
The text was updated successfully, but these errors were encountered: