Foundation

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

Tag Total number of occurences
@todo 4
TODO 45

Each tag is detailed below:

@todo

Number of occurences found in the code: 4

org.apache.myfaces.component.html.ext.BaseSortableModel Line
support -1 for rowCount 170
org.apache.myfaces.component.html.ext.SortableModel Line
support -1 for rowCount 137
org.apache.myfaces.custom.tree2.UITreeData Line
call hook */ 380
figure out whether or not to abort this method gracefully */ 381

TODO

Number of occurences found in the code: 45

org.apache.myfaces.component.html.ext.AbstractHtmlDataTable Line
temporarily support fully-qualified ext. dataTable attribute names. 1234
temporarily support fully-qualified ext. dataTable attribute names. 1263
org.apache.myfaces.component.html.ext.BaseSortableModel Line
support -1 for rowCount: 182
org.apache.myfaces.custom.calendar.HtmlCalendarRenderer Line
move this to HtmlRendererUtils in shared 108
does this mean the target date is set to todays date? And how does this affect the "required" property? 1084
org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanelRenderer Line
apply styles from the parent element to this DIV 86
org.apache.myfaces.custom.dojo.DojoUtils Line
move this non neutral code into the resource handler HttpServletRequest request = (HttpServletRequest) context.getExternalContext().getRequest(); 439
move this non neutral code into the resource handler 457
org.apache.myfaces.custom.htmlTag.HtmlTagRenderer Line
Use HtmlRendererUtils.renderHTMLAttributes(writer, component, HTML.COMMON_PASSTROUGH_ATTRIBUTES); 64
org.apache.myfaces.custom.inputHtml.InputHtmlRenderer Line
Enable multiple editors on one page 59
Fix i18n (check the kupustart_form.js) 60
Finish Disabled mode. 61
Automatic Fallback for non kupu capable browsers (Safari, smartphones, non javascript, ...). 62
Make Image & Link Library work. 63
Allow disabeling of tag filtering 64
Fix height while zoomed 65
Handle fallback="auto" 77
Fix this by supporting multiple inputHtml per page. 92
Make this work (reference available images, ...). 351
Enable 540
Enable 541
Check as last parameter has been removed. 583
org.apache.myfaces.custom.jslistener.JsValueChangeListenerRenderer Line
this should be refactored to register a javascript-event-wrapper the java-script way in the current version of AddResource, this would not work anymore 150
org.apache.myfaces.custom.stylesheet.StylesheetRenderer Line
fixme 124
org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTab Line
Document this component. 30
org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTabbedPane Line
Document this component. 43
This should be something like this: 175
org.apache.myfaces.custom.transform.AbstractXmlTransform Line
- handle all cases 83
org.apache.myfaces.custom.tree2.UITreeData Line
change to an own exception 367
org.apache.myfaces.dateformat.DateFormatSymbols Line
move these vars out of this "constant" class. 71
org.apache.myfaces.dateformat.SimpleDateFormatter Line
support minimumDaysInWeek property. Currently, assumes this is set to 4 (the ISO standard). <p> 267
maybe this adjustment could be made while parsing? 804
when formatting, should literal chars really just cause skipping? 1038
org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer Line
Check here for getSubmittedValue. Look at RendererUtils.getValue 267
we must cache this Set! 417
org.apache.myfaces.renderkit.html.util.DummyFormUtils Line
Optimize saveSerializedView call, because serialized view is built twice! 145
org.apache.myfaces.renderkit.html.util.ReducedHTMLParser Line
implement this properly in compliance with spec 191
implement this properly in compliance with spec 239
should we consider a string to be terminated by a newline? that would help with runaway strings but I think that multiline strings *are* allowed... 257
detect newlines within strings and increment lineNumber. This isn't so important, though; they aren't common and being a few lines out in an error message isn't serious either. 261
Handle case where the DOCTYPE includes an internal DTD. In that case there *will* be embedded < chars in the document. However that's very unlikely to be used in a JSF page, so this is pretty low priority. 430
handle "-- >", which is a valid way to close a comment according to the specs. 485
org.apache.myfaces.tomahawk.util.ExternalContextUtils Line
This class is a copy of org.apache.myfaces.commons.util.ExternalContextUtils 31
org.apache.myfaces.tomahawk.util.RequestType Line
This class is a copy of org.apache.myfaces.commons.util.RequestType 22
org.apache.myfaces.webapp.filter.ServeResourcePhaseListener Line
in portlet 2.0 (JSR-286), we will write the resource to the stream here if we get a resource-request (resource-requests are only available in 286) 78