Fork me on GitHub

Listing des tags de développement

Ce document référence tous les tags de développement qui ont été trouvés dans le code. Le tableau ci-dessous résume le nombre d'occurrences trouvées pour chaque tag.

Tag Class Nombre total d'occurrences Tag strings used by tag class
@deprecated 32 @deprecated
@todo 0 @todo
DOCUMENT_ME 0 DOCUMENT_ME
FIXME 15 FIXME
NOT_YET_DOCUMENTED 0 NOT_YET_DOCUMENTED
TODO 52 TODO

Chaque tag est détaillé ci-dessous :

@deprecated

Nombre d'occurrences trouvées dans le code : 32

fr.paris.lutece.portal.business.rss.IResourceRss Ligne
use {@link #getFeed()} instead. 143
fr.paris.lutece.portal.business.style.IThemeDAO Ligne
Use the plugin-theme instead 43
fr.paris.lutece.portal.business.style.ThemeDAO Ligne
Use the plugin-theme instead 45
fr.paris.lutece.portal.business.style.ThemeHome Ligne
As of 2.4.3. Use the plugin-theme instead 44
fr.paris.lutece.portal.service.admin.AccessDeniedException Ligne
use {@link #AccessDeniedException(String)} to provide an explicit message 49
fr.paris.lutece.portal.service.admin.PasswordResetException Ligne
use {@link #AccessDeniedException(String)} to provide an explicit message 49
fr.paris.lutece.portal.service.cache.CacheService Ligne
use registerCacheableService( CacheableService cs ) 209
fr.paris.lutece.portal.service.mail.MailService Ligne
Use {@link #sendMailText(String strRecipient, String strSenderName, String strSenderEmail, String strSubject, String strMessage)} instead 71
fr.paris.lutece.portal.service.message.SiteMessage Ligne
--Aucun commentaire-- 129
--Aucun commentaire-- 150
--Aucun commentaire-- 161
fr.paris.lutece.portal.service.page.PageService Ligne
use {@link #PageService(PageCacheService, PortletCacheService)} instead. 164
fr.paris.lutece.portal.service.portal.PortalService Ligne
use CacheService.resetCaches() 140
Use CacheService.registerCacheableService( String strName, CacheableService cs ) instead 190
Use CacheService.getCacheableServicesList() instead 203
fr.paris.lutece.portal.service.search.IndexationService Ligne
use getDirectoryIndex( ) instead 492
fr.paris.lutece.portal.service.spring.SpringContextService Ligne
use {@link #getBean(String)} instead 108
fr.paris.lutece.portal.service.util.AppPathService Ligne
Use {@link AppPathService#getBaseUrl(HttpServletRequest)} instead 272
Use {@link AppPathService#getProdUrl(String)} instead 332
fr.paris.lutece.portal.service.workflow.IWorkflowProvider Ligne
This method should not be used. Use {@link WorkflowService#doProcessAction(int, String, int, Integer, HttpServletRequest, Locale, boolean) WorkflowService.doProcessAction } instead. 245
fr.paris.lutece.portal.web.style.ThemesJspBean Ligne
As of 2.4.3. Use plugin-theme instead. 55
fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest Ligne
use {@link #getFileListMap()} instead to get every files 130
fr.paris.lutece.portal.web.xpages.XPageApplicationEntry Ligne
use {@link XPageAppService#getApplicationInstance(XPageApplicationEntry)} instead 149
should not be used anymore 160
fr.paris.lutece.util.date.DateUtil Ligne
Use getCurrentDateString( Locale locale ) 74
Use formatDateSql( String strDate, Locale locale ) 86
Use formatDate( String strDate, Locale locale ) 106
Use formatTimestamp( String strDate, Locale locale ) 121
Use getDateString( Date date, Locale locale ) 141
Use getDateString( java.sql.Timestamp date, Locale locale ) 164
Use formatDate( String strDate, Locale locale ) 187
fr.paris.lutece.util.sql.DAOUtil Ligne
Use {@link #next()} instead 317

FIXME

Nombre d'occurrences trouvées dans le code : 15

fr.paris.lutece.portal.business.page.Page Ligne
PageRoleRemovalListener should not be registered here 93
fr.paris.lutece.portal.business.portlet.PortletDAO Ligne
Theses attributes concerns PortletType : portlet.setHomeClassName(daoUtil.getString( 1 )); portlet.setPluginName(daoUtil.getString( 1 )); portlet.setPortletTypeName(daoUtil.getString( 1 )); portlet.setUrlCreation(daoUtil.getString( 1 )); portlet.setUrlUpdate(daoUtil.getString( 1 )); 353
fr.paris.lutece.portal.service.message.SiteMessageHandler Ligne
Cannot set the page path when app run in standalone mode (cannot connect to database). The page path is now not set. data.setPagePath( PortalService.getXPagePathContent( message.getTitle( locale ), nMode, request ) ); 126
fr.paris.lutece.portal.service.page.PageService Ligne
Delete plugin-document specifics 1010
fr.paris.lutece.portal.service.page.PageServiceTest Ligne
rework when LUTECE-1837 is resolved 112
rework when LUTECE-1837 is resolved 137
remove when LUTECE-1838 is resolved 150
fr.paris.lutece.portal.service.security.LuteceUser Ligne
use LuteceUser property instead of object.toString() 214
fr.paris.lutece.portal.service.util.AppPathService Ligne
lutece.base.url is only set when using WSSO 285
fr.paris.lutece.portal.service.util.AppPathServiceTest Ligne
uncomment this method when a better way to find real app path is found. 92
uncomment this method when a better way to find real app path is found. 126
fr.paris.lutece.portal.web.admin.AdminJspBeanTest Ligne
MokeHttpServletRequest should be fixed to support attributes 90
fr.paris.lutece.portal.web.admin.AdminMenuJspBean Ligne
???? itFeatures.remove( ); 355
fr.paris.lutece.portal.web.stylesheet.StyleSheetFileServlet Ligne
use a jsp instead of a servlet to control the right in a standard way 74
fr.paris.lutece.portal.web.user.AdminUserJspBeanTest Ligne
this only tests that passwords are unchanged 398

TODO

Nombre d'occurrences trouvées dans le code : 52

fr.paris.lutece.portal.business.role.RoleHome Ligne
change Role management (deletion of role 'none', manage role in mylutece exclusively) 49
fr.paris.lutece.portal.business.rss.ResourceRssType Ligne
Auto-generated method stub 109
fr.paris.lutece.portal.business.user.authentication.LuteceDefaultAdminAuthentication Ligne
Auto-generated method stub 154
Auto-generated method stub 163
Auto-generated method stub 209
Auto-generated method stub 219
Auto-generated method stub 229
Auto-generated method stub 239
fr.paris.lutece.portal.service.admin.AdminUserService Ligne
Add cookie search 276
fr.paris.lutece.portal.service.captcha.CaptchaSecurityService Ligne
Auto-generated method stub 88
fr.paris.lutece.portal.service.content.XPageAppService Ligne
Handle entry == null 216
fr.paris.lutece.portal.service.html.HtmlCleanerServiceTest Ligne
expression de test en dure... 51
fr.paris.lutece.portal.service.page.PageService Ligne
listCustomActions should be provided by PortletType 1009
fr.paris.lutece.portal.service.page.PageServiceTest Ligne
Auto-generated method stub 156
Auto-generated method stub 162
Auto-generated method stub 168
Auto-generated method stub 174
Auto-generated method stub 180
Auto-generated method stub 186
Auto-generated method stub 192
Auto-generated method stub 198
Auto-generated method stub 205
Auto-generated method stub 213
Auto-generated method stub 220
Auto-generated method stub 227
Auto-generated method stub 234
Auto-generated method stub 241
Auto-generated method stub 248
Auto-generated method stub 254
Auto-generated method stub 260
Auto-generated method stub 266
Auto-generated method stub 272
Auto-generated method stub 278
Auto-generated method stub 284
Auto-generated method stub 290
Auto-generated method stub 296
Auto-generated method stub 302
Auto-generated method stub 309
Auto-generated method stub 316
Auto-generated method stub 323
Auto-generated method stub 330
Auto-generated method stub 337
Auto-generated method stub 343
Auto-generated method stub 349
Auto-generated method stub 355
fr.paris.lutece.portal.service.plugin.PluginFileTest Ligne
path en dur... 46
fr.paris.lutece.portal.service.security.LuteceUserService Ligne
add separation between user management implementations 61
fr.paris.lutece.portal.service.util.AppPathServiceTest Ligne
D�comenter les virtuals host dans config.properties... 51
WebApp Path en dur... private static final String WEBAPP_PATH = "C:/Java/projets/lutece/core/target/lutece/"; 58
fr.paris.lutece.portal.web.StandaloneAppJspBeanTest Ligne
waiting for LUTECE-451 Fix 68
fr.paris.lutece.portal.web.admin.AdminJspBeanTest Ligne
Auto-generated catch block 110
fr.paris.lutece.util.date.DateUtil Ligne
Create a new getDateTimeString( ) function with locale 205