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
@deprecated 6 @deprecated
FIXME 0 FIXME
TBD 0 TBD
TODO 3 TODO
XXX 3 XXX

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 6

org.apache.myfaces.tobago.apt.AnnotationUtils Line
since 4.4.0. Will set automatically. 32
org.apache.myfaces.tobago.apt.generate.ComponentInfo Line
since 2.0.0 49
org.apache.myfaces.tobago.apt.generate.TagInfo Line
since 4.4.0 30
since 4.4.0 45
org.apache.myfaces.tobago.apt.processor.TaglibGenerator Line
. Will be removed in a future version **** </p>"); 242
. Will be removed in a future version. Use "); 246

TODO

Number of occurrences found in the code: 3

org.apache.myfaces.tobago.apt.processor.CheckstyleConfigGenerator Line
configure replacement 148
org.apache.myfaces.tobago.apt.processor.FacesConfigGenerator Line
add facet and attributes 617
org.apache.myfaces.tobago.apt.processor.TaglibGenerator Line
configure replacement final String className; if (typeElement.getAnnotation(SimpleTag.class) != null || typeElement.getAnnotation(ValidatorTag.class) != null) { className = AnnotationUtils.generatedTagName(typeElement); } else if (typeElement.getAnnotation(ExtensionTag.class) != null) { className = typeElement.getQualifiedName().toString(); } else if (typeElement.getAnnotation(UIComponentTag.class) != null) { className = "org.apache.myfaces.tobago.internal.taglib." + StringUtils.capitalize(annotationTag.name()) + "Tag"; } else { throw new RuntimeException("Not supported: " + typeElement.getQualifiedName()); } info("Replacing: " + typeElement.getQualifiedName() + " -> " + className); 182

XXX

Number of occurrences found in the code: 3

org.apache.myfaces.tobago.apt.processor.CheckstyleConfigGenerator Line
name? 84
org.apache.myfaces.tobago.apt.processor.FacesConfigGenerator Line
--No comment-- 127
org.apache.myfaces.tobago.apt.processor.TaglibGenerator Line
hack: should be configurable or generated from annotations. 133