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 0 @deprecated
FIXME Work 5 fixme, @fixme
Todo Work 9 todo, @todo

Each tag is detailed below:

FIXME Work

Number of occurrences found in the code: 5

org.apache.maven.scm.provider.vss.commands.VssCommandLineUtils Line
extend CommandLineUtils 46
org.apache.maven.scm.provider.vss.commands.VssParameterContext Line
Fix this 508
org.apache.maven.scm.provider.vss.commands.update.VssUpdateCommand Line
Update command only works if there is no file checked out or no file is dirty locally. It's better than overwriting checked out files Ignore: Do not touch local writable files. 135
org.apache.maven.scm.provider.vss.commands.update.VssUpdateConsumer Line
is actually in error stream if command is build without -G- 129
extract file name String[] fileLine = line.split( " " ); updatedFiles.add( new ScmFile( currentPath + "/" + fileLine[1], ScmFileStatus.MODIFIED ) ); getLogger().info( fileLine[0] + ": " + currentPath + "/" + fileLine[1] ); 188

Todo Work

Number of occurrences found in the code: 9

org.apache.maven.scm.provider.vss.VssScmProvider Line
Check whether the CREATE command must be called 126
org.apache.maven.scm.provider.vss.commands.checkin.VssCheckInCommand Line
handle deleted files from VSS 73
org.apache.maven.scm.provider.vss.commands.checkout.VssCheckOutCommand Line
handle deleted files from VSS 58
org.apache.maven.scm.provider.vss.commands.edit.VssEditCommand Line
handle deleted files from VSS 65
org.apache.maven.scm.provider.vss.commands.status.VssStatusCommand Line
Get Labled Version command.createArg().setValue( VssConstants.FLAG_VERSION_LABEL ); 121
org.apache.maven.scm.provider.vss.commands.tag.VssTagCommand Line
handle deleted files from VSS 70
org.apache.maven.scm.provider.vss.commands.update.VssUpdateCommand Line
handle deleted files from VSS 44
handle deleted files from VSS 61
identify local files 62