Tag List Report

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
@todo 5 @todo
TODO 34 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 5

org.apache.maven.archiver.ManifestConfiguration Line
is this general enough to be in Plexus Archiver? 27
org.apache.maven.archiver.MavenArchiveConfiguration Line
is this general enough to be in Plexus Archiver? 33
org.apache.maven.archiver.MavenArchiver Line
Add user attributes list and user groups list 105
Add user attributes list and user groups list 186
org.apache.maven.archiver.MockArtifact Line
move to maven-artifact-test 36

TODO

Number of occurrences found in the code: 34

org.apache.maven.archiver.MavenArchiver Line
Should we replace "map" with a copy? Note, that we modify it! 253
this is only for applets - should we distinguish them as a packaging? 442
the correct solution here would be to have an extension type, and to read the real extension values either from the artifact's manifest or some part of the POM 468
rethink this, it wasn't working Artifact projectArtifact = project.getArtifact(); if ( projectArtifact.isSnapshot() ) { Manifest.Attribute buildNumberAttr = new Manifest.Attribute( "Build-Number", "" + project.getSnapshotDeploymentBuildNumber() ); m.addConfiguredAttribute( buildNumberAttr ); } 499
Should issue a warning here, but how do we get a logger? 644
getLog().warn( "Forced build is disabled, but disabling the forced mode isn't supported by the archiver." ); 645
org.apache.maven.archiver.MockArtifact Line
--No comment-- 130
--No comment-- 136
--No comment-- 142
--No comment-- 147
--No comment-- 153
--No comment-- 160
--No comment-- 165
--No comment-- 172
--No comment-- 177
--No comment-- 184
--No comment-- 189
--No comment-- 195
--No comment-- 206
--No comment-- 213
--No comment-- 223
--No comment-- 229
--No comment-- 240
--No comment-- 246
--No comment-- 252
--No comment-- 263
--No comment-- 269
--No comment-- 275
--No comment-- 281
--No comment-- 288
--No comment-- 293
--No comment-- 300
--No comment-- 308
--No comment-- 338