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.
| Tag | Total number of occurences |
|---|
| @todo | 0 |
| TODO | 6 |
Each tag is detailed below:
Number of occurences found in the code: 0
Number of occurences found in the code: 6
| org.apache.maven.plugin.clover.CloverCheckMojo | Line |
|---|
| Not perfect, need to find a better way. This is a hack! | 154 |
| org.apache.maven.plugin.clover.CloverInstrumentInternalMojo | Line |
|---|
| 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-2197 | 377 |
| org.apache.maven.plugin.clover.CloverReportMojo | Line |
|---|
| Need some way to share config elements and code between report mojos and main build mojos. See http://jira.codehaus.org/browse/MNG-1886 | 46 |
| org.apache.maven.plugin.clover.internal.AbstractCloverMojo | Line |
|---|
| 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-1886 | 206 |