| 1 | | | <body> |
| 2 | | | |
| 3 | | | The JCReport performs the following steps: |
| 4 | | | |
| 5 | | | <ol> |
| 6 | | | <li>Running tools on the source or class files.</li> |
| 7 | | | <li>Collecting XML files and merging them to one big report. Can be more XML |
| 8 | | | reports than tools supported, e.g. JCoverage, which is not run explicitly.</li> |
| 9 | | | <li>Converting the report into a HTML representation.</li> |
| 10 | | | </ol> |
| 11 | | | </body> |