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.

TagTotal number of occurences
@deprecated3
FIXME12
TODO33
XXX0

Each tag is detailed below:

@deprecated

Number of occurences found in the code: 3

org.apache.myfaces.component.ExecuteOnCallbackLine
will be moved to tomahawk later29
org.apache.myfaces.renderkit.JSFAttrLine
*/65
*/77

FIXME

Number of occurences found in the code: 12

org.apache.myfaces.taglib.UIComponentTagUtilsLine
should use converter maybe?70
should use converter maybe?90
org.apache.myfaces.taglib.html.HtmlCommandLinkTagBaseLine
is mentioned in JSF API, but is no official anchor-attribute of HTML 4.0... what to do?53
is mentioned in JSF API, but is no official anchor-attribute of HTML 4.0... what to do?55
org.apache.myfaces.taglib.html.HtmlInputTextTagBaseLine
not in API, HTML 4.0 transitional attribute and not in strict... what to do?41
org.apache.myfaces.taglib.html.HtmlInputTextareaTagBaseLine
not in RI so far41
not in RI so far42
not in RI so far43
is in RI, but not in HTML 4.0. what to do?60
org.apache.myfaces.taglib.html.HtmlOutputLinkTagBaseLine
is mentioned in JSF API, but is no official anchor-attribute of HTML 4.0... what to do?50
is mentioned in JSF API, but is no official anchor-attribute of HTML 4.0... what to do?52
org.apache.myfaces.taglib.html.HtmlSelectManyCheckboxTagBaseLine
here there is no border element, in the others (HTMLSelectOneMenuTag, HtmlSelectOneRadioTag) there is... inconsistent... private String _border;66

TODO

Number of occurences found in the code: 33

org.apache.myfaces.renderkit.RendererUtilsLine
Shall we cache the list in a component attribute?467
org.apache.myfaces.renderkit.html.HtmlButtonRendererBaseLine
overwrite in extended HtmlButtonRenderer and check for enabledOnUserRole203
org.apache.myfaces.renderkit.html.HtmlCheckboxRendererBaseLine
the selectBoolean is never disabled63
Check here for getSubmittedValue. Look at RendererUtils.getValue146
overwrite in extended HtmlCheckboxRenderer and check for enabledOnUserRole266
org.apache.myfaces.renderkit.html.HtmlLinkRendererBaseLine
or encodeActionURL ?405
org.apache.myfaces.renderkit.html.HtmlListboxRendererBaseLine
overwrite in extended HtmlListboxRenderer and check for enabledOnUserRole87
org.apache.myfaces.renderkit.html.HtmlMenuRendererBaseLine
overwrite in extended HtmlMenuRenderer and check for enabledOnUserRole66
org.apache.myfaces.renderkit.html.HtmlRadioRendererBaseLine
Check here for getSubmittedValue. Look at RendererUtils.getValue this is useless object creation Object itemValue = selectItem.getValue();139
overwrite in extended HtmlRadioRenderer and check for enabledOnUserRole263
org.apache.myfaces.renderkit.html.HtmlRendererUtilsLine
/FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects407
/FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects719
org.apache.myfaces.renderkit.html.HtmlResponseWriterImplLine
Escaping: must not have "-->" inside!387
Make HTMLEncoder support char arrays directly437
Make HTMLEncoder support char arrays directly444
org.apache.myfaces.renderkit.html.HtmlSecretRendererBaseLine
overwrite in extended HtmlSecretRenderer and check for enabledOnUserRole82
org.apache.myfaces.renderkit.html.HtmlTextRendererBaseLine
overwrite in extended HtmlTextRenderer and check for enabledOnUserRole154
org.apache.myfaces.renderkit.html.HtmlTextareaRendererBaseLine
overwrite in extended HtmlTextareaRenderer and check for enabledOnUserRole70
org.apache.myfaces.renderkit.html.util.DummyFormUtilsLine
Optimize saveSerializedView call, because serialized view is built twice!152
org.apache.myfaces.renderkit.html.util.JavascriptUtilsLine
/FIXME (manolito): This info should be better stored in the viewroot component and not in the session262
org.apache.myfaces.renderkit.html.util.ReducedHTMLParserLine
implement this properly in compliance with spec188
implement this properly in compliance with spec236
should we consider a string to be terminated by a newline? that would help with runaway strings but I think that multiline strings *are* allowed...254
detect newlines within strings and increment lineNumber. This isn't so important, though; they aren't common and being a few lines out in an error message isn't serious either.258
Handle case where the DOCTYPE includes an internal DTD. In that case there *will* be embedded < chars in the document. However that's very unlikely to be used in a JSF page, so this is pretty low priority.435
handle "-- >", which is a valid way to close a comment according to the specs.489
org.apache.myfaces.taglib.UIComponentBodyTagBaseLine
Ignore <!-- --> comments59
org.apache.myfaces.taglib.UIComponentTagUtilsLine
Warning if component has no such property (with reflection)110
More sophisticated way to convert boolean value (yes/no, 1/0, on/off, etc.)131
org.apache.myfaces.taglib.html.HtmlOutputTextTagBaseLine
idea: set transient and override setValue method in UIOutput so that transient is set to false when a new value is set56
org.apache.myfaces.taglib.html.HtmlSelectManyCheckboxTagBaseLine
needed?52
org.apache.myfaces.util.RestoreStateUtilsLine
constant50
org.apache.myfaces.util.xml.XmlUtilsLine
see jsf-samples throw new FacesException("Unexpected node type " + n.getNodeType());50

XXX

Number of occurences found in the code: 0