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 ClassTotal number of occurrencesTag strings used by tag class
FIXME7FIXME
Todo Work13todo

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 7

org.codehaus.mojo.appassembler.AssembleMojoLine
After migration to Java 1.5 the following check could be done simpler!302
org.codehaus.mojo.appassembler.GenerateDaemonsMojoLine
/lib hard coded. Should be made configurable. via repositoryName like in AssembleMojo ? Might be refactored into AbstractAppAssemblerMojo?260
org.codehaus.mojo.appassembler.daemon.DaemonGenerationRequestLine
What for is this needed?108
What for is this needed?118
Is this needed?128
Is this needed?138
org.codehaus.mojo.appassembler.daemon.booter.AbstractBooterDaemonGeneratorLine
Check if this is correct new File("bin") ?121

Todo Work

Number of occurrences found in the code: 13

org.codehaus.mojo.appassembler.AssembleMojoLine
seems like a bug in the generator that the request is modified385
org.codehaus.mojo.appassembler.CreateRepositoryMojoLine
merge with the artifacts below so no duplicate versions included192
org.codehaus.mojo.appassembler.GenerateDaemonsMojoLine
split platform from generator (platform = operating systems, generator = jsw, booter, standard). Generator is a property of the daemon itself238
see if it is possible to just inherit from the model daemon306
see if it is possible to just inherit from the model JVM Settings362
org.codehaus.mojo.appassembler.daemon.DaemonGenerationRequestLine
what is the difference?48
org.codehaus.mojo.appassembler.daemon.booter.AbstractBooterDaemonGeneratorLine
we're assuming state for things that don't really appear stateful77
replace with org.codehaus.mojo.appassembler.booter.AppassemblerBooter.class.getName() and test - trygve97
Transitively resolve the dependencies of the booter - for now we're just hardcoding them in111
org.codehaus.mojo.appassembler.daemon.jsw.JavaServiceWrapperDaemonGeneratorLine
configurable?154
selectively depending on selected platforms instead of always doing both368
org.codehaus.mojo.appassembler.daemon.merge.DefaultDaemonMergerLine
The above is not possible as long as the modello generated stuff returns an empty list on not set fields.95
org.codehaus.mojo.appassembler.util.FormattedPropertiesLine
we should be updating the fileLines and propertyLines as a result of this too208