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 | 61 | TODO |
Each tag is detailed below:
TODO
Number of occurrences found in the code: 61
| javax.faces.component.AbstractComponentTest | Line |
|---|---|
| --No comment-- | 18 |
| --No comment-- | 26 |
| javax.faces.component.UIComponentBaseTest | Line |
| implement tests for _ComponentAttributesMap | 98 |
| javax.faces.component.UIDataTest | Line |
| --No comment-- | 128 |
| --No comment-- | 136 |
| --No comment-- | 144 |
| --No comment-- | 152 |
| --No comment-- | 160 |
| --No comment-- | 168 |
| --No comment-- | 176 |
| --No comment-- | 184 |
| --No comment-- | 193 |
| --No comment-- | 201 |
| --No comment-- | 209 |
| --No comment-- | 217 |
| --No comment-- | 225 |
| --No comment-- | 233 |
| --No comment-- | 241 |
| --No comment-- | 249 |
| --No comment-- | 257 |
| --No comment-- | 265 |
| --No comment-- | 273 |
| --No comment-- | 281 |
| --No comment-- | 289 |
| --No comment-- | 297 |
| --No comment-- | 305 |
| --No comment-- | 313 |
| --No comment-- | 321 |
| --No comment-- | 329 |
| --No comment-- | 337 |
| --No comment-- | 345 |
| --No comment-- | 353 |
| --No comment-- | 361 |
| 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) | 385 |
| javax.faces.component.UIViewRoot | Line |
| abort processing of any event of any phase or just of any event of the current phase??? | 397 |
| fix callers then make this throw an exception. | 501 |
| javax.faces.component.UIViewRootTest | Line |
| --No comment-- | 297 |
| --No comment-- | 306 |
| --No comment-- | 314 |
| --No comment-- | 323 |
| --No comment-- | 331 |
| --No comment-- | 339 |
| --No comment-- | 347 |
| --No comment-- | 355 |
| --No comment-- | 363 |
| --No comment-- | 371 |
| --No comment-- | 379 |
| --No comment-- | 387 |
| --No comment-- | 395 |
| --No comment-- | 403 |
| --No comment-- | 411 |
| 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. | 328 |
| Document why this method is necessary, and why it doesn't try to compare the _component field. | 459 |
| javax.faces.component._MethodBindingToMethodExpression | Line |
| find a way to share the implementation of class with impl. | 35 |
| javax.faces.convert.DateTimeConverter | Line |
| validate timeStyle | 261 |
| validate timeStyle | 310 |
| validate type | 357 |
| javax.faces.convert.DoubleConverter | Line |
| DecimalFormatSymbols.getInstance exists only on JDK 1.6 change it on JSF 2.1 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(loc); | 100 |
| we can remove this hack, once this got fixed in the jvm! | 139 |
| javax.faces.convert.NumberConverter | Line |
| validate type | 517 |
| javax.faces.webapp.FacesServlet | Line |
| null-check for Weblogic, that tries to initialize Servlet before ContextListener | 138 |