Removed unused checked exceptions#2036
Conversation
|
Removing exceptions... I thought this was a binary breaking change, but the API checks didn't fail for this change... I need to look at this further. |
|
Do you want me to try and split this between main and test? Also, I would think this would still be acceptable to do to non-public methods in main as users can't write code to link to them outside of reflection anyways. Finally, can you also provide more information on this project's stance on binary breaking change? Is this project fully against them, or this requires a special release?
|
bitwiseman
left a comment
There was a problem hiding this comment.
Updating with latest changes. Assuming japicmp reports all clear, we'll take this.
Thanks!

Description
Removes exceptions not thrown by the methods.