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 | 1 | @deprecated |
FIXME Work | 4 | fixme, @fixme |
Todo Work | 5 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 1
org.apache.maven.scm.provider.svn.svnexe.command.tag.SvnTagCommand | Line |
---|---|
--No comment-- | 170 |
FIXME Work
Number of occurrences found in the code: 4
org.apache.maven.scm.provider.svn.svnexe.command.SvnCommandLineUtilsTest | Line |
---|---|
Plexus does not quote the crypted password on Windows which is actually incorrect at the moment it would cause wildcard expansion with cmd: https://github.com/codehaus-plexus/plexus-utils/issues/37. | 39 |
https://github.com/codehaus-plexus/plexus-utils/issues/36 | 95 |
https://github.com/codehaus-plexus/plexus-utils/issues/36 | 118 |
org.apache.maven.scm.provider.svn.svnexe.command.info.SvnInfoConsumer | Line |
Can't throw any exceptions in consumeLine.. | 76 |
Todo Work
Number of occurrences found in the code: 5
org.apache.maven.scm.provider.svn.svnexe.command.branch.SvnBranchCommand | Line |
---|---|
since this is just a copy, use that instead. | 52 |
org.apache.maven.scm.provider.svn.svnexe.command.changelog.SvnChangeLogCommand | Line |
May want to add some kind of support for --stop-on-copy and --limit NUM | 204 |
org.apache.maven.scm.provider.svn.svnexe.command.changelog.SvnChangeLogConsumer | Line |
this may even change to MOVED if we later explore whole changeset and find matching DELETED | 243 |
org.apache.maven.scm.provider.svn.svnexe.command.tag.SvnTagCommand | Line |
since this is just a copy, use that instead. | 53 |
Improve this error message | 130 |