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 |
|---|---|---|
| @todo | 1 | @todo |
| TODO | 33 | TODO |
Each tag is detailed below:
@todo
Number of occurrences found in the code: 1
| org.apache.myfaces.shared.renderkit.html.HtmlRenderer | Line |
|---|---|
| Is this a bottleneck? If so, optimize! | 107 |
TODO
Number of occurrences found in the code: 33
| org.apache.myfaces.shared.application.DefaultViewHandlerSupport | Line |
|---|---|
| CJH: I don't think this is correct, considering that getActionURL() expects everything to start with '/', and in the suffix case we only mess with the suffix and leave leading slashes alone. Please review... | 391 |
| org.apache.myfaces.shared.application.InvalidViewIdException | Line |
| Auto-generated constructor stub | 33 |
| Auto-generated constructor stub | 42 |
| Auto-generated constructor stub | 51 |
| Auto-generated constructor stub | 61 |
| org.apache.myfaces.shared.application.ViewHandlerSupport | Line |
| RENAME - This class is now used by ViewDeclarationLanguageBase | 24 |
| org.apache.myfaces.shared.renderkit.RendererUtils | Line |
| Shall we cache the list in a component attribute? | 808 |
| org.apache.myfaces.shared.renderkit.html.HtmlButtonRendererBase | Line |
| overwrite in extended HtmlButtonRenderer and check for enabledOnUserRole | 686 |
| org.apache.myfaces.shared.renderkit.html.HtmlCheckboxRendererBase | Line |
| the selectBoolean is never disabled | 85 |
| Check here for getSubmittedValue. Look at RendererUtils.getValue | 265 |
| overwrite in extended HtmlCheckboxRenderer and check for enabledOnUserRole | 474 |
| org.apache.myfaces.shared.renderkit.html.HtmlLinkRendererBase | Line |
| or encodeActionURL ? | 960 |
| org.apache.myfaces.shared.renderkit.html.HtmlListboxRendererBase | Line |
| overwrite in extended HtmlListboxRenderer and check for enabledOnUserRole | 108 |
| org.apache.myfaces.shared.renderkit.html.HtmlMenuRendererBase | Line |
| overwrite in extended HtmlMenuRenderer and check for enabledOnUserRole | 105 |
| org.apache.myfaces.shared.renderkit.html.HtmlRadioRendererBase | Line |
| Check here for getSubmittedValue. Look at RendererUtils.getValue this is useless object creation Object itemValue = selectItem.getValue(); | 183 |
| overwrite in extended HtmlRadioRenderer and check for enabledOnUserRole | 412 |
| org.apache.myfaces.shared.renderkit.html.HtmlRendererUtils | Line |
| /FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects | 566 |
| /FIX: we always compare the String vales, better fill lookupSet with Strings only when useSubmittedValue==true, else use the real item value Objects | 1117 |
| org.apache.myfaces.shared.renderkit.html.HtmlResponseWriterImpl | Line |
| Escaping: must not have "-->" inside! | 732 |
| org.apache.myfaces.shared.renderkit.html.HtmlSecretRendererBase | Line |
| overwrite in extended HtmlSecretRenderer and check for enabledOnUserRole | 197 |
| org.apache.myfaces.shared.renderkit.html.HtmlTextRendererBase | Line |
| overwrite in extended HtmlTextRenderer and check for enabledOnUserRole | 298 |
| org.apache.myfaces.shared.renderkit.html.HtmlTextareaRendererBase | Line |
| overwrite in extended HtmlTextareaRenderer and check for enabledOnUserRole | 182 |
| org.apache.myfaces.shared.renderkit.html.util.JavascriptUtils | Line |
| /FIXME (manolito): This info should be better stored in the viewroot component and not in the session | 299 |
| org.apache.myfaces.shared.renderkit.html.util.SharedStringBuilder | Line |
| checkstyle complains; does this have to lead with __ ? | 35 |
| org.apache.myfaces.shared.resource.ResourceLoaderUtils | Line |
| In tomcat and jetty it is implemented a Flyweight pattern when converting date headers. For now it is better keep this stuff simple. | 34 |
| org.apache.myfaces.shared.taglib.UIComponentTagUtils | Line |
| Warning if component has no such property (with reflection) | 118 |
| More sophisticated way to convert boolean value (yes/no, 1/0, on/off, etc.) | 137 |
| org.apache.myfaces.shared.util.ConcurrentLRUCache | Line |
| allow this to be customized in the constructor? | 283 |
| org.apache.myfaces.shared.util.RestoreStateUtils | Line |
| constant | 81 |
| org.apache.myfaces.shared.util.xml.XmlUtils | Line |
| see jsf-samples throw new FacesException("Unexpected node type " + n.getNodeType()); | 53 |
| org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase | Line |
| sobryan: Is this right? | 230 |
| org.apache.myfaces.shared.view.ViewDeclarationLanguageBase | Line |
| VALIDATE - The spec is silent on the following line, but I feel bad if I don't set it | 75 |
| VALIDATE - Spec is silent on the return value when an error was sent | 86 |