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 2 @todo
TODO 20 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.plugin.assembly.archive.archiver.SarUnArchiver Line
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.FileFormatter Line
this test can be improved 98

TODO

Number of occurrences found in the code: 20

org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver Line
this needs a cleanup in plexus archiver - use a real typesafe enum 493
this should accept gz and bz2 as well so we can skip over the switch 496
better handling 509
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiverTest Line
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.ManifestCreationFinalizer Line
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.phase.ModuleSetAssemblyPhase Line
Remove if using something like commons-lang instead. 73
The following should be moved into a shared component, cause this test is the same as in maven-enforce rules ReactorModuleConvergence. 228
org.apache.maven.plugin.assembly.archive.task.AddDependencySetsTaskTest Line
Find a better way of testing the project-stubbing behavior when a ProjectBuildingException takes place. 143
org.apache.maven.plugin.assembly.artifact.DefaultDependencyResolver Line
such a call in MavenMetadataSource too - packaging not really the intention of type 260
org.apache.maven.plugin.assembly.filter.ComponentsXmlArchiverFileFilter Line
use WriterFactory.newXmlWriter() when plexus-utils is upgraded to 1.4.5+ 122
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+ 206
org.apache.maven.plugin.assembly.format.ReflectionProperties Line
remove the try-catch block when ReflectionValueExtractor.evaluate() throws no more exceptions 77
org.apache.maven.plugin.assembly.interpolation.AssemblyInterpolator Line
Will this adequately detect cycles between prefixed property references and prefixed project references?? 106
org.apache.maven.plugin.assembly.io.DefaultAssemblyReader Line
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+ 230
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+ 265
use ReaderFactory.newXmlReader() when plexus-utils is upgraded to 1.4.5+ 310
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo Line
include dependencies marked for distribution under certain formats 412
how, might we plug this into an installer, such as NSIS? 413
Auto-generated method stub 640
org.apache.maven.plugin.assembly.utils.AssemblyFormatUtils Line
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