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

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 6

org.apache.maven.plugins.assembly.artifact.DefaultDependencyResolver Line
remove using deprecated method 198
org.apache.maven.plugins.assembly.artifact.DefaultDependencyResolverTest Line
- this is not checked - because ms.UseAllReactorProjects is false 177
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... 57
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... 120
org.apache.maven.plugins.assembly.format.ReaderFormatter Line
${filter:*} could also trigger this condition. Need a better long-term solution. 70
org.apache.maven.plugins.assembly.utils.FilterUtils Line
Why is this added twice?? if ( additionalFilters != null && !additionalFilters.isEmpty() ) { allFilters.addAll( additionalFilters ); } 128

Todo Work

Number of occurrences found in the code: 6

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). 52
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. 265
org.apache.maven.plugins.assembly.archive.task.AddDependencySetsTaskTest Line
Find a better way of testing the project-stubbing behavior when a ProjectBuildingException takes place. 182
org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo Line
include dependencies marked for distribution under certain formats 471
how, might we plug this into an installer, such as NSIS? 472