/[Apache-SVN]/commons/proper/math/trunk/checkstyle.xml
ViewVC logotype

Log of /commons/proper/math/trunk/checkstyle.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 825919 - (view) (annotate) - [select for diffs]
Modified Fri Oct 16 14:51:55 2009 UTC (5 weeks, 5 days ago) by luc
File length: 6393 byte(s)
Diff to previous 824783 (colored)
tighten checkstyle rules: declaring multiple variables in one statement is now forbidden

Revision 824783 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 14:30:27 2009 UTC (6 weeks, 1 day ago) by luc
File length: 6081 byte(s)
Diff to previous 811833 (colored)
tightened checkstyle rules
catching top level exceptions (Exception, Throwable and RuntimeException) is now forbidden

Revision 811833 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 16:27:50 2009 UTC (2 months, 2 weeks ago) by luc
File length: 5994 byte(s)
Diff to previous 811827 (colored)
removed unnecessary parentheses

Revision 811827 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 15:32:50 2009 UTC (2 months, 2 weeks ago) by luc
File length: 5928 byte(s)
Diff to previous 811786 (colored)
use standard declaration order rules

Revision 811786 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 09:36:08 2009 UTC (2 months, 2 weeks ago) by luc
File length: 5552 byte(s)
Diff to previous 811783 (colored)
tighten rules for public/private/abstract/final/... modifiers

Revision 811783 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 08:56:58 2009 UTC (2 months, 2 weeks ago) by luc
File length: 5500 byte(s)
Diff to previous 811691 (colored)
added checkstyle rule to forbid @authors
authors should be listed in the pom file

Revision 811691 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 18:11:50 2009 UTC (2 months, 2 weeks ago) by psteitz
File length: 5230 byte(s)
Diff to previous 811690 (colored)
Added check for System.out.println stmts in code.

Revision 811690 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 18:00:17 2009 UTC (2 months, 2 weeks ago) by psteitz
File length: 4996 byte(s)
Diff to previous 811685 (colored)
Added check for newline at end of file.

Revision 811685 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 17:36:48 2009 UTC (2 months, 2 weeks ago) by psteitz
File length: 4904 byte(s)
Diff to previous 810238 (colored)
Removed trailing spaces.

Revision 810238 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 21:02:59 2009 UTC (2 months, 3 weeks ago) by luc
File length: 4655 byte(s)
Diff to previous 810196 (colored)
tighten checkstyle rules for hidden fields

Revision 810196 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 19:47:46 2009 UTC (2 months, 3 weeks ago) by luc
File length: 4544 byte(s)
Diff to previous 810179 (colored)
tighten rules for constants naming conventions

Revision 810179 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 19:12:50 2009 UTC (2 months, 3 weeks ago) by luc
File length: 4179 byte(s)
Diff to previous 810173 (colored)
tighten checkstyle rules for switch statements

Revision 810173 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 19:03:19 2009 UTC (2 months, 3 weeks ago) by luc
File length: 3435 byte(s)
Diff to previous 809744 (colored)
Added a check for utility class constructor which must be private to prevent instantiation

Revision 809744 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 20:59:15 2009 UTC (2 months, 3 weeks ago) by luc
File length: 3292 byte(s)
Diff to previous 766494 (colored)
tighten checkstyle rules for import statements

Revision 766494 - (view) (annotate) - [select for diffs]
Modified Sun Apr 19 18:05:48 2009 UTC (7 months, 1 week ago) by psteitz
File length: 3092 byte(s)
Diff to previous 722335 (colored)
Removed tabs.

Revision 722335 - (view) (annotate) - [select for diffs]
Modified Tue Dec 2 02:21:22 2008 UTC (11 months, 3 weeks ago) by psteitz
File length: 3023 byte(s)
Diff to previous 659441 (colored)
Moved math 2.0 branch to trunk.

