- summary: RBUILS-025: (Task) Errors in the Checkstyle reports --> RBUTILS-025: (Task) Errors in the Checkstyle reports
<b>Summary:</b> Errors in the Checkstyle reports.<p>
The errors are:
- number of files are not correct<br>
- if a file contains both duplicate code and some other errors, these errors are not shown together. They are shown in 2 different entries with the same filename.
We use a custom xsl file which is based on the original Checkstyle checkstyle-noframes-sorted.xsl (it seems to be revision 1.2) file; this file contains bug as noticed in the <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1292684&group_id=29721&atid=397078">1292684 bug</a>.<br>
The bug fux is already released ; it can also be retrieved at the
<a href="http://checkstyle.cvs.sourceforge.net/checkstyle/checkstyle/contrib/checkstyle-noframes-sorted.xsl?revision=1.3&view=markup">Checkstyle source revision 1.4</a>.
<br>
The <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1724028&group_id=29721&atid=397080">
1724028 bug</a> seems to be already integrated in the RbUtils xsl file.
<br>
We need to do a merge between files if we want to solve the problem.