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
@todo 1 @todo
TODO 13 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

org.apache.maven.scm.provider.jazz.command.status.JazzStatusConsumerTest Line
fix JazzStatusConsumer to match the ScmFile restrictions 50

TODO

Number of occurrences found in the code: 13

org.apache.maven.scm.provider.jazz.command.JazzScmCommand Line
This was developed and tested in Windows (in which scm (scm.exe) was the valid executable) Verify that the executable is valid in other operating systems. 85
Figure out how we would use the login command / username caching so this is not required on each command. 132
Figure out how we would use the login command / password caching so this is not required on each command. 142
org.apache.maven.scm.provider.jazz.command.JazzTckUtil Line
Refactor to a common usage. 58
org.apache.maven.scm.provider.jazz.command.branch.JazzBranchCommandTest Line
--No comment-- 34
org.apache.maven.scm.provider.jazz.command.checkin.JazzCheckInCommand Line
, this was taken out to quickly test how the release plugin works. The release plugin has the fileSet.getbaseDir() as the project it is checking in This happens to be a folder under the sandbox root, and so the checkin would fail because it needs to check in at the sandbox root level (not sub folders) The SCM Plugin has a basedir parameter that you can pass it, so everythig works ok from the scm-plugin alone but the release-plugin doesn't look like it lets you do that. (or I didn't have enough time to figure out how to do it properly). 169
org.apache.maven.scm.provider.jazz.command.checkout.JazzCheckOutCommand Line
- Figure out how this recursive boolean impacts Jazz SCM "checkout" (load). 61
org.apache.maven.scm.provider.jazz.command.checkout.JazzCheckOutCommandTest Line
figure out what Jazz SCM does in terms of branch/tag/revision 54
figure out how/when to load specific files 55
org.apache.maven.scm.provider.jazz.command.update.JazzUpdateConsumer Line
- It looks like there is a defect in RTC 2.0 SCM for moved (the "moved from <path> is not right) 132
- Also it looks like if you rename a file, the output shows the old name as changed, however it should be marked as deleted. (see if this is the case in RTC 3.0) 133
org.apache.maven.scm.provider.jazz.repository.JazzScmProviderRepository Line
Change to enable multiple flow targets, via a List (?). 62
In the future we might expand the details of this repository. For example we might extend the scm url to include a stream (as well as the repository workspace) This stream could represent the desired flow target of the repository workspace. We would also need to cater for multiple streams/flow targets. 86