palantir / palantir-java-format

A modern, lambda-friendly, 120 character Java formatter.
Apache License 2.0
424 stars 45 forks source link

Feature: Rule to remove unused throws declerations #959

Open HerrDerb opened 9 months ago

HerrDerb commented 9 months ago

Often, especially in test code, code gets cluttered with unused throws decerations which have their historical reason but where forgotten to remove.

As the the current formatting rule are able to remove unused import, it should also be possible to remove unused throws declerations. This would be a really nice feature which helps to keep code clean.