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 9 @todo
TODO 11 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 9

org.apache.continuum.scm.ContinuumScmConfiguration Line
JAXB for persistence 28
using some service to obtain this rather than configuring it would be preferable 45
is this a File that is absolute, or is it a relative path under the working directories? How will JAXB manage? Don't want to store absolute path in the config unless that's what the user configured, so the base can be relocated. 55
using some service to obtain them rather than configuring it would be preferable 64
we need to improve on the techniques to achieve this 71
org.apache.continuum.scm.DefaultContinuumScm Line
consider folding some of this into Maven SCM itself 45
org.apache.continuum.scm.manager.ScmManager Line
move to maven-scm as the default 30
org.apache.continuum.scm.manager.ScmManagerTest Line
replace with a spring integration test 37
org.apache.continuum.scm.manager.Slf4jScmLogger Line
move to maven-scm? 31

TODO

Number of occurrences found in the code: 11

org.apache.continuum.scm.DefaultContinuumScm Line
probably need to base this from a working directory in the main configuration 62
synchronizing *all* checkouts is unnecessary 69
differentiate between tag and branch? Allow for revision? 98
maybe we could check it out - it seems we currently rely on Continuum figuring this out 112
remove the use of system property - need a better way to pass provider specific configuration 123
shouldn't need to synchronize this 134
probably need to base this from a working directory in the main configuration 148
tie together with the clientspec change below This checkout will be retained between uses, so it remains connected to the repository 175
should this be svnexe? 179
remove the use of system property - need a better way to pass provider specific configuration 199
add a nuke() method 219