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 | 0 | @todo |
TODO | 16 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 16
org.codehaus.mojo.nbm.AbstractNbmMojo | Line |
---|---|
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 timesaver | 380 |
org.codehaus.mojo.nbm.CreateClusterAppMojo | Line |
--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 related | 1078 |
org.codehaus.mojo.nbm.CreateClusterMojo | Line |
how to figure where the the buildDir/nbm directory is | 83 |
org.codehaus.mojo.nbm.CreateStandaloneMojo | Line |
- somehow check for last modified content to see if we shall be recreating the zip file. | 90 |
org.codehaus.mojo.nbm.CreateUpdateSiteMojo | Line |
check for bundles | 226 |
how to figure where the the buildDir/nbm directory is | 239 |
optimize and only do once per execution. | 400 |
org.codehaus.mojo.nbm.CreateWebstartAppMojo | Line |
, how to figure verify excludes.. | 269 |
is it really netbeans/ | 318 |
org.codehaus.mojo.nbm.NetBeansManifestUpdateMojo | Line |
report | 516 |
really UTF-8?? | 574 |
how to extract the public packages in osgi bundles easily.. | 861 |
org.codehaus.mojo.nbm.RunNetBeansMojo | Line |
--jdkhome | 211 |