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 |
---|---|---|
Code Work | 20 | todo |
Ugly or Buggy | 20 | XXX |
Each tag is detailed below:
Number of occurrences found in the code: 20
org.galaxy.wayback.content.HttpEquivRefreshRemover | Line |
---|---|
org.galaxy.utils.StringUtils | Line |
org.galaxy.search.InMemoryDataRepositoryAdapter | Line |
org.galaxy.run.AbstractStarter | Line |
org.galaxy.processing.processor.TextExtractor | Line |
org.galaxy.processing.processor.Indexer | Line |
org.galaxy.egothor.DataRepositoryAdapter | Line |
org.galaxy.detection.ICUCharsetDetector | Line |
org.galaxy.db.SQLHelper | Line |
org.galaxy.connectors.filesystem.FileSystemTaskExecutor | Line |
org.galaxy.connectors.bobo.cabinets.CabinetReader | Line |
org.galaxy.connectors.DocumentSender | Line |
org.galaxy.collection.StateReport | Line |
org.galaxy.autocomplete.AutoCompletePostgreImpl | Line |
org.galaxy.accounts.User | Line |
write externalization tests | 10 |
add fulltext search AutoComplete find query. | 59 |
> Write externalization test | 16 |
Define this as interface and make separate implementation | 24 |
add force parameter to explicitely request cabinet update | 51 |
add document initialization from FileSystemConnector // Directory tree reader | 113 |
CHANGE TIcontentTypHIS | 126 |
implement this as multithreaded process to allow running of multiple tasks | 10 |
make a comment Appends ordering condition to specified query. | 32 |
make a comment Allows you modify specified query to retrieve just a portion of the rows that are generated by the rest of the query. | 89 |
make a comment | 115 |
move to separate utility Normalizes encoding name to canonical name. | 114 |
Create helper class for this primitive | 88 |
set the data correctly | 449 |
use apache tika parser to achieve better performance then by using native converters and writing temporary data to hdd. | 27 |
make separate method to init distant parameters array | 171 |
Create helper class for this primitive | 80 |
log warning | 35 |
Make it more general for various tags/attributes/values | 15 |
Implement custom filter to remove elements acording the value of its attribute | 52 |
Number of occurrences found in the code: 20
org.galaxy.wayback.WaybackDatabaseImpl | Line |
---|---|
org.galaxy.processing.processor.TextExtractor | Line |
org.galaxy.processing.processor.Indexer | Line |
org.galaxy.processing.processor.ImageMetaDataExtractor | Line |
org.galaxy.processing.processor.ChangesDetector | Line |
org.galaxy.egothor.BufferedTankerProvider | Line |
org.galaxy.distant.LockServerImpl | Line |
org.galaxy.distant.CollectionsManagerImpl | Line |
org.galaxy.connectors.filesystem.FileSystemTask | Line |
org.galaxy.connectors.filesystem.DirectoryTreeReader | Line |
org.galaxy.connectors.bobo.AbstractBoboTask | Line |
org.galaxy.connectors.DocumentSender | Line |
org.egothor.dir.SharedRepositoryTanker | Line |
org.egothor.dir.GalaxyIndexCleaner | Line |
kernel.system.GalaxyStorageImpl | Line |
this would rather happen in initialize(...) method | 80 |
Bull's request no. 4 (2012-11-14) | 106 |
added to test cleanup | 145 |
Should resolve deadlock | 543 |
nothing to clean, documents are never deleted Thread indexCleaner = new GalaxyIndexCleaner(location, lockServerConfigFilename); indexCleaner.start(); | 553 |
nothing to clean, documents are never deleted new GalaxyIndexCleaner(location, lockServerConfigFilename).start(); | 981 |
solve this if (task.getReferenceFilter() != null) { document.setField(Fields.FILTER_BY_REFERENCE, task.getReferenceFilter()); } | 90 |
implement externalization tests Represents base task for BOBO crawler platform. | 9 |
USE TIMESTAMP PROPERTY OF DOCUMENT CLASS | 137 |
Write externalization tests | 9 |
USE CACHING functionality | 207 |
is this correct? | 220 |
- no daemons allowed | 93 |
use lock server instead of file locking | 81 |
merge this two cols to optimized single one throws exception if doesn't exist and the rest of the code won't run | 66 |
make this configurable | 109 |
Think of modified documents incrementAdded(reportId, 1); | 137 |
make this configurable | 211 |
think about returning null because content type is important to following processors | 108 |
Optimize this by using simple order by / limit statement to obtain | 324 |