Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Checkstyle config on packages

Hi

> As I added Checkstyle configuration that was missing on a couple of GRIA
> packages in g-Eclipse, I noticed that there were quite a number of other
> packages that were not using Checkstyle.
>
> So I've been through and set this up, for at least the core g-Eclipse
> code itself (eu.geclipse.*).
> There are some others, e.g. org.apache.*, which don't have settings, but
> I wasn't sure what your policy was on those packages.

well, all the plug-ins which don't start with   eu.geclipse (or the small 
at.jku ones)   contain just external libraries and at most some glue code, 
not much to check really in there. So no need to have checkstyle 
configurations there, but it doesn't hurt either.

Thanks for noticing and adding those!

Ariel


Back to the top