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 |
|---|---|---|
| FIXME | 7 | FIXME |
| Todo Work | 13 | todo |
Each tag is detailed below:
Number of occurrences found in the code: 7
| org.codehaus.mojo.appassembler.AssembleMojo | Line |
|---|---|
| After migration to Java 1.5 the following check could be done simpler! | 302 |
| org.codehaus.mojo.appassembler.GenerateDaemonsMojo | Line |
| /lib hard coded. Should be made configurable. via repositoryName like in AssembleMojo ? Might be refactored into AbstractAppAssemblerMojo? | 260 |
| org.codehaus.mojo.appassembler.daemon.DaemonGenerationRequest | Line |
| 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.AbstractBooterDaemonGenerator | Line |
| Check if this is correct new File("bin") ? | 121 |
Number of occurrences found in the code: 13
| org.codehaus.mojo.appassembler.AssembleMojo | Line |
|---|---|
| seems like a bug in the generator that the request is modified | 385 |
| org.codehaus.mojo.appassembler.CreateRepositoryMojo | Line |
| merge with the artifacts below so no duplicate versions included | 192 |
| org.codehaus.mojo.appassembler.GenerateDaemonsMojo | Line |
| split platform from generator (platform = operating systems, generator = jsw, booter, standard). Generator is a property of the daemon itself | 238 |
| see if it is possible to just inherit from the model daemon | 306 |
| see if it is possible to just inherit from the model JVM Settings | 362 |
| org.codehaus.mojo.appassembler.daemon.DaemonGenerationRequest | Line |
| what is the difference? | 48 |
| org.codehaus.mojo.appassembler.daemon.booter.AbstractBooterDaemonGenerator | Line |
| we're assuming state for things that don't really appear stateful | 77 |
| replace with org.codehaus.mojo.appassembler.booter.AppassemblerBooter.class.getName() and test - trygve | 97 |
| Transitively resolve the dependencies of the booter - for now we're just hardcoding them in | 111 |
| org.codehaus.mojo.appassembler.daemon.jsw.JavaServiceWrapperDaemonGenerator | Line |
| configurable? | 154 |
| selectively depending on selected platforms instead of always doing both | 368 |
| org.codehaus.mojo.appassembler.daemon.merge.DefaultDaemonMerger | Line |
| 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.FormattedProperties | Line |
| we should be updating the fileLines and propertyLines as a result of this too | 208 |