Skip to main content

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

On Thu, 2018-04-19 at 09:13 +0200, Jens Reimann wrote:
> 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://checksty
> le.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.
> 

+1

> Cheers
> 
> Jens
> 
> _______________________________________________
> hono-dev mailing list
> hono-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/hono-dev

Back to the top