Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

TagTotal number of occurences
@todo0
TODO6

Each tag is detailed below:

@todo

Number of occurences found in the code: 0

TODO

Number of occurences found in the code: 6

org.apache.maven.plugin.clover.CloverCheckMojoLine
Not perfect, need to find a better way. This is a hack!154
org.apache.maven.plugin.clover.CloverInstrumentInternalMojoLine
Ugly hack below. Changing the directory should be enough for changing the values of all other properties depending on it!194
This is a hack. Remove this when http://jira.codehaus.org/browse/MINSTALL-18 is fixed.198
use addArtifacts when it's implemented, see http://jira.codehaus.org/browse/MNG-2197377
org.apache.maven.plugin.clover.CloverReportMojoLine
Need some way to share config elements and code between report mojos and main build mojos. See http://jira.codehaus.org/browse/MNG-188646
org.apache.maven.plugin.clover.internal.AbstractCloverMojoLine
This method should not be static but we need it static here because we cannot share code between non report mojos and main build mojos. See http://jira.codehaus.org/browse/MNG-1886206