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
@todo0@todo
TODO16TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 16

org.codehaus.mojo.nbm.AbstractNbmMojoLine
I can see how someone might want to include an osgi bundle as library, not dependency. I guess it won't matter much in 6.9+, in older versions it could be a problem.78
, it would be nice to have a check to see if the "to-be-created" module nbm artifact is actually already in the list of dependencies (as "nbm-file") or not.. that would be a timesaver380
org.codehaus.mojo.nbm.CreateClusterAppMojoLine
--No comment--233
examine netbeans/config/Modules to see if the module is autoload/eager in verifyIntegrity these could be handled more gracefully than regular modules. eager is simpler, does not need to have module dependencies satisfied. autoload needs checking if any of the other modules declares a dependency on it. if not, also safe to ignore?325
still some free room there, what if they don't directly depend on each other but still are related1078
org.codehaus.mojo.nbm.CreateClusterMojoLine
how to figure where the the buildDir/nbm directory is83
org.codehaus.mojo.nbm.CreateStandaloneMojoLine
- somehow check for last modified content to see if we shall be recreating the zip file.90
org.codehaus.mojo.nbm.CreateUpdateSiteMojoLine
check for bundles226
how to figure where the the buildDir/nbm directory is239
optimize and only do once per execution.400
org.codehaus.mojo.nbm.CreateWebstartAppMojoLine
, how to figure verify excludes..269
is it really netbeans/318
org.codehaus.mojo.nbm.NetBeansManifestUpdateMojoLine
report516
really UTF-8??574
how to extract the public packages in osgi bundles easily..861
org.codehaus.mojo.nbm.RunNetBeansMojoLine
--jdkhome211