trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js (10 lines):
- line 41: // TODO: Because PPR is now queued, is this still relevant?
- line 578: // TODO: abstract onto Agent object
- line 1333: // FIXME: this is *NOT* portable. Safari, for example,
- line 1498: // TODO - Remove once inline validation uses onblur/onchange
- line 1558: // TODO: make this a public function only after hanging it on
- line 2100: // TODO: fix for PPR
- line 3793: // FIXME: shouldn't be using a private method on TrPage - this should
- line 4732: * TODO - make this public?
- line 4765: * TODO - make this public?
- line 4788: * TODO - make this public?
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Page.js (10 lines):
- line 166: // TODO: do we need to do any additional processing here, for instance,
- line 237: // TODO: fix for portlets???
- line 244: // FIXME: log an error
- line 334: * TODO: remove entire Core.js code, move to public TrPage.resetForm()
- line 357: // TODO move to agent code
- line 374: // TODO: track submitted form name at client, instead of
- line 378: // TODO: support Portal
- line 504: // TODO: handle nodes that don't have ID, but do take the focus?
- line 559: // FIXME: in DOM, are there ever components whose
- line 738: // TODO: move to agent API
trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.css (9 lines):
- line 328: /** TODO New for Fusion Doc **/
- line 411: /** TODO Doc changes:
- line 420: /** TODO get rid of this when server-side components have the same styles! **/
- line 531: /** TODO: Document those selectors **/
- line 1024: /** required group icon. TODO Doc only when we have the requiredGroup attribute **/
- line 1443: /** =-= mcc TODO the following tab styles need corresponding RTL versions, images too **/
- line 1444: /** =-= aew TODO the following tab styles should all be transferred out of base-desktop.xss and into another style sheet! base-desktop.xss should only have primitive styles **/
- line 1582: /** =-= mcc TODO Doc the navigationLevel style classes **/
- line 3768: /** TODO: AdamWiner: This can't be correct **/
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/util/JavaIntrospector.java (7 lines):
- line 485: // TODO: Check if synchronization is really needed.
- line 838: // TODO: Check if synchronization is really needed.
- line 906: // TODO: Check if synchronization is really needed.
- line 1082: // TODO: Check if synchronization is really needed.
- line 1362: // TODO: Check if synchronization is really needed.
- line 1403: // FIXME: Never used locally
- line 2015: // TODO: Check if synchronization is really needed.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/SkinExtension.java (7 lines):
- line 474: // TODO take out method once sufficient time has past since deprecation
- line 475: // TODO in July, 2007
- line 476: // TODO also make _bundleName final
- line 652: // TODO take out method once sufficient time has past since deprecation
- line 653: // TODO also make _styleSheetName final
- line 784: // TODO: Check if something better than Stack can be used
- line 860: // TODO make these final after the deprecated setter is removed
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/application/StateManagerImpl.java (7 lines):
- line 86: // TODO this should be removed, see comments in restoreView where this constant is used
- line 175: // TODO gcrawfor
- line 769: // TODO This is a hack because stateManagementStrategy doesn't take
- line 882: // TODO: catch wrong/invalid values (aka baby sitting)
- line 1365: // TODO - partial state saving is handled by facelets in JSF 2.0,
- line 1413: // FIXME: -= Simon Lessard
- line 1777: // TODO - we used to delegate to the RI when the stateManagement method was server,
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/FormRenderer.java (6 lines):
- line 60: // TODO: Remove this class
- line 611: // TODO: turn into a Map of clientId to 4 entries
- line 612: // TODO: consider passing "immediate"
- line 614: // (TODO: stringifying these is pointless, pass as direct JSON)
- line 722: // FIXME: the List here is wrong; we should only ever have
- line 1334: // FIXME: Nothing in this class is logged as of 2006-08-03
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/xhr/RequestQueue.js (6 lines):
- line 48: // TODO aschwart
- line 177: // TODO: log a warning if we're dropping any headers? Or
- line 192: // TODO: log a warning if we're dropping any headers? Or
- line 558: // FIXME: why are the next two lines at all necessary? The form
- line 946: // TODO: get translated connection information
- line 952: // TODO: get translated connection information
trinidad-api/src/main/java/org/apache/myfaces/trinidad/render/CoreRenderer.java (6 lines):
- line 60: // TODO Move elsewhere?
- line 158: // TODO Remove after one release
- line 164: // TODO Remove after one release
- line 214: // TODO Remove after one release
- line 250: // TODO Remove after one release
- line 762: // TODO Is this a bottleneck? If so, optimize!
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXComponentBase.java (6 lines):
- line 123: // TODO Write Class Javadoc
- line 124: // TODO Thorough review against UIComponentBase
- line 1399: // TODO will have deep problems if UIComponent.saveState() ever
- line 1401: // TODO crashes and burns if there are fewer children or missing
- line 1441: // FIXME: Set to true, but never read
- line 2589: // FIXME: _initialStateMarked is never read
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SkinSelectors.java (6 lines):
- line 101: // FIXME: get rid of these!
- line 750: // FIXME: Name inconsistency, should be _PANEL_ACCORDION
- line 1057: // FIXME: Check if those selectors are ok. Constant names suggest radio button
- line 1110: // FIXME: change to af|selectManyShuttle::header
- line 1279: // FIXME: Name inconsistency, should be SHOW_MANY_ACCORDION
- line 1496: // FIXME: Inconsistent names _STYLE vs. _STYLE_CLASS
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/SkinStyleSheetParserUtils.java (5 lines):
- line 563: * TODO what to do about that???
- line 671: // TODO - Add -tr-rule-ref capability for icons.
- line 704: null, //TODO jmw trSkinPropertyNodes for icons
- line 706: null, //TODO jmw includePropertyNodes for icons
- line 707: null, //TODO jmw includeCompactPropertyNodes for icons
trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java (5 lines):
- line 67: // TODO Refactor this class after everything gets added to it.
- line 68: // TODO There's some values in here that seem to affect only output (e.g.,
- line 185: // TODO Do we need an explicit "cancelled" concept, or
- line 533: // TODO do we need to provide getCurrencySymbol() as well?
- line 587: // TODO Add support for non-OHW help systems
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/upload/FileUploadConfiguratorImpl.java (5 lines):
- line 112: // FIXME AdamWiner We should clean up ASAP - these are potentially very
- line 136: //TODO: Remove the portlet check in the future.
- line 141: // TODO: How is this set?
- line 310: // TODO matzew check portlet env.
- line 326: //TODO initialize _maxAllowedBytes
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXSingleStepTemplate.java (4 lines):
- line 63: // TODO Store as transient PropertyKey
- line 76: // TODO if I have default listeners, then should
- line 122: // TODO Either make this throw an exception, or make it
- line 140: // TODO Either make this throw an exception, or make it
trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java (4 lines):
- line 57: // TODO Additional version that takes a FacesContext?
- line 163: // TODO This can, of course, be implemented on top of entries();
- line 179: // TODO is this iterator read-only or read-write?
- line 232: // TODO Extract as interface?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/xml/parse/StyleSheetDocument.java (4 lines):
- line 181: // TODO: Collections.emptyList() maybe?
- line 684: // FIXME: AdamWiner - _ERROR_STYLE_NODE is in fact never used!
- line 779: // TODO: AdamWiner: entry.toStyleNode() will return
- line 831: // FIXME: That sequence looks buggy. If more than 1 matching node
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/ppr/PPRResponseWriter.java (4 lines):
- line 53: * TODO: write out fragments only once we've detected the
- line 127: // TODO: Do we need this?
- line 132: // TODO: Portlet support for PPR?
- line 133: // TODO: PS - Not sure why this extra space is being written out, but this causes an 'malformed
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SelectManyShuttleRenderer.java (4 lines):
- line 316: /* FIXME: add this?
- line 420: // FIXME: Make sure we don't NPE when not in form
- line 805: // FIXME: this would be far better just written as Javascript
- line 810: // FIXME: the icon previously had "p_OraDisplayBlock" rendered on it.
trinidad-api/src/main/conf/META-INF/myfaces-core-2_0-metadata.xml (4 lines):
- line 56: TODO: IMPLEMENT HERE - Delta state saving support
- line 810: TODO: documentation on jsp and pld are not the same
- line 811: TODO: documentation on jsp and pld are not the same. It appear two
- line 950: that call this method (eg during restoreState) so it just does the normal thing for the moment. TODO: fix callers
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/CoreRenderingContext.java (3 lines):
- line 122: * @TODO is there a better way when link renderer moved?
- line 147: * @TODO is there a better way when link renderer moved?
- line 856: // FIXME: Cannot use CapabilityKey in the generic definition because
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/webapp/TrinidadFilterImpl.java (3 lines):
- line 336: // FIXME: Using for now to accomodate ReplaceParametersRequestWrapper.
- line 342: // TODO: The following should be made available to the Portal. This is not trivial
- line 431: //TODO: sobryan I believe some of this can be added to the RequestContextUtils to allow
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/TableRenderer.java (3 lines):
- line 353: // TODO: use keysToRender to only iterate onto rows
- line 417: // =-=AdamWiner FIXME: only really needed with sorting.
- line 551: * @TODO COMPRESS JOINED STYLES
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/el/TrinidadELResolver.java (3 lines):
- line 149: // TODO translate this
- line 158: // TODO translate this
- line 167: // TODO translate this
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/TrinidadAgent.java (3 lines):
- line 705: * //@TODO: Check: Isn't webpro same as netfront access
- line 716: * //@TODO: Check: Are we still supporting Pixo??
- line 722: * //@TODO: Check: Do we still have to support this??
trinidad-api/src/main/java/org/apache/myfaces/trinidad/event/RowKeySetChangeEvent.java (3 lines):
- line 36: // FIXME: What is the parametrized type inside RowKeySet?
- line 51: // FIXME: What is the parametrized type inside RowKeySet?
- line 65: // FIXME: What is the parametrized type inside RowKeySet?
trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBeanImpl.java (3 lines):
- line 57: // TODO Use auto "TYPE" detection?
- line 93: // TODO Need *good* way of hooking property-sets; it's
- line 269: // TODO provide more efficient implementation for copying
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/GoButtonRenderer.java (3 lines):
- line 39: * FIXME: the inheritance hierarchy is a bit annoying: should
- line 268: // FIXME: move this implementation to XhtmlRenderer
- line 280: // FIXME: How come inlineStyle is never read
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/CoreFormData.java (3 lines):
- line 263: * TODO - adding required, converter, validators should be done separately
- line 265: * TODO - when this API has been fixed up, move the new
- line 512: //TODO - not checking for null so map always getting created
trinidad-api/src/main/java/org/apache/myfaces/trinidad/util/RequestStateMap.java (3 lines):
- line 106: //TODO: put optimization code here
- line 136: //TODO: use reflection here but it can be replaced..
- line 146: //TODO: Log exception
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXEditableValueTemplate.java (3 lines):
- line 155: // TODO: -> SPEC ISSUE (matzew) setSubmittedValue(null) is wrong, so we do not follow the spec here...
- line 337: // TODO Better error messages when update model fails.
- line 706: // TODO need a better warning (i18n) here, which has more information
trinidad-api/src/main/java/org/apache/myfaces/trinidad/convert/NumberConverter.java (3 lines):
- line 231: df.setParseBigDecimal(true); // TODO What does this do?
- line 269: ndf.setParseBigDecimal(true); // TODO What does this do?
- line 1056: // FIXME: Is that line really supposed to go in the else????
trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/ResourceServlet.java (3 lines):
- line 88: // TODO use ClassLoader.getResources() and make hierarchical
- line 89: // TODO verify request headers and (cached) response headers
- line 90: // TODO set "private" cache headers in debug mode?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/SkinImpl.java (2 lines):
- line 400: //TODO Take out deprecated after sufficient amount of time has passed
- line 1067: // TODO: this section needs to be MOVED up, perhaps to API,
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/skin/SimplePortletSkin.java (2 lines):
- line 228: // TODO: put some style class on the for checkboxes so I can
- line 230: // TODO: I use portlet-font for the text in a choice. Is this right?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/parse/DeviceNode.java (2 lines):
- line 45: //TODO: Have a "Does not matter" match constant
- line 54: // FIXME: _id and _extendsId are never read locally
trinidad-api/src/main/java/org/apache/myfaces/trinidad/model/ProcessUtils.java (2 lines):
- line 439: //TODO - if I change this to use pageFlowScope it doesn't work.
- line 476: //TODO - should I default this to focusPath?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SimpleSelectOneRenderer.java (2 lines):
- line 431: // TODO Don't throw exception: message!
- line 438: // TODO Don't throw exception: message!
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXHierarchy.java (2 lines):
- line 79: // TODO implement this
- line 89: // TODO implement this
trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/util/FlaggedPropertyMap.java (2 lines):
- line 151: // TODO Optimize to take advantage of flags.
- line 193: // TODO gcrawford - do something better?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/html/ScriptRenderer.java (2 lines):
- line 68: // TODO: should we render language="javascript"? The
- line 133: // TODO: change the default, as very few scripts actually
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/GlobalConfiguratorImpl.java (2 lines):
- line 207: @SuppressWarnings("unchecked") // TODO: remove this for Faces 1.2
- line 384: //TODO sobryan this is somewhat inefficient so should be removed when we
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/URLEncoderExternalContext.java (2 lines):
- line 80: // TODO Implement this method
- line 87: // TODO Implement this method
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXSelectManyTemplate.java (2 lines):
- line 44: // TODO walk through UIXSelectItem values to determine that new
- line 76: // TODO improve efficiency
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/LabelAndMessageRenderer.java (2 lines):
- line 114: // FIXME: OK... This is another strong coupling
- line 326: // FIXME: That's too strongly coupled to my taste. Even being stuck
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java (2 lines):
- line 281: // TODO: this is over kill. for eg, It clears out any toggled showDetails.
- line 645: // TODO all this code should be removed and moved into the renderer:
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/DateField.js (2 lines):
- line 537: //TODO - Need Cleaner way to close dialogs using via getInstance()
- line 555: //TODO - Need Cleaner way to close dialogs using via getInstance()
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SkinProperties.java (2 lines):
- line 36: // FIXME: Name inconsistency, should be AF_NAVIGATION_PATH
- line 43: // FIXME: Name inconsistency, should be AF_PANEL_HEADER
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/table/TreeUtils.java (2 lines):
- line 95: // TODO: this method should be removed.
- line 300: // TODO - The FocusRowKey has not changed only the start row index has changed.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SimpleInputColorRenderer.java (2 lines):
- line 265: // =-=AEW TODO: Make spacer a property?
- line 549: // FIXME: this should happen with just rendering the Icon, *not*
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/io/HtmlResponseWriter.java (2 lines):
- line 206: // TODO remove this because passThroughAttributes could change the element
- line 265: // FIXME: delete the _currAttr code, which is unused and contrary
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/CommandButtonRenderer.java (2 lines):
- line 234: // FIXME: move this implementation to XhtmlRenderer
- line 246: // FIXME: How come inline style is never read locally?
trinidad-api/src/main/java/org/apache/myfaces/trinidad/model/SortableModel.java (2 lines):
- line 233: //TODO clean up that _getELXyz() calls
- line 409: //TODO: support -1 for rowCount:
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/CoreRenderKit.java (2 lines):
- line 152: // TODO: Obviously, this cheesy algorithm is not quite enough!
- line 474: // TODO: Create the span with a bogus component where
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/util/TokenCacheDebugUtils.java (2 lines):
- line 154: // TODO - add this directly to the log buffer
- line 189: // TODO - is there a way to get these off the external context?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/NavigationPaneRenderer.java (2 lines):
- line 341: // =-= mcc TODO pull from rc, e.g. when placed by Page, PanelPage
- line 395: // =-= mcc TODO level is different than path, so the following is wrong:
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/xml/parse/StyleSheetDocumentParser.java (2 lines):
- line 186: // TODO: Check if synchronization is truly required.
- line 323: // TODO: Check if synchronization is truly required
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/SkinCSSDocumentHandler.java (2 lines):
- line 55: * TODO figure out if this is thread-safe
- line 277: // TODO deal with default namespaces that don't have prefixes??
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/TreeRenderer.java (2 lines):
- line 1067: // TODO: change
- line 1182: //TODO: do we need default stamp support???
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/ppr/PartialPageContextImpl.java (2 lines):
- line 323: // TODO: smarter initial size?
- line 447: // FIXME: java.util.Stack... enough said... ArrayList or LinkedList please
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/BaseStyle.java (2 lines):
- line 30: * TODO Remove the ParsedProperty code from Trinidad. It is only used for
- line 32: * TODO Then remove CoreStyle and implement the public Style object instead.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/parse/CapabilitiesDocument.java (2 lines):
- line 59: //TODO: Right now we go by best match. But May be we should
- line 76: //TODO: Need to support a "extends" mechanism for devices, so that one device
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/uix/SelectItemSupport.java (2 lines):
- line 308: //TODO test - this section is untested
- line 333: //TODO test - this section is untested
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/parse/CapabilitiesNode.java (2 lines):
- line 77: double agentScore = 0; //TODO: use the NO_MATCH constant
- line 84: double platformScore = 0; //TODO: use the NO_MATCH constant
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/desktop/TrainRenderer.java (2 lines):
- line 600: * FIXME HACK for MSIE CSS bug involving composite style classes.
- line 800: * FIXME HACK for MSIE CSS bug involving composite style classes.
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/NumberFormat.js (2 lines):
- line 792: //TODO: matzew make it nicer....
- line 1096: * TODO: loclized messages ?
trinidad-api/src/main/java/org/apache/myfaces/trinidad/convert/DateTimeConverter.java (2 lines):
- line 734: // TODO at the beginning as well ?
- line 1686: // FIXME: this break does nothing, so commenting out; is
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/util/TokenCache.java (2 lines):
- line 318: // TODO: is this correct? We're not really removing
- line 347: // TODO: should removing a value that is "pinned" take?
trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UIXComponentTag.java (2 lines):
- line 427: // TODO Handle syntax exceptions gracefully?
- line 436: // TODO Handle syntax exceptions gracefully?
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/ApacheChart.js (2 lines):
- line 1246: // TODO: Legend elements should fire on click event
- line 1258: // TODO: Legend elements should fire on click event
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/util/CSSUtils.java (2 lines):
- line 96: // TODO: Add a list of property names expecting an URL here,
- line 427: // TODO: -= Simon Lessard
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/image/encode/GifEncoder.java (2 lines):
- line 88: // FIXME: JDK 1.2 was truly evil...
- line 328: // FIXME: Another line of code, another Hashtable,
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/util/NamespaceMap.java (2 lines):
- line 143: // FIXME: Extremely strong coupling to with ArrayMap's internal structure.
- line 223: // FIXME: Strong ArrayMap's internal functionality coupling here as well
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/StatusIndicator.js (1 line):
- line 45: // TODO: in theory, we should be able to remove the property here -
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/xhr/XMLRequestEvent.js (1 line):
- line 139: // TODO: this should likely be deleted or renamed, as it is
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/menu/ImmutableGroupNode.java (1 line):
- line 449: //TODO make this work
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/MethodBindingMethodExpression.java (1 line):
- line 37: // TODO implement serialization correctly?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/xmlHttp/XmlHttpConfigurator.java (1 line):
- line 170: // FIXME: add ELException in EE5
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Locale.js (1 line):
- line 1058: // TODO should I be doing string concat here, or have a map of key -> detailKey?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/XhtmlFormattedText.java (1 line):
- line 34: // TODO find a good way to expose this class, perhaps via the RenderingContext?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/dispatch/DispatchResponseConfiguratorImpl.java (1 line):
- line 30: * TODO: Document this
trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/PartialPageContext.java (1 line):
- line 41: // TODO why is this an abstract class and not an interface?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/ppr/XmlResponseWriter.java (1 line):
- line 58: //TODO include character encoding
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXComponent.java (1 line):
- line 558: // TODO check the however case however, in the specific case
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXSelectOneTemplate.java (1 line):
- line 29: // TODO walk through UIXSelectItem values to determine that the new
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/context/TrinidadPhaseListener.java (1 line):
- line 103: // TODO: support CSP?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/webapp/wrappers/PortletContextWrapper.java (1 line):
- line 179: * TODO: Once portlet spec supports generics, change this signature to match it.
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Shuttle.js (1 line):
- line 20: //FIXME: grab from a translation JS
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SimpleInputListOfValuesRenderer.java (1 line):
- line 218: // =-=AEW TODO: Make spacer a property?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/desktop/ButtonRenderer.java (1 line):
- line 263: // TODO: This is a temporary way of setting blocking. Once the
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PartialPageUtils.java (1 line):
- line 159: // FIXME: unused
trinidad-example/trinidad-demo/src/main/java/org/apache/myfaces/trinidaddemo/tableDemos/CSVBean.java (1 line):
- line 92: // TODO: add default by-type converter support
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/context/RequestContextImpl.java (1 line):
- line 274: // FIXME: Not real happy with this. We should find a way to get this into
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SimpleInputTextRenderer.java (1 line):
- line 237: // TODO: check for CoreForm...
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/DocumentRenderer.java (1 line):
- line 98: //TODO: We may want this to be i18n...
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/icon/TextIcon.java (1 line):
- line 139: // FIXME: since we go through the rendering context,
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/application/PortletUtils.java (1 line):
- line 74: //TODO: Do we need a warning here if the view root is not annotated
trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RenderingContext.java (1 line):
- line 265: // TODO This is a hack API to enable caching of the client ID.
trinidad-api/src/main/java/org/apache/myfaces/trinidad/change/ChangeManager.java (1 line):
- line 348: // =-= bts TODO add registration of attribute converters
trinidad-api/src/main/java/org/apache/myfaces/trinidad/validator/DateTimeRangeValidator.java (1 line):
- line 81: // TODO The error message date/time reads
trinidad-api/src/main/java/org/apache/myfaces/trinidad/skin/Icon.java (1 line):
- line 122: // TODO: Delete if unnecessary
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/convert/GenericConverterFactory.java (1 line):
- line 416: // TODO: once getCurrentInstance() taking ExternalContext is in ADE,
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/NumberConverter.js (1 line):
- line 291: // TODO matzew - see TRINIDAD-682
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/AutoSubmitUtils.java (1 line):
- line 206: * TODO: remove "isRadio", which shouldn't be necessary
trinidad-impl/src/main/resources/META-INF/adf/styles/casablancaSkin.css (1 line):
- line 218: /* TODO: Table border selectors order to be solved in Trinidad,
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/CoreResponseStateManager.java (1 line):
- line 47: // TODO see doc in StateManagerImpl.restoreView
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/image/xml/parse/ImageGeneratorParser.java (1 line):
- line 110: // FIXME: Wow! A Vector... Change that to ArrayList
trinidad-api/src/main/java/org/apache/myfaces/trinidad/change/AttributeDocumentChange.java (1 line):
- line 39: * =-= bts TODO Figure out what to do about non String values
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/xhtml/LinkRenderer.java (1 line):
- line 551: // TODO: This is a temporary way of setting blocking. Once the
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/AttributeKey.java (1 line):
- line 146: // TODO: Check if synchronization is really required
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/table/TableSelectOneRenderer.java (1 line):
- line 106: // TODO : do not mutate the selectedRowKeys here.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/SkinUtils.java (1 line):
- line 473: // TODO: change the parser names
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/util/CSSGenerationUtils.java (1 line):
- line 184: // TODO: figure out why we write both the uncompressed & compressed styles for styles
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/image/xml/parse/ImageMapParser.java (1 line):
- line 85: // FIXME: Wow! Another Vector... Change that to ArrayList
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/table/TableSelectManyRenderer.java (1 line):
- line 160: // TODO: do not mutate the component's selectedRowKeys here.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/image/encode/PNGEncoder.java (1 line):
- line 90: // FIXME: HashMap please if synchronization is not required...
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/desktop/NavigationTreeRenderer.java (1 line):
- line 52: // TODO method must be passed the component so that
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelListRenderer.java (1 line):
- line 224: // TODO Either document this skin property in skin-selectors.xml and add it to the skin demo
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/desktop/HeaderRenderer.java (1 line):
- line 334: // TODO: Never read locally as of 2006-08-09. Remove permanently if
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXNavigationHierarchy.java (1 line):
- line 33: // TODO these base classes need to be completely refactored
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXMenuHierarchy.java (1 line):
- line 30: // TODO these base classes need to be completely refactored
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTreeTableTemplate.java (1 line):
- line 277: // TODO cache the result.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelPartialRootRenderer.java (1 line):
- line 141: // @TODO: Find out the reason for the second half of this "or"
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelLabelAndMessageRenderer.java (1 line):
- line 134: // =-= mcc TODO apply className for "af|panelLabelAndMessage::end-facet"
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/upload/UploadRequestWrapper.java (1 line):
- line 42: // TODO Stop going String -> bytes -> String; change MultipartFormHandler
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXSelectOrderTemplate.java (1 line):
- line 30: // TODO improve efficiency for the array case?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/nls/MutableLocaleContext.java (1 line):
- line 43: // FIXME: Should we make LocaleContextImpl.setReadingDirection and
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/xml/TreeBuilder.java (1 line):
- line 739: // TODO: Check if synchronization is required since Stack is bad.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/PanelButtonBarRenderer.java (1 line):
- line 98: // FIXME Use proper skinning techniques
trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/StampState.java (1 line):
- line 340: // Reusable instances of SDState. TODO: use readResolve/writeReplace
trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/util/ValueMap.java (1 line):
- line 80: // TODO Should remove just remove values, or also remove bindings?
trinidad-api/src/main/java/org/apache/myfaces/trinidad/menu/ImmutableGroupNode.java (1 line):
- line 446: //TODO make this work
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/html/layout/ShowOneListRendererBase.java (1 line):
- line 390: // AdamWiner: TODO: replace this with a call to AccessKeyUtils
trinidad-api/src/main/java/org/apache/myfaces/trinidad/event/SelectionEvent.java (1 line):
- line 36: // FIXME: What is the parametrized type inside RowKeySet?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/FormElementRenderer.java (1 line):
- line 312: /* FIXME: this method is never called
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SingleStepButtonBarRenderer.java (1 line):
- line 158: // FIXME: when inside a buttonbar, etc., PPR will be badly broken
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/xhtml/OptionContainerRenderer.java (1 line):
- line 75: //TODO - =gc= when you move this to faces major, figure out if it's
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/util/CaboHttpUtils.java (1 line):
- line 80: // TODO: Wouldn't getBytes() do the trick?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/parse/VersionId.java (1 line):
- line 118: //Ignore spaces. TODO: This should happen only for start and end (trim).
trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBeanFactory.java (1 line):
- line 46: // TODO change from ownerClass to componentFamily?
trinidad-example/trinidad-demo/src/main/java/org/apache/myfaces/trinidaddemo/email/AccountData.java (1 line):
- line 247: // TODO: Add logged in indicator to restrict access
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/CapabilitiesProvider.java (1 line):
- line 42: * //TODO: Right now all capabilities get an Key. Do we really need to that?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/desktop/MenuListRenderer.java (1 line):
- line 54: //TODO - gc - do we still need this hideShow inline
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/dispatch/ContentTypeAndCharacterSet.java (1 line):
- line 41: //TODO: Is this still needed in IE7??
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/image/xml/parse/TextParser.java (1 line):
- line 153: // FIXME: Using a StringBuilder could be MUCH more efficient
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/XhtmlConstants.java (1 line):
- line 291: // FIXME: Should it be renamed to remove UIX reference?
trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java (1 line):
- line 338: // TODO cache the result
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/desktop/DesktopTableRenderer.java (1 line):
- line 612: //TODO: must get individual column's style:
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/ui/laf/base/pda/HeaderRenderer.java (1 line):
- line 195: // TODO: Never used locally as of 2006-08-09. Remove permanently
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/style/util/GraphicsUtils.java (1 line):
- line 355: // TODO: Check if synchronization is required
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/DateFormat.js (1 line):
- line 1342: // TODO: add to a String utils class ?
trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/PopupDialog.js (1 line):
- line 278: * TODO - Move this function to another library - TrPage perhaps?
trinidad-api/src/main/java/org/apache/myfaces/trinidad/change/SetFacetChildDocumentChange.java (1 line):
- line 96: // =-= bts TODO In theory, this could cause problems if the
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SimpleInputNumberSpinboxRenderer.java (1 line):
- line 260: // TODO resource bundle
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/TranslationsResourceLoader.java (1 line):
- line 133: // FIXME: would be much better to directly stream the contents
trinidad-impl/src/main/resources/META-INF/adf/styles/simple-portlet.css (1 line):
- line 603: /** TODO inhibit font **/
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/SimpleSelectBooleanRenderer.java (1 line):
- line 81: * @TODO use new renderAllAttributes that doesn't render styleclass once
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/parse/NameVersion.java (1 line):
- line 31: * //TODO: Check if Name String *really* needs to support wild char
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/xml/NamespaceSupport.java (1 line):
- line 759: // TODO: Check if synchronization is truly required.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/html/RowLayoutRenderer.java (1 line):
- line 105: // TODO: handle cellFormat that is inside of (for example) an iterator
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/config/ConfigurationImpl.java (1 line):
- line 350: //TODO: Check is synchronization is required
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/MessageBoxRenderer.java (1 line):
- line 173: // TODO - Merge styles into AF_MESSAGES_STYLE_CLASS
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/TrinidadRenderingConstants.java (1 line):
- line 245: // FIXME: Should it be renamed to remove UIX reference?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/AgentFactoryImpl.java (1 line):
- line 745: //TODO: Add generic wmlbrowser when wml browsers are supported
trinidad-api/src/main/java/org/apache/myfaces/trinidad/model/ModelUtils.java (1 line):
- line 149: // TODO: issues here with overflow:
trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/PropertyMap.java (1 line):
- line 25: // TODO Make "stateHolder" a generic property of all PropertyMaps?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/AgentUtil.java (1 line):
- line 69: //@TODO: Check this: Why is this called from an LookAndFeel.
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/share/io/ServletNameResolver.java (1 line):
- line 68: // FIXME: That call is deprecated, is it really needed?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/ConfigParser.java (1 line):
- line 294: // TODO: warn when value is not OK
trinidad-api/src/main/java/org/apache/myfaces/trinidad/model/ViewIdPropertyMenuModel.java (1 line):
- line 61: // TODO - support for mutable trees?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/taglib/listener/FileDownloadActionListener.java (1 line):
- line 101: // TODO: encoding?
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/CapabilityMap.java (1 line):
- line 36: // FIXME -= Simon Lessard =-
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/html/TableLayoutRenderer.java (1 line):
- line 74: // TODO: if TABLES_CAP_ADVANCED and TABLES_CAP_ADVANCED_ATTRS
trinidad-api/src/main/java/org/apache/myfaces/trinidad/validator/LengthValidator.java (1 line):
- line 712: // FIXME: the default of the superclass is 0, not MAX_VALUE
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/ColumnGroupRenderer.java (1 line):
- line 487: // TODO: we should pass in null for "event bubbling" systems
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/InputLabelAndMessageRenderer.java (1 line):
- line 196: { // FIXME: Unlike FormInputRenderer, this isReadOnly does not check
trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/application/ViewDeclarationLanguageFactoryImpl.java (1 line):
- line 304: // TODO: start using ViewDeclarationLanguageWrapper once we upgrade to JSF 2.2