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 1 @deprecated
FIXME Work 4 fixme, @fixme
Todo Work 11 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 1

org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo Line
Not used anymore and will be removed in future version 362

FIXME Work

Number of occurrences found in the code: 4

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... 62
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... 135
org.apache.maven.plugins.assembly.format.ReaderFormatter Line
${filter:*} could also trigger this condition. Need a better long-term solution. 68
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: 11

org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver Line
this should accept gz and bz2 as well so we can skip 503
over the switch 504
better handling 524
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). 55
org.apache.maven.plugins.assembly.archive.phase.ModuleSetAssemblyPhase Line
Remove if using something like commons-lang instead. 82
The following should be moved into a shared component, cause this test is the same as in maven-enforce rules ReactorModuleConvergence. 294
org.apache.maven.plugins.assembly.archive.task.AddDependencySetsTaskTest Line
Find a better way of testing the project-stubbing behavior when a ProjectBuildingException takes place. 185
org.apache.maven.plugins.assembly.artifact.DefaultDependencyResolver Line
such a call in MavenMetadataSource too - packaging not really the intention of type 133
org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo Line
include dependencies marked for distribution under certain formats 496
how, might we plug this into an installer, such as NSIS? 497
org.apache.maven.plugins.assembly.repository.DefaultRepositoryAssembler Line
will need to pop the processed project cache using reflection 63