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 ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO8TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 8

org.bitrepository.integrityservice.IntegrityServiceComponentFactoryLine
implement the database based integrity cache.129
org.bitrepository.integrityservice.IntegrityServiceFactoryLine
make a settings for differentiating between the intervals of the workflows.140
org.bitrepository.integrityservice.cache.IntegrityDatabaseLine
make the following container: class FileIDOnPillars { String fileID; List<String> pillarIDs. ...... }148
org.bitrepository.integrityservice.checking.FileExistenceValidatorLine
change so we do not need a list of file ids.66
org.bitrepository.integrityservice.checking.ObsoleteChecksumFinderLine
The filesWithOldChecksum should query for a specific pillar and return fileInfo objects. See BITMAG 776:59
org.bitrepository.integrityservice.checking.SimpleIntegrityCheckerLine
could perhaps be optimised by using the method 'getMissingFileIDs' from the database ??80
make a better method for this! Perhaps directly in the database.111
org.bitrepository.integrityservice.collector.DelegatingIntegrityInformationCollectorLine
split into two different collectors. One for collecting the file ids and one for the checksums.41