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 ClassTotal number of occurrencesTag strings used by tag class
@todo2@todo
TODO23TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.scm.provider.accurev.AccuRevCapabilityLine
simple string compare because the version numbers have never used more than one digit.37
org.apache.maven.scm.provider.accurev.command.add.AccuRevAddCommandLine
handle the "binary" parameter. AccuRev does a reasonable job of detecting this itself.52

TODO

Number of occurrences found in the code: 23

org.apache.maven.scm.provider.accurev.AccuRevScmProviderLine
pull up to AbstractScmProvider250
accurev info with current dir = "path", find workspace. Find use-case for this.290
org.apache.maven.scm.provider.accurev.AccuRevScmProviderRepositoryLine
raise jira so tck tests properly handle setPersist54
- strictly we should quote either side of the %s129
raise JIRA to pull up these methods to ScmProviderRepository150
org.apache.maven.scm.provider.accurev.AccuRevStatLine
Test KEPT pattern skips items that are both (kept) and (defunct).27
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineLine
find out why Commandline allows executable, args etc to be initialised to null, but not allowing them to be reset to null. This results is weird "clear" behaviour. It is just safer to start again.243
raise bug against plexus. Null is OK for working directory but once set to not-null cannot be set back to null! this is a problem if the old workingdir has been deleted probably safer to use a new commandline447
Raise bug against plexus commandline - can't set workingdir to null and will get an error if the working directory is deleted.643
org.apache.maven.scm.provider.accurev.cli.FileConsumerLine
make these an enum42
- The removed files are relative to the workspace top, not the basedir of the fileset55
org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommandLine
paths are relative to the workspace dir, should be made relative to project path.79
org.apache.maven.scm.provider.accurev.command.AccuRevTckUtilLine
raise patch to fix this. (still)135
org.apache.maven.scm.provider.accurev.command.changelog.AccuRevChangeLogCommandLine
filter results based on project_path Find appropriate start and end transaction ids from parameters. Streams must be the same. Diff on stream start to end - these are the upstream changes Hist on the stream start+1 to end remove items from the upstream set if they appear in the history For workspaces diff doesn't work. So we would not pickup any upstream changes, just the "keep" transactions which is not very useful. Hist on the workspace Then diff / hist on the basis stream, skipping any transactions that are coming from the workspace.57
Split this method in two here. above to convert params to start and end (stream,tranid,date) and test independantly180
how are defuncts shown in the version history?341
org.apache.maven.scm.provider.accurev.command.checkin.AccuRevCheckInCommandLine
the above test will be matched by a fileset where excludes and includes produce a set with no files. This is NOT the same as a fileset created with only a base directory. Raise maven-scm JIRA for this.66
capture the transaction id from the promote97
org.apache.maven.scm.provider.accurev.command.checkin.AccuRevCheckInCommandTestLine
test basedir is top + project path. is OK.109
org.apache.maven.scm.provider.accurev.command.checkout.AccuRevCheckOutCommandLine
set incl rules to only include the projectPath111
somehow set provider message (via throw exception? if basisStream is null112
org.apache.maven.scm.provider.accurev.command.checkout.AccuRevCheckoutCommandTckTestLine
TckTest does not adhere to repository path return from checkout result. Raise a JIRA to fix that.35
org.apache.maven.scm.provider.accurev.command.export.AccuRevExportCommandTestLine
- raise JIRA to move relative path dir to repository rather than checkout result dassertThat( result.getRelativePathProjectDirectory(), is( "/project/dir" ) );200