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.

TagTotal number of occurrences
@todo0
TODO51

Each tag is detailed below:

TODO

Number of occurrences found in the code: 51

eu.etaxonomy.cdm.api.application.CdmApplicationControllerLine
delete next row (was just for testing)315
eu.etaxonomy.cdm.api.application.CdmApplicationDefaultConfigurationLine
make this a prototype245
eu.etaxonomy.cdm.api.facade.DerivedUnitFacadeLine
better changed model here to allow only one place for images218
better changed model here to allow only one place for images232
or definition ???324
???330
or definition ???396
???403
--No comment--411
check derivedUnitType1656
eu.etaxonomy.cdm.api.facade.DerivedUnitFacadeCacheStrategyLine
currently the label is the 3 digit representation of the country and text is the full text. this is against the common way of handling text, label and labelabbrev in defined terms68
period.toString ??93
eu.etaxonomy.cdm.api.service.DatabaseServiceHibernateImplLine
removed 04.02.2009 as spring 2.5.6 does not support DriverManagerDataSource.getDriverClassName anymore Let's see if this is not needed by any other application /* (non-Javadoc) * @see eu.etaxonomy.cdm.api.service.IDatabaseService#getDatabaseTypeName() */ public DatabaseTypeEnum getDatabaseEnum() { return DatabaseTypeEnum.getDatabaseEnumByDriverClass(getDataSource().getDriverClassName()); }107
eu.etaxonomy.cdm.api.service.DefaultCategoricalDescriptionBuilderLine
What if there are different languages ?33
eu.etaxonomy.cdm.api.service.IDatabaseServiceLine
removed 04.02.2009 as spring 2.5.6 does not support DriverManagerDataSource.getDriverClassName anymore Let's see if this is not needed by any other application1 /** * Returns the databaseTypeEnum * @return */ public DatabaseTypeEnum getDatabaseEnum();28
eu.etaxonomy.cdm.api.service.INameServiceLine
Remove getNamesByName() methods. Use findNamesByTitle() instead.80
eu.etaxonomy.cdm.api.service.IReferenceServiceLine
candidate for harmonization: rename to listForPublishing50
candidate for harmonization: rename to listNomenclaturalReferences56
eu.etaxonomy.cdm.api.service.IdentifiableServiceBaseLine
Implement parameters pageSize, pageNumber, and criteria88
- Migrated from CommonServiceBase (non-Javadoc)119
check transactional behaviour, e.g. what happens with the session if count is very large200
this won't work for those classes that always generate the title cache new224
find better solution226
test paging279
eu.etaxonomy.cdm.api.service.LocationServiceImplLine
return namedAreaLevel filtered by NamedAreaVocabularyType131
eu.etaxonomy.cdm.api.service.TaxonNodeByNameComparatorLine
DISCUSS: move into model ?28
eu.etaxonomy.cdm.api.service.TaxonServiceImplLine
at the moment this method only moves synonym-, concept relations and descriptions to the new accepted taxon in a future version we also want to move cdm data like annotations, marker, so., but we will need a policy for that189
extend method: search using treeUUID, using SecUUID, first find accepted then include synonyms until a matching taxon is found629
extend method: search using treeUUID, using SecUUID, first find accepted then include synonyms until a matching taxon is found647
eu.etaxonomy.cdm.api.service.TaxonServiceImplTestLine
--No comment--95
--No comment--105
--No comment--115
eu.etaxonomy.cdm.api.service.TermServiceImplLine
shouldnt this be TermBase instead of DefinedTermBase187
eu.etaxonomy.cdm.api.service.config.INameServiceConfiguratorLine
For future use20
eu.etaxonomy.cdm.api.service.config.impl.NameServiceConfiguratorImplLine
For future use24
eu.etaxonomy.cdm.api.service.lsid.impl.LsidDataServiceImplLine
Auto-generated method stub88
eu.etaxonomy.cdm.scripts.FixMultipleTextDataInImageGalleriesLine
others66
eu.etaxonomy.cdm.test.function.DatasourceLine
Auto-generated catch block137
Auto-generated catch block344
eu.etaxonomy.cdm.test.function.TestConcurrentSessionLine
refactor the Transaction Handling into Conversation Manager53
this fails, why????250
it is not quite clear to me what really should happen here. Right now it seems like we do not have any locking at all. Needs further investigation.321
eu.etaxonomy.cdm.test.function.TestConversationEnabledLine
Auto-generated method stub37
eu.etaxonomy.cdm.test.function.TestDatabaseLine
Auto-generated catch block351
Auto-generated catch block405
Auto-generated catch block408
not MySQL430
eu.etaxonomy.cdm.test.function.TestServiceLine
fix ts.listTerms(0,100) List<DefinedTermBase> dts = ts.listTerms(0,100); int i = 0; for (DefinedTermBase d: dts){ i++; if (i > 10) break; logger.info(d.toString()); }129
Auto-generated catch block266
eu.etaxonomy.cdm.test.integration.CreateDataTestLine
not MySQL117
eu.etaxonomy.cdm.test.suite.CdmTestSuiteLine
test38