Parent Project
Foundation

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

Tag Total number of occurences
@deprecated 11
FIXME 9
TODO 79
XXX 10

Each tag is detailed below:

@deprecated

Number of occurences found in the code: 11

org.apache.myfaces.tobago.config.MappingRule Line
please use other template mechanism, like JSP-Tag Files or any other 24
org.apache.myfaces.tobago.context.UserAgent Line
don't use toString() functionallity! 207
org.apache.myfaces.tobago.el.UserVariableResolverImpl Line
use UserWrapper as managed bean in request scope instead. 28
org.apache.myfaces.tobago.servlet.TemplateServlet Line
Please use JSP 2.0 tag-files or an other template mechanism. 37
org.apache.myfaces.tobago.taglib.component.MessageTagDeclaration Line
Please use MessagesTag tc:messages with maxNumber="1" 36
org.apache.myfaces.tobago.taglib.component.TreeOldNodeDeclaration Line
*/ 23
org.apache.myfaces.tobago.util.ComponentUtil Line
please use the method {@link #getCharacterAttribute(javax.faces.component.UIComponent, String)} 425
please use the typesave method {@link #setConverter(javax.faces.component.ValueHolder, String)} 738
org.apache.myfaces.tobago.webapp.TobagoResponseWriter Line
Use {@link #startElement(String, UIComponent) startElement(name, null)} instead. 44
Should not directly called via this interface. There is be a special method which might be better. 60
Should not directly called via this interface. There is be a special method which might be better. 66

FIXME

Number of occurences found in the code: 9

org.apache.myfaces.tobago.context.ResourceManagerImpl Line
is this class thread-safe? 34
this is a hotfix from jsf1.0beta to jsf1.0fr 378
should not happen, but does. 642
org.apache.myfaces.tobago.renderkit.RendererBase Line
later: 47
this is a hotfix from jsf1.0beta to jsf1.0fr 76
org.apache.myfaces.tobago.util.HtmlWriterUtil Line
? write(String) sets the startStillOpen=false out.write(sISO8859_1_Entities[ch - 0xA0]); 119
org.apache.myfaces.tobago.validator.ClearValidatorsActionListener Line
finding mechanism??? JSF ??? 59
org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl Line
not nice: XmlUtils.escape(text.toString()).toCharArray() 232
this makes problems with Tidy 307

TODO

Number of occurences found in the code: 79

org.apache.myfaces.tobago.TobagoConstants Line
find an abstract way, to avoid this 214
org.apache.myfaces.tobago.ajax.api.AjaxResponseRenderer Line
PortletRequest 151
fix this to work in PortletRequest as well 213
org.apache.myfaces.tobago.application.ViewHandlerImpl Line
maybe find a way to make this unneeded 98
org.apache.myfaces.tobago.component.AbstractUIData Line
neets more testing!!! if (!facesContext.getRenderResponse() && !ComponentUtil.hasErrorMessages(facesContext)) { in encodeBegin of superclass is some logic which clears the DataModel this must here also done. in RI and myfaces this could done via setValue(null) 393
org.apache.myfaces.tobago.component.AbstractUIForm Line
is this needed? 104
org.apache.myfaces.tobago.component.AbstractUIPage Line
remove this if block if prooven this never happens anymore 114
PortletRequest ?? 168
org.apache.myfaces.tobago.component.AbstractUIPopup Line
check if validation has faild and reset rendered if needed 97
org.apache.myfaces.tobago.component.AbstractUITree Line
updateing the model here and *NOT* in the decode phase 170
org.apache.myfaces.tobago.component.AbstractUITreeData Line
invoke decode on the children which are not instanceof UITreeNode 77
updateing the model here and *NOT* in the decode phase 192
org.apache.myfaces.tobago.component.Sorter Line
locale / comparator parameter? don't compare numbers with Collator.getInstance() comparator Comparator comparator = Collator.getInstance(); comparator = new RowComparator(ascending, method); 121
org.apache.myfaces.tobago.component.UIDefaultLayout Line
why is this needed? 52
org.apache.myfaces.tobago.component.UIInputBase Line
can this removed? 33
org.apache.myfaces.tobago.component.UITreeOld Line
should moved to renderer 60
move this to renderkit 186
updateing the model here and *NOT* in the decode phase 363
org.apache.myfaces.tobago.component.UIViewRoot Line
remove if fixed in stable release! 110
abort processing of any event of any phase or just of any event of the current phase??? 173
org.apache.myfaces.tobago.config.TobagoConfigParser Line
make it runnable without config file, using defaults 100
org.apache.myfaces.tobago.context.ClientProperties Line
transient 46
org.apache.myfaces.tobago.context.ResourceLocator Line
should the resourcedir used from tobago-config.xml? 66
org.apache.myfaces.tobago.context.ResourceManagerImpl Line
cache null values 92
cache null values 99
find a better way 372
org.apache.myfaces.tobago.el.ConstantMethodBinding Line
check if needed, in the moment this is needed for MyFaces state saving 40
org.apache.myfaces.tobago.el.UserVariableResolverImpl Line
optimize me: put it in request? 49
org.apache.myfaces.tobago.layout.grid.GridComponentConstraints Line
= new Dimension(); 36
= new Dimension(); 38
= new Dimension(); 40
org.apache.myfaces.tobago.layout.grid.GridContainerConstraints Line
= new Dimension(); 31
= new Dimension(); 33
org.apache.myfaces.tobago.lifecycle.RestoreViewExecutor Line
Portlet if (PortletUtil.isPortletRequest(facesContext)) { PortletRequest request = (PortletRequest) externalContext.getRequest(); return request.getParameter(MyFacesGenericPortlet.VIEW_ID); } 137
JSF Spec 2.2.1 - what do they mean by "if the default ViewHandler implementation is used..." ? 153
constant 194
org.apache.myfaces.tobago.model.SheetState Line
find a better solution for this 31
org.apache.myfaces.tobago.renderkit.RendererBase Line
find a better way 71
org.apache.myfaces.tobago.renderkit.SheetUtils Line
move this back in the decode or SheetCommandRenderer 37
org.apache.myfaces.tobago.servlet.TemplateServlet Line
make .view configurable 61
org.apache.myfaces.tobago.taglib.component.AttributeTag Line
Message resource i18n 75
Message resource i18n 85
Message resource i18n 94
Message resource i18n 105
org.apache.myfaces.tobago.taglib.component.ConverterTag Line
Message resource i18n 64
Message resource i18n 74
Message resource i18n 78
else LOG.warn? 118
org.apache.myfaces.tobago.taglib.component.LoadBundleTag Line
find a better way 59
org.apache.myfaces.tobago.taglib.component.PageTagDeclaration Line
description of page tag 35
org.apache.myfaces.tobago.taglib.component.PopupReferenceTag Line
Message resource i18n 59
Message resource i18n 69
Message resource i18n 73
org.apache.myfaces.tobago.taglib.component.TabChangeListenerTag Line
Message resource i18n 86
Message resource i18n 96
Message resource i18n 100
else LOG.warn? 130
org.apache.myfaces.tobago.taglib.decl.HasState Line
is Object right 34
org.apache.myfaces.tobago.tool.BuilderModel Line
error message 76
ServletContext ??? 90
use IOUtils.write when commons-io 1.1 is released 96
error message 100
org.apache.myfaces.tobago.util.ComponentUtil Line
This should not be neseccary, but UIComponentBase.getRenderer() is protected 458
check, if it is an writeable object 812
org.apache.myfaces.tobago.util.ContentType Line
parse Parameter 33
org.apache.myfaces.tobago.util.DateFormatUtils Line
Should be sharable (e.g. myfaces-commons). <p/> User: lofwyr Date: 06.11.2006 17:20:29 28
org.apache.myfaces.tobago.util.EncodeAjaxCallback Line
merge with RenderUtil.prepareRendererAll 42
org.apache.myfaces.tobago.util.LayoutInfo Line
replace with Arrays.asList .. 280
org.apache.myfaces.tobago.util.LayoutUtil Line
Change this to DimensionUtils.getWidth? 142
Change this to DimensionUtils.getHeight? 147
find a better way 190
disable layouting of facelet stuff 194
org.apache.myfaces.tobago.util.ResponseUtils Line
PortletRequest 31
PortletRequest 42
org.apache.myfaces.tobago.webapp.LogoutActionListener Line
PortletRequest ?? 49
may do error handling 56
org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest Line
enable configuration of 'accept-charset' 81
enable configuration of 'accept-charset' 111
enable configuration of 'accept-charset' 126

XXX

Number of occurences found in the code: 10

org.apache.myfaces.tobago.component.AbstractUITreeData Line
hack: fix this if there is a Listener 57
hack: fix this if there is a Listener 82
hack: fix this if there is a Listener 344
org.apache.myfaces.tobago.component.AbstractUITreeNode Line
hack! 59
org.apache.myfaces.tobago.config.TobagoConfigParser Line
deprecated! will ever be true (will be removed in next release after 1.0.7) 80
org.apache.myfaces.tobago.layout.Measure Line
no regexp here: user LayoutTokens.parse !!! 33
org.apache.myfaces.tobago.model.TreeModel Line
not nice 41
hotfix 51
org.apache.myfaces.tobago.servlet.ResourceServlet Line
This class is in development. Please don't use it in production environment! 60
org.apache.myfaces.tobago.util.ComponentUtil Line
What is this? id = component.getClientId(facesContext).substring(id.lastIndexOf('_')); } 673