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 | 0 | @deprecated |
| FIXME Work | 2 | fixme, @fixme |
| Todo Work | 14 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 2
| org.apache.maven.scm.provider.jazz.command.JazzScmCommandTest | Line |
|---|---|
| cryptPassword is broken | 68 |
| cryptPassword is broken | 90 |
Number of occurrences found in the code: 14
| 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. | 83 |
| Figure out how we would use the login command / username caching so this is not required on each command. | 130 |
| Figure out how we would use the login command / password caching so this is not required on each command. | 140 |
| 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). | 221 |
| 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.status.JazzStatusConsumerTest | Line |
| fix JazzStatusConsumer to match the ScmFile restrictions | 50 |
| 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) | 130 |
| - 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) | 131 |
| org.apache.maven.scm.provider.jazz.repository.JazzScmProviderRepository | Line |
| Change to enable multiple flow targets, via a List (?). | 65 |
| 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. | 99 |