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

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 4

fr.paris.lutece.plugins.calendar.service.AgendaService Line
Use {@link CalendarService} Instead 49
Use CalendarService Instead 79
Use CalendarService Instead 99
Use CalendarService Instead 110

FIXME

Number of occurrences found in the code: 3

fr.paris.lutece.plugins.calendar.web.CalendarDownloadFile Line
--No comment-- 126
fr.paris.lutece.plugins.calendar.web.CalendarJspBean Line
Usefull ? CalendarHome.updateOccurrence( occ, nCalendarId, getPlugin( ) ); 1332
fr.paris.lutece.plugins.calendar.web.Constants Line
in contradiction with PARAMETER_CALENDAR_ID 86

TODO

Number of occurrences found in the code: 4

fr.paris.lutece.plugins.calendar.modules.ical.ICalAgenda Line
implementer locale 272
fr.paris.lutece.plugins.calendar.web.CalendarJspBean Line
add new parameters 1030
add new parameters 1356
In this version of core we cannot use url.addParameter(String strName, String[] strValues) so we put the table parameters values to a string separated with token ";" 1900