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 4 @todo
TODO 13 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 4

org.apache.maven.shared.jar.JarAnalyzer Line
why are inner classes and other potentially valid classes omitted? (It flukes it by finding everything after $) 70
org.apache.maven.shared.jar.identification.JarIdentificationAnalyzerTest Line
test the exposers individually instead of in aggregate here (and test the normalize, etc. methods here instead with controlled exposers) 31
org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer Line
this currently only provides for the 'empty' repository search, which isn't very useful 53
org.apache.maven.shared.jar.identification.exposers.StaticMainOutputExposer Line
not currently implemented 34

TODO

Number of occurrences found in the code: 13

org.apache.maven.shared.jar.classes.JarClassesAnalysis Line
check these since they are > instead of >= 143
org.apache.maven.shared.jar.classes.JarClassesAnalyzerTest Line
test for classes, methods, etc. 55
org.apache.maven.shared.jar.identification.JarIdentificationAnalyzerTest Line
assert potentials too 60
fix assertion assertEquals( "identification.version", "codec_release_1_0_0_interim_20030519095102_build", identification.getVersion() ); 75
assert potentials too 81
fix assertion assertEquals( "identification.name", "Apache Ant", identification.getName() ); 92
assert potentials too 96
org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer Line
suboptimal - we are reproducing Maven's built in default 76
org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposerTest Line
test others 49
test others 66
org.apache.maven.shared.jar.identification.exposers.StaticMainOutputExposer Line
Execute the static main methods of classes with 'Version' in their name. 56
org.apache.maven.shared.jar.identification.exposers.TextFileExposer Line
check for key=value pair. 84
maybe even for groupId entries. 85