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
TODO24TODO

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 improved93

TODO

Number of occurrences found in the code: 24

org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiverLine
this needs a cleanup in plexus archiver - use a real typesafe enum491
this should accept gz and bz2 as well so we can skip over the switch494
better handling507
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();428
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).54
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.FileFormatterTestLine
Should not be appending line-ending at the end if there is none in the source.116
Should not be appending line-ending at the end if there is none in the source.135
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 formats422
how, might we plug this into an installer, such as NSIS?423
Auto-generated method stub673
org.apache.maven.plugin.assembly.utils.AssemblyFileUtilsTestLine
Fix the end-of-document problem with line-ending conversions.133
Fix the end-of-document problem with line-ending conversions.143
Fix the end-of-document problem with line-ending conversions.153
Fix the end-of-document problem with line-ending conversions.163
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