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 |
---|---|---|
Deprecated Work | 0 | @deprecated |
FIXME Work | 0 | fixme, @fixme |
Todo Work | 14 | todo, @todo |
Each tag is detailed below:
Todo Work
Number of occurrences found in the code: 14
org.apache.maven.api.plugin.testing.MojoExtension | Line |
---|---|
find out where this is probably done elsewhere | 310 |
org.apache.maven.plugin.testing.AbstractMojoTestCase | Line |
add a way to use the plugin POM for the lookup so that the user doesn't have to provide the a:g:v:goal as the role hint for the mojo lookup. | 82 |
standardize the execution of the mojo and looking at the results, but could simply have a template method for verifying the state of the mojo post execution | 84 |
need a way to look at the state of the mojo without adding getters, this could be where we finally specify the expressions which extract values from the mojo. | 86 |
create a standard directory structure for picking up POMs to make this even easier, we really just need a testing descriptor and make this entirely declarative! | 88 |
is there a helper for this somewhere? | 185 |
find out where this is probably done elsewhere | 675 |
org.apache.maven.plugin.testing.PluginArtifactFileTest | Line |
dedicated test mojo | 30 |
find a way to automate testing of jar:file:/ test plugin URLs | 44 |
org.apache.maven.plugin.testing.SilentLog | Line |
Auto-generated method stub | 327 |
org.apache.maven.plugin.testing.resources.TestResources | Line |
Provide alternative working directory naming for Windows, which still limits path names to ~250 charecters | 70 |
ensure destination lastModified timestamp changes | 89 |
do modern filesystems still have this silly lastModified resolution? | 145 |
org.apache.maven.plugin.testing.stubs.StubArtifactRepository | Line |
Auto-generated method stub | 177 |