lombok-intellij-plugin icon indicating copy to clipboard operation
lombok-intellij-plugin copied to clipboard

Feature request: remove unused @SneakyThrows on file save

Open spotlesscoder opened this issue 4 years ago • 0 comments

Consider the case where you change a method that throws exceptions and was annotated with @SneakyThrows when you started editing it. After you are done, the method would not throw any exceptions anymore.

When I save the file in such a case, I want the @SneakyThrows annotation to be removed automatically

spotlesscoder avatar Mar 19 '21 06:03 spotlesscoder