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
Deprecated Work 0 @deprecated
FIXME Work 1 fixme, @fixme
Todo Work 9 todo, @todo

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.shared.archiver.MavenArchiver Line
This query method SHOULD NOT affect the internal state of the artifact version, but it does. 381

Todo Work

Number of occurrences found in the code: 9

org.apache.maven.shared.archiver.ManifestConfiguration Line
Is this general enough to be in Plexus Archiver? 24
org.apache.maven.shared.archiver.MavenArchiveConfiguration Line
Is this general enough to be in Plexus Archiver? 32
Rename this attribute to manifestConfiguration; 42
Change the name of this method into getManifestConfiguration() 109
org.apache.maven.shared.archiver.MavenArchiver Line
Add user attributes list and user groups list 195
Should we replace "map" with a copy? Note, that we modify it! 248
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 ); } 449
Should issue a warning here, but how do we get a logger? 563
getLog().warn( "Forced build is disabled, but disabling the forced mode isn't supported by the archiver." ); 564