Version | Date | Description |
---|---|---|
3.1 | In SVN | |
3.0.1 | 2006-03-26 | |
3.0 | 2006-02-05 | |
2.5 | 2004-10-12 | |
2.4.1 | 2004-05-18 | |
2.4 | 2004-05-15 | |
2.3 | 2004-03-11 | |
2.2 | 2003-12-22 | |
2.1 | Unknown | |
2.0 | 2003-09-01 | |
1.1 | 2003-05-30 |
Type | Changes | By |
---|---|---|
The links to source xref files does not honor
maven.jxr.destdir
and
maven.jxr.destdir.test
.
Fixes MPCHECKSTYLE-52.
|
ltheussl | |
RSS file has incorrect links when used in multiproject build. Fixes MPCHECKSTYLE-38. | ltheussl | |
maven.checkstyle.header.file
now defaults to
${maven.license.licenseFile}
.
Fixes MPCHECKSTYLE-9.
|
ltheussl | |
ClassCastException when moving from 2.5 to 3.0. Use a jsl transform instead of ant's style task. Fixes MPCHECKSTYLE-53. Thanks to Bernard Durfee. | ltheussl |
Type | Changes | By |
---|---|---|
Upgraded to checkstyle 4.1. | ltheussl | |
Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39. | carlos | |
Added new summary report as front page. | carlos | |
Moved reports under the checkstyle folder and renamed. | carlos | |
Added maven.checkstyle.dir and move output files there. | carlos | |
Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt | carlos | |
The checkstyle plugin use the maven.xdoc.locale.default to generate the report. Fixes MPCHECKSTYLE-39. | aheritier | |
Ability to check test sources using property maven.checkstyle.check.tests Fixes MPCHECKSTYLE-30. | carlos | |
Generate reports filtered by severity | carlos | |
Support for Java5 | carlos | |
Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29. | carlos |
Type | Changes | By |
---|---|---|
Added new
maven.checkstyle.suppressions.file
property.
|
vmassol | |
Added generation of a Checkstyle RSS feed. | vmassol | |
Fix : Build failed if target directory and License file didn't exist. Fixes MPCHECKSTYLE-21. | aheritier |
Type | Changes | By |
---|---|---|
Fix checks built into plugin when not run on Windows. | brett |
Type | Changes | By |
---|---|---|
Allow Checkstyle plugin to access checks file from a URL. Fixes MPCHECKSTYLE-7. | evenisse | |
Upgraded to Checkstyle 3.4. | vmassol |
Type | Changes | By |
---|---|---|
Applied MPCHECKSTYLE-15. Fixes MPCHECKSTYLE-15. | dion | |
Upgraded to Checkstyle 3.3. | vmassol |
Type | Changes | By |
---|---|---|
The Checkstyle HTML report now provides information on severity. Fixes MPCHECKSTYLE-2. Thanks to Henri Tremblay. | vmassol | |
Prevent projects who do not use the head check from failing if they don't provide a license file. | vmassol | |
Upgraded to Checkstyle 3.2. | vmassol |
Type | Changes | By |
---|---|---|
Added ignoreLines 1, 6. Fixes MPCHECKSTYLE-3. | dion | |
Update to use maven.docs.*/maven.gen.docs | dion | |
Add maven dependency and classes directory to classpath. This stops 'Unable to get class information for ' < classname > ' errors. | dion | |
Add xml declaration to generated report. Fixed for character encoding. | evenisse | |
I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. Fixes MPCHANGELOG-9. | evenisse | |
Fixes MPCHECKSTYLE-1. | evenisse | |
Upgraded to Checkstyle 3.1. | vmassol | |
Updated documentation. | vmassol | |
Complete clean of the existing plugin. | vmassol |
Type | Changes | By |
---|---|---|
Added a new
maven.checkstyle.useFile
property. If false, the checkstyle task will display violations on stdout. If true, a text file will be created with the violations. Note: this is in addition to the XML result file (containing the viol
ations in XML format) which is always created.
|
vmassol |