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 5 fixme, @fixme
Todo Work 12 todo, @todo

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 5

org.apache.maven.plugins.assembly.filter.AbstractLineAggregatingHandler Line
This needs to be corrected in the AbstractArchiver, where runArchiveFinalizers() is called before regular resources are added... which is done because the manifest needs to be added first, and the manifest-creation component is a finalizer in the assembly plugin... 64
org.apache.maven.plugins.assembly.filter.ComponentsXmlArchiverFileFilter Line
This needs to be corrected in the AbstractArchiver, where runArchiveFinalizers() is called before regular resources are added... which is done because the manifest needs to be added first, and the manifest-creation component is a finalizer in the assembly plugin... 145
org.apache.maven.plugins.assembly.format.ReaderFormatter Line
${filter:*} could also trigger this condition. Need a better long-term solution. 67
org.apache.maven.plugins.assembly.io.DefaultAssemblyReaderTest Line
Deep merging should take place... public void testMergeComponentWithAssembly_ShouldMergeOneFileSetToOneOfExistingTwo() { Assembly assembly = new Assembly(); 380
org.apache.maven.plugins.assembly.utils.FilterUtils Line
Why is this added twice?? if ( additionalFilters != null && !additionalFilters.isEmpty() ) { allFilters.addAll( additionalFilters ); } 138

Todo Work

Number of occurrences found in the code: 12

org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver Line
this should accept gz and bz2 as well so we can skip 506
over the switch 507
better handling 523
org.apache.maven.plugins.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.plugins.assembly.archive.archiver.SarUnArchiver Line
delete this class once the plexus maven plugin can merge a generated components.xml with an 27
org.apache.maven.plugins.assembly.archive.phase.ModuleSetAssemblyPhase Line
Remove if using something like commons-lang instead. 80
The following should be moved into a shared component, cause this test is the same as in maven-enforce rules ReactorModuleConvergence. 307
org.apache.maven.plugins.assembly.archive.task.AddDependencySetsTaskTest Line
Find a better way of testing the project-stubbing behavior when a ProjectBuildingException takes place. 146
org.apache.maven.plugins.assembly.artifact.DefaultDependencyResolver Line
such a call in MavenMetadataSource too - packaging not really the intention of type 293
org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo Line
include dependencies marked for distribution under certain formats 453
how, might we plug this into an installer, such as NSIS? 454
org.apache.maven.plugins.assembly.repository.DefaultRepositoryAssembler Line
will need to pop the processed project cache using reflection 59