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 | 11 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 11
| org.apache.maven.plugins.changes.ChangesDeprecatedReport | Line |
|---|---|
| use {@code change} goal | 30 |
| org.apache.maven.plugins.changes.announcement.AnnouncementMojo | Line |
| ignored; remove from your configs | 204 |
| use {@link #jiraUser} or {@link #jiraServerId} | 314 |
| use {@link #jiraPassword} or {@link #jiraServerId} | 324 |
| org.apache.maven.plugins.changes.github.GitHubDeprecatedReport | Line |
| use {@code github-changes} goal | 31 |
| org.apache.maven.plugins.changes.jira.JiraChangesReport | Line |
| ignored; delete from your config | 90 |
| use {@link #jiraPassword} or {@link #jiraServerId} | 263 |
| use {@link #jiraUser} or {@link #jiraServerId} | 272 |
| org.apache.maven.plugins.changes.jira.JiraDeprecatedReport | Line |
| use {@code jira-changes} goal | 31 |
| org.apache.maven.plugins.changes.trac.TracChangesReport | Line |
| prepared for removal in next major version due to lack of maintainers | 44 |
| org.apache.maven.plugins.changes.trac.TracDeprecatedReport | Line |
| use {@code track-changes} goal | 29 |
Todo Work
Number of occurrences found in the code: 2
| org.apache.maven.plugins.changes.ChangesReport | Line |
|---|---|
| better way? | 415 |
| org.apache.maven.plugins.changes.FeedGenerator | Line |
| is this guaranteed to be the latest? | 193 |


