Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
tighten checkstyle rules: declaring multiple variables in one statement is now forbidden
tightened checkstyle rules catching top level exceptions (Exception, Throwable and RuntimeException) is now forbidden
removed unnecessary parentheses
use standard declaration order rules
tighten rules for public/private/abstract/final/... modifiers
added checkstyle rule to forbid @authors authors should be listed in the pom file
Added check for System.out.println stmts in code.
Added check for newline at end of file.
Removed trailing spaces.
tighten checkstyle rules for hidden fields
tighten rules for constants naming conventions
tighten checkstyle rules for switch statements
Added a check for utility class constructor which must be private to prevent instantiation
tighten checkstyle rules for import statements
Removed tabs.
Moved math 2.0 branch to trunk.
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)
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.
branching for initial work on 2.0 starting from a copy of trunk, shortly after 1.2 release
Moving to TLP
Moving back :)
Moving to TLP
Fixed copyright header (committing in parts as the full commit timed out)
Merged build fixes from MATH_1_1 release branch.
svn:keywords correction
Removed basedir property, causes updated plugin to fail.
Fixed some checkstyle warnings. Changed checkstyle settings to use APL 2.0.
Added copyright notice and reference to 2.0 license.
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |