Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Adding checkstyle check for redundant modifiers

Hi,

Coming out of a PR where I did add "public" to methods on an internface, I would like to add the checkstyle check for redundant modifiers: http://checkstyle.sourceforge.net/config_modifier.html#RedundantModifier

To biggest number of current violations would currently be the fact that some methods are declared `final` in a class which is declared `final` itself.

If there are no objections I would like to make a change, adding the check and fixing the newly discovered violations.

Cheers

Jens

--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top