You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Jeffrey Dever <js...@sympatico.ca> on 2003/01/30 04:12:57 UTC

Re: [VOTE] checkstyle rules - results

The results are pretty conclusive.  Everyone's votes were counted (as 
best I could figure them out!).  Feel free to recount if you have any 
doubts.  I'll make the change to checkstyle.properties tomorrow to match 
the results.

checkstyle.maxlinelen=100
+1 7
 0 0
-1 1

checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$
+1 6
 0 0
-1 0

checkstyle.pattern.package=^[a-z]+(\.[a-z]*)*$
+16
 0 0
-1 0

checkstyle.header.file=license.regexp
checkstyle.header.regexp=true
+16
 0 0
-1 0

checkstyle.ignore.maxlinelen=Header:
+16
 0 0
-1 0

checkstyle.tab.width=4
+16
 0 0
-1 0

checkstyle.pattern.member=^_?[a-z][a-zA-Z0-9]*$
+11
 0 2
-1 5

Jeffrey Dever wrote:

> There has not been any more discussion on this topic so its time to 
> call a vote.  Please vote on each entry with one of the following answers:
> +1 agree
> 0  don't care
> -1 disagree
>
> For more information on what these mean, please see the email thread 
> on this and the checkstyle documentation:
> http://archives.apache.org/eyebrowse/ReadMsg?listName=commons-httpclient-dev@jakarta.apache.org&msgNo=1316 
>
> http://checkstyle.sourceforge.net/config.html
>
> checkstyle.maxlinelen=100
>
> checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$
>
> checkstyle.pattern.package=^[a-z]+(\.[a-z]*)*$
>
> checkstyle.header.file=license.regexp
> checkstyle.header.regexp=true
>
> checkstyle.ignore.maxlinelen=Header:
>
> checkstyle.tab.width=4
>
> checkstyle.pattern.member=^_?[a-z][a-zA-Z0-9]*$
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> commons-httpclient-dev-help@jakarta.apache.org
>
>