Fork me on GitHub

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 1 @deprecated
@todo 0 @todo
DOCUMENT_ME 0 DOCUMENT_ME
FIXME 1 FIXME
NOT_YET_DOCUMENTED 0 NOT_YET_DOCUMENTED
TODO 1 TODO

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 1

fr.paris.lutece.plugins.forms.web.form.panel.display.IFormPanelDisplay Line
Use buildTemplate( Map<String, Object>, Locale ) instead 113

FIXME

Number of occurrences found in the code: 1

fr.paris.lutece.plugins.forms.service.cache.FormsCacheService Line
GenericAttributes sends events inside a transaction. this cache reset should really happen after the transaction but Lutece lacks TransactionSynchronisation infrastructure 156

TODO

Number of occurrences found in the code: 1

fr.paris.lutece.plugins.forms.web.form.multiview.util.FormListTemplateBuilder Line
copypasted from SpringContextService, maybe this need to be public 185