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 44

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 169
org.apache.myfaces.component.html.ext.SortableModel Line
support -1 for rowCount 137
org.apache.myfaces.custom.tree2.UITreeData Line
call hook */ 376
figure out whether or not to abort this method gracefully */ 377

TODO

Number of occurences found in the code: 44

org.apache.myfaces.component.html.ext.AbstractHtmlDataTable Line
temporarily support fully-qualified ext. dataTable attribute names. 1224
temporarily support fully-qualified ext. dataTable attribute names. 1253
org.apache.myfaces.component.html.ext.BaseSortableModel Line
support -1 for rowCount: 181
org.apache.myfaces.custom.calendar.HtmlCalendarRenderer Line
move this to HtmlRendererUtils in shared 107
does this mean the target date is set to todays date? And how does this affect the "required" property? 1057
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 436
move this non neutral code into the resource handler 454
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. 42
This should be something like this: 174
org.apache.myfaces.custom.tree2.UITreeData Line
change to an own exception 363
org.apache.myfaces.dateformat.DateFormatSymbols Line
move these vars out of this "constant" class. 69
org.apache.myfaces.dateformat.SimpleDateFormatter Line
support minimumDaysInWeek property. Currently, assumes this is set to 4 (the ISO standard). <p> 263
maybe this adjustment could be made while parsing? 792
when formatting, should literal chars really just cause skipping? 1026
org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer Line
Check here for getSubmittedValue. Look at RendererUtils.getValue 266
we must cache this Set! 416
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) 69