-
Notifications
You must be signed in to change notification settings - Fork 2
Empty list exceptions throwing empty lists #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ShaneMander
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice that we are reviewing our http responses. Overall, I think a few of the catch blocks can be simplified to not having the if (e.entity == EntityType....). Additionally, in some areas we seem to be adding catch-blocks for exceptions that aren't being thrown (although, it's possible I missed where exactly some are being thrown)
src/main/java/com/danielagapov/spawn/Controllers/ChatMessageController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/danielagapov/spawn/Controllers/ChatMessageController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/danielagapov/spawn/Controllers/EventController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/danielagapov/spawn/Controllers/LocationController.java
Outdated
Show resolved
Hide resolved
ShaneMander
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
The merge-base changed after approval.
|
Thanks for starting this off, @OnionFastener ! |
addressing #179