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 | 24 | TODO |
Each tag is detailed below:
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 | 93 |
Number of occurrences found in the code: 24
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver | Line |
---|---|
this needs a cleanup in plexus archiver - use a real typesafe enum | 491 |
this should accept gz and bz2 as well so we can skip over the switch | 494 |
better handling | 507 |
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(); | 428 |
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). | 54 |
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 | 271 |
org.apache.maven.plugin.assembly.filter.ComponentsXmlArchiverFileFilter | Line |
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.FileFormatterTest | Line |
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.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?? | 107 |
org.apache.maven.plugin.assembly.io.DefaultAssemblyReader | Line |
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.AbstractAssemblyMojo | Line |
include dependencies marked for distribution under certain formats | 422 |
how, might we plug this into an installer, such as NSIS? | 423 |
Auto-generated method stub | 673 |
org.apache.maven.plugin.assembly.utils.AssemblyFileUtilsTest | Line |
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.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 |