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 | 7 | @deprecated | 
| FIXME Work | 0 | fixme, @fixme | 
| Todo Work | 5 | todo, @todo | 
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 7
| org.apache.maven.plugin.testing.AbstractMojoTestCase | Line | 
|---|---|
| As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class but {@link MojoTest} instead. | 83 | 
| org.apache.maven.plugin.testing.MojoLogWrapper | Line | 
| As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class but {@link javax.inject.Inject} to inject a Log instance instead. | 29 | 
| org.apache.maven.plugin.testing.MojoParameters | Line | 
| As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class but {@link org.apache.maven.api.plugin.testing.MojoParameters} instead. | 26 | 
| org.apache.maven.plugin.testing.MojoRule | Line | 
| As of version 3.4.0, it is advised to work with JUnit5 tests which do not use rules but extensions {@link MojoExtension} instead. | 56 | 
| org.apache.maven.plugin.testing.ResolverExpressionEvaluatorStub | Line | 
| This stub is for deprecated JUnit 4 style tests. | 33 | 
| org.apache.maven.plugin.testing.WithoutMojo | Line | 
| As of version 3.4.0, it is advised to work with JUnit5 tests which do not use rules but extensions {@link MojoExtension} instead. | 34 | 
| org.apache.maven.plugin.testing.resources.TestResources | Line | 
| As of version 3.4.0, it is advised to work with JUnit5 tests which do not use rules but extensions {@link MojoExtension} instead. | 38 | 
Todo Work
Number of occurrences found in the code: 5
| org.apache.maven.plugin.testing.AbstractMojoTestCase | Line | 
|---|---|
| is there a helper for this somewhere? | 178 | 
| find out where this is probably done elsewhere | 668 | 
| org.apache.maven.plugin.testing.resources.TestResources | Line | 
| Provide alternative working directory naming for Windows, which still limits path names to ~250 charecters | 76 | 
| do modern filesystems still have this silly lastModified resolution? | 150 | 
| org.apache.maven.plugin.testing.stubs.StubArtifactRepository | Line | 
| Auto-generated method stub | 177 | 


