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 ClassTotal number of occurrencesTag strings used by tag class
@todo2@todo
TODO18TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.plugin.assembly.archive.archiver.SarUnArchiverLine
delete this class once the plexus maven plugin can merge a generated components.xml with an existing one.27
org.apache.maven.plugin.assembly.format.FileFormatterLine
this test can be improved95

TODO

Number of occurrences found in the code: 18

org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiverLine
this needs a cleanup in plexus archiver - use a real typesafe enum499
this should accept gz and bz2 as well so we can skip over the switch502
better handling515
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiverTestLine
Re-implement these tests on the createArchiver(..) method. For now, they're no big loss. public void testConfigureArchiverFinalizers_ShouldDoNothingWhenNotSupportedByArchiver() { MockManager mm = new MockManager();431
org.apache.maven.plugin.assembly.archive.ManifestCreationFinalizerLine
I'd really prefer to rewrite MavenArchiver as either a separate manifest creation utility (and to create an include pom.properties etc into another archiver), or an implementation of an archiver (the first is preferable).57
org.apache.maven.plugin.assembly.archive.task.AddDependencySetsTaskTestLine
Find a better way of testing the project-stubbing behavior when a ProjectBuildingException takes place.143
org.apache.maven.plugin.assembly.artifact.DefaultDependencyResolverLine
such a call in MavenMetadataSource too - packaging not really the intention of type271
org.apache.maven.plugin.assembly.filter.ComponentsXmlArchiverFileFilterLine
use WriterFactory.newXmlWriter() when plexus-utils is upgraded to 1.4.5+129
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+216
org.apache.maven.plugin.assembly.format.ReflectionPropertiesLine
remove the try-catch block when ReflectionValueExtractor.evaluate() throws no more exceptions77
org.apache.maven.plugin.assembly.interpolation.AssemblyInterpolatorLine
Will this adequately detect cycles between prefixed property references and prefixed project references??107
org.apache.maven.plugin.assembly.io.DefaultAssemblyReaderLine
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+239
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+274
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+319
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojoLine
include dependencies marked for distribution under certain formats413
how, might we plug this into an installer, such as NSIS?414
Auto-generated method stub664
org.apache.maven.plugin.assembly.utils.AssemblyFormatUtilsLine
This is BAD! Accessors SHOULD NOT change the behavior of the object. [jdcasey; 16-Aug-1007] This is fixed in SVN, just waiting for it to pass out of legacy.336