Revision 659441 - (view) (annotate) - [select for diffs]
Modified Fri May 23 06:14:37 2008 UTC (18 months ago) by niallp
Original Path: commons/proper/math/branches/MATH_2_0/checkstyle.xml
File length: 3023 byte(s)
Diff to previous 658671 (colored)
COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed.
 - pom's need to use ${basedir} for configuration files as the multi-module profile is run from commons-parent, so if not specified it can't find those files
 - the checkstyle configuration file needs to use ${checkstyle.header.file} for the headerFile property and  <headerFile> element added to the plugin config in the pom.xml
 - fix m1 checkstyle config to reflect the above where appropriate (specify header file property)

Revision 658671 - (view) (annotate) - [select for diffs]
Modified Wed May 21 12:58:15 2008 UTC (18 months ago) by luc
Original Path: commons/proper/math/branches/MATH_2_0/checkstyle.xml
File length: 3063 byte(s)
Diff to previous 651200 (colored)
Configured checkstyle to stop complaining about incomplete Javadoc in some very specific cases.

This problem has been discussed previously here:
  http://markmail.org/message/pmbiyiqssjesq7tm

The solution implemented with this modification is to configure checkstyle
in such a way the errors can be filtered out using dedicated comments in the
source code:

  // CHECKSTYLE: stop JavadocMethodCheck

  // a bunch of functions known to trigger warnings
  // that we explicitly REFUSE to fix

  // CHECKSTYLE: resume JavadocMethodCheck

The checks are still performed normally in file parts not bracketed by
these comments. Hence the first few methods in o.a.c.m.stat.inference.TestUtils are
still checked for correct javadoc, and only for the last ones in the same files
are the checks relaxed.

Revision 651200 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 09:03:43 2008 UTC (19 months ago) by luc
Original Path: commons/proper/math/branches/MATH_2_0/checkstyle.xml
File length: 2588 byte(s)
Diff to previous 560660 (colored)
branching for initial work on 2.0
starting from a copy of trunk, shortly after 1.2 release

Revision 560660 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:34 2007 UTC (2 years, 3 months ago) by bayard
File length: 2588 byte(s)
Diff to previous 560658 (colored)
Moving to TLP

Revision 560658 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:15 2007 UTC (2 years, 3 months ago) by bayard
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 2588 byte(s)
Diff to previous 560657 (colored)
Moving back :)

Revision 560657 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:40:41 2007 UTC (2 years, 3 months ago) by bayard
Original Path: commons/commons/proper/math/trunk/checkstyle.xml
File length: 2588 byte(s)
Diff to previous 480435 (colored)
Moving to TLP

Revision 480435 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 07:06:35 2006 UTC (2 years, 11 months ago) by bayard
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 2588 byte(s)
Diff to previous 358644 (colored)
Fixed copyright header (committing in parts as the full commit timed out)

Revision 358644 - (view) (annotate) - [select for diffs]
Modified Thu Dec 22 21:59:17 2005 UTC (3 years, 11 months ago) by psteitz
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 2408 byte(s)
Diff to previous 155427 (colored)
Merged build fixes from MATH_1_1 release branch.

Revision 155427 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 13:11:52 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 1530 byte(s)
Diff to previous 141411 (colored)
svn:keywords correction

Revision 141411 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 21:40:25 2004 UTC (5 years, 4 months ago) by psteitz
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 1530 byte(s)
Diff to previous 141200 (colored)
Removed basedir property, causes updated plugin to fail.

Revision 141200 - (view) (annotate) - [select for diffs]
Modified Tue Apr 27 04:37:59 2004 UTC (5 years, 7 months ago) by brentworden
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 1582 byte(s)
Diff to previous 141107 (colored)
Fixed some checkstyle warnings.  Changed checkstyle settings to use APL 2.0.

Revision 141107 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 17:47:37 2004 UTC (5 years, 8 months ago) by psteitz
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 1528 byte(s)
Diff to previous 141011 (colored)
Added copyright notice and reference to 2.0 license.

Revision 141011 - (view) (annotate) - [select for diffs]
Added Fri Nov 14 21:46:30 2003 UTC (6 years ago) by mdiggory
Original Path: jakarta/commons/proper/math/trunk/checkstyle.xml
File length: 910 byte(s)
Recovering Tree

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2