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 | 0 | @todo |
| TODO | 15 | TODO |
Each tag is detailed below:
TODO
Number of occurrences found in the code: 15
| org.apache.myfaces.application.jsp.JspViewHandlerImpl | Line |
|---|---|
| how to calculate from client? | 122 |
| 2.5.2.2 for Portlet? What do I do? | 253 |
| org.apache.myfaces.context.portlet.PortletExternalContextImpl | Line |
| figure out why I need named dispatcher | 164 |
| find out why it is not done this way in ServletExternalContextImpl | 296 |
| org.apache.myfaces.context.servlet.ServletFacesContextImpl | Line |
| FIXME: the name of this class should be changed. | 74 |
| figure out if I really need to do this | 357 |
| org.apache.myfaces.convert.ConverterUtils | Line |
| Move to util package and rename to better name | 23 |
| org.apache.myfaces.el.ELParserHelper | Line |
| should use \\ as escape for \ always, not just when before #{ // allow use of '\' as escape symbol for #{ (for compatibility with Sun's extended implementation) if (isEscaped(expressionString, posOpenBrace - 1)) { escapes: { for (int i = sb.length() - 1; i >= 0; i--) { if (sb.charAt(i) != '\\') { sb.setLength( sb.length() - (sb.length() - i) / 2); break escapes; } } sb.setLength(sb.length() / 2); } sb.append("#{"); } else { | 132 |
| org.apache.myfaces.el.PropertyResolverImpl | Line |
| cache this in classLoader safe way | 494 |
| org.apache.myfaces.el.PropertyResolverTestCase | Line |
| Auto-generated method stub | 45 |
| org.apache.myfaces.lifecycle.RestoreViewExecutor | Line |
| JSF Spec 2.2.1 - what do they mean by "if the default ViewHandler implementation is used..." ? | 138 |
| org.apache.myfaces.portlet.MyFacesGenericPortlet | Line |
| not sure if this can happen. Also double check this against spec section 2.1.3 | 493 |
| org.apache.myfaces.renderkit.html.HtmlLabelRenderer | Line |
| Move to extended component | 83 |
| org.apache.myfaces.renderkit.html.HtmlTextRendererTest | Line |
| remove these two lines once shale-test goes alpha, see MYFACES-1155 | 66 |
| org.apache.myfaces.taglib.core.LoadBundleTag | Line |
| --No comment-- | 57 |