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 | 13 | TODO |
Each tag is detailed below:
TODO
Number of occurrences found in the code: 13
| javax.faces.component.UIComponentBase | Line |
|---|---|
| not specified! | 428 |
| javax.faces.component.UIComponentBaseTest | Line |
| remove this line once shale-test goes alpha, see MYFACES-1155 | 50 |
| javax.faces.component.UISelectMany | Line |
| Setting the submitted value to null in the super class causes a bug, if set to null, you'll get the following error : java.lang.NullPointerException at org.apache.myfaces.renderkit._SharedRendererUtils.getConvertedUISelectManyValue(_SharedRendererUtils.java:118) | 323 |
| javax.faces.component.UIViewRoot | Line |
| abort processing of any event of any phase or just of any event of the current phase??? | 143 |
| not specified!? | 243 |
| javax.faces.component._ComponentAttributesMap | Line |
| Consider making the cache shared between component instances; currently 100 UIInputText components means performing introspection on the UIInputText component 100 times. | 342 |
| Document why this method is necessary, and why it doesn't try to compare the _component field. | 450 |
| javax.faces.convert.DateTimeConverter | Line |
| validate timeStyle | 177 |
| validate timeStyle | 221 |
| validate type | 262 |
| javax.faces.convert.NumberConverter | Line |
| validate type | 479 |
| javax.faces.webapp.FacesServlet | Line |
| null-check for Weblogic, that tries to initialize Servlet before ContextListener | 100 |
| javax.faces.webapp.UIComponentTag | Line |
| what if parent == null? | 724 |