UI-Component Sets

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 ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO61TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 61

javax.faces.component.AbstractComponentTestLine
--No comment--18
--No comment--26
javax.faces.component.UIComponentBaseTestLine
implement tests for _ComponentAttributesMap98
javax.faces.component.UIDataTestLine
--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.UISelectManyLine
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.UIViewRootLine
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.UIViewRootTestLine
--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._ComponentAttributesMapLine
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._MethodBindingToMethodExpressionLine
find a way to share the implementation of class with impl.35
javax.faces.convert.DateTimeConverterLine
validate timeStyle261
validate timeStyle310
validate type357
javax.faces.convert.DoubleConverterLine
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.NumberConverterLine
validate type517
javax.faces.webapp.FacesServletLine
null-check for Weblogic, that tries to initialize Servlet before ContextListener138