Hi

this reminds me that I would like to modify the Stanbol code
conventions to avoid all things like

    public void testMethod(String param1
                                      String param2

and use

    public void testMethod(String param1
            String param2

instead.

AFAIK this would affect method declarations, @Annotations(..) and new
Stirng[]{..}

Reto have you seen that the convention folder contains rules for Sonar [1]

best
Rupert

[1] http://www.sonarsource.org/


On Tue, Feb 26, 2013 at 6:29 AM, Reto Bachmann-Gmür <[email protected]> wrote:
> Hello
>
> After netbeans pointed me to some "style violations" I've noticed that
> checkstyle:checkstyle find several thousand such violations. Ha anyone
> experience with chekstyle? Could we create rules to configure the plugin to
> be in line with our eclipse-xml coding conventions?
>
> Also, could we publish the maven generated reports/sites somewhere? More
> useful than the checkstyle reports would be the javadocs.
>
> Cheers,
> Reto



--
| Rupert Westenthaler             [email protected]
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to