Skip to content
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

ByteProcessor shouldn't throw checked exception #10767

Merged
merged 1 commit into from
Nov 3, 2020

Commits on Nov 3, 2020

  1. ByteProcessor shouldn't throw checked exception

    Motivation:
    There is no need for ByteProcessor to throw a checked exception.
    The declared checked exception causes unnecessary code complications just to propagate it.
    This can be cleaned up.
    
    Modification:
    ByteProcessor.process no longer declares to throw a checked exception, and all the places that were trying to cope with the checked exception have been simplified.
    
    Result:
    Simpler code.
    chrisvest committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f6ed615 View commit details
    Browse the repository at this point in the history