Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

TagTotal number of occurences
@todo0
TODO8

Each tag is detailed below:

@todo

Number of occurences found in the code: 0

TODO

Number of occurences found in the code: 8

net.sf.vcaperture.model.AbstractRepositoryLine
need to add authentication abilities39
net.sf.vcaperture.model.SearchQueryLine
Auto-generated method stub22
net.sf.vcaperture.services.YamlFilesystemStorageServiceLine
This is probably not the most highly efficient implementation possible. I guess that in practice, especially in use from the web app, it will be fairly slow due to the large number of file operations it must do. But it was quick and easy to put together. I am thinking that a better implementation might be entirely based on Lucene. </p>63
do this smarter82
net.sf.vcaperture.tool.listeners.CodeSearchToolLine
this code is shared with LocalStorageTool - both should subclass a MaxRevisionsTool not complete if we had exactly mMaxRevisionsPerBatch (there are probably more) TRUE, you could have EXACTLY mMaxRevisionsPerBatch, but if so, it doesn't hurt to run again52
net.sf.vcaperture.tool.listeners.LocalStorageToolLine
this code is shared with CodeSearchTool - both should subclass a MaxRevisionsTool not complete if we had exactly mMaxRevisionsPerBatch (there are probably more) TRUE, you could have EXACTLY mMaxRevisionsPerBatch, but if so, it doesn't hurt to run again67
net.sf.vcaperture.util.spring.ApplicationContextFactoryLine
This class assumes that only one context will ever be used within the container in which it is running. It could make use of a <tt>ThreadLocal</tt> (or similar) to provide for multiple contexts to be available. </p>30
Not so much a factory as it is a locator. Perhaps should be renamed. </p>36