The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 0 | @deprecated |
| FIXME Work | 3 | fixme, @fixme |
| Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 3
| org.apache.maven.doxia.tools.DefaultSiteTool | Line |
|---|---|
| this does not escape xml entities, see MSITE-226, PLXCOMP-118 | 546 |
| org.apache.maven.doxia.tools.SiteToolTest | Line |
| ! assertEquals( "downloads.html", tool.getRelativePath( to, from ) ); | 158 |
| ! assertEquals( tool.getRelativePath( to, from ), to ); | 163 |
Number of occurrences found in the code: 2
| org.apache.maven.doxia.tools.DefaultSiteTool | Line |
|---|---|
| this is a bit crude - proper type, or proper handling as metadata rather than an artifact in 2.1? | 1044 |
| org.apache.maven.doxia.tools.SiteToolTest | Line |
| Enable this test as soon as we haven a site.xml with head content as string | 263 |