packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/widget/panel/impl/LienzoPanelHandlerManager.java (11 lines): - line 180: // TODO: @FIXME I have tried to copy existing lienzo code for preventDefault and stopPropagation. But we should double check it was correct in the first place. - line 181: // TODO: @FIXME Both the order they are called in, and the instance they are called on event vs nevent. NEvent seems to do very little, maybe a GWTEvent porting error (mdp) - line 386: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 408: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 429: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 449: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 481: // TODO: @FIXME Elemental2 does not provide Gesture support, so disabling this for now (mdp) - line 594: // TODO: Cursor stuff . - line 646: // TODO: Cursor stuff. - line 815: // TODO: lienzo-to-native: create a test case for this, otherwise events for layer are not being fired. - line 953: fireEvent(mouseEvent, touchEvent, x, y, null, node, nodeEvent); // @FIXME was the only ever meant to fire on scene->layers? and not nodes? packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/client/widget/panel/impl/LienzoPanelHandlerManager.java (11 lines): - line 180: // TODO: @FIXME I have tried to copy existing lienzo code for preventDefault and stopPropagation. But we should double check it was correct in the first place. - line 181: // TODO: @FIXME Both the order they are called in, and the instance they are called on event vs nevent. NEvent seems to do very little, maybe a GWTEvent porting error (mdp) - line 386: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 408: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 429: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 449: // @FIXME assuming (double check) touches is not null, and we only look at the first touch, which is also not null (mdp) - line 481: // TODO: @FIXME Elemental2 does not provide Gesture support, so disabling this for now (mdp) - line 594: // TODO: Cursor stuff . - line 646: // TODO: Cursor stuff. - line 815: // TODO: lienzo-to-native: create a test case for this, otherwise events for layer are not being fired. - line 953: fireEvent(mouseEvent, touchEvent, x, y, null, node, nodeEvent); // @FIXME was the only ever meant to fire on scene->layers? and not nodes? packages/dmn-language-service/src/DmnLanguageService.ts (9 lines): - line 37: // FIXME: This was duplicated from boxed-expression-editor - line 42: // FIXME: This was duplicated from dmn-editor-envelope - line 98: private readonly parser = new DOMParser(); // TODO: Delete this when the new Marshaller is being used for everything. - line 99: private readonly inputDataRegEx = new RegExp(`([a-z]*:)?(${INPUT_DATA})`); // TODO: Delete this when the new Marshaller is being used for everything. - line 100: private readonly decisionsTagRegExp = new RegExp(`([a-z]*:)?(${DECISION})`); // TODO: Delete this when the new Marshaller is being used for everything. - line 101: private readonly definitionsTagRegExp = new RegExp(`([a-z]*:)?(${DEFINITIONS})`); // TODO: Delete this when the new Marshaller is being used for everything. - line 152: // TODO: Write a test for this case temporarily, while we still depend on `locationURI`s and not exclusively on the namespace. - line 240: // TODO: Rewrite this using the new Marshaller. - line 256: // TODO: Rewrite this using the new Marshaller. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/emul/javax/xml/datatype/Duration.java (7 lines): - line 276: // TODO: Kogito - line 315: // TODO: Kogito - line 439: // TODO: Kogito - line 463: // TODO: Kogito - line 629: // TODO: Kogito - line 846: *

TODO: In future, this should be replaced by cal.getTimeInMillis().

- line 852: // TODO: Kogito packages/boxed-expression-component/src/table/BeeTable/BeeTable.tsx (4 lines): - line 136: : (controllerCell as any), // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 159: label: currentControllerCell as any, //FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 164: dataType: undefined as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 293: // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/sonataflow-operator/container-builder/builder/kubernetes/mount.go (4 lines): - line 46: // TODO: do it via specialized handlers, since we might have multiple volumeMounts types (configMap, Secrets, AWS, GCP, etc). - line 47: // TODO: for now, what we have is a context based on CMs so one projected volume for everything is enough and easier to setup. - line 156: // TODO: build an actual configMap builder context handler - line 168: // TODO: every object we create, must pass to a listener for our client code. For example, an operator would like to add their labels/owner refs packages/sonataflow-operator/container-builder/builder/kubernetes/kaniko.go (4 lines): - line 64: // TODO: perform an actual registry lookup based on the environment - line 83: // TODO: verify how cache is possible - line 84: // TODO: the PlatformContainerBuild structure should be able to identify the Kaniko context. For simplicity, let's use a CM with `dir://` - line 119: // TODO: should be handled by a mount build context handler instead since we can have many possibilities packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/rebind/ioc/bootstrapper/IOCProcessor.java (4 lines): - line 736: // TODO log error/warning for unused @Disposes methods? - line 893: // TODO validate that there's only one scope? - line 1005: // TODO descriptive message with names of disposers found. - line 1136: // TODO add descriptive error message. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-lienzo/src/main/java/org/kie/workbench/common/stunner/client/lienzo/shape/impl/ShapeStateDefaultHandler.java (4 lines): - line 84: * TODO: need to fix when resolution of JBPM-7681 is available - line 96: * TODO: need to fix when resolution of JBPM-7681 is available - line 107: * TODO: need to fix when resolution of JBPM-7681 is available - line 114: //TODO: this should be called on the SVGShapeView when a subprocess is identified packages/boxed-expression-component/src/expressions/DecisionTableExpression/DecisionTableExpression.tsx (4 lines): - line 74: type ROWTYPE = any; // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 396: id: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 397: accessor: "decision-table-expression" as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 1208: // lastColumnMinWidth={lastColumnMinWidth} // FIXME: Check if this is a good strategy or not when doing https://github.com/apache/incubator-kie-issues/issues/181 packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/emul/javax/xml/datatype/XMLGregorianCalendar.java (3 lines): - line 770: // TODO: Kogito - line 823: // TODO: Kogito - line 845: // TODO: Kogito packages/runtime-tools-management-console-webapp/src/runtime/RuntimeContext.tsx (3 lines): - line 126: // TODO: No runtimeUrl set, show some warning. - line 141: // TODO: Navigate to page to add the runtime as an AuthSession - line 201: // TODO: Navigate to page to add the runtime as an AuthSession packages/stunner-editors/errai-ui/src/main/java/org/jboss/errai/ui/rebind/TranslationServiceGenerator.java (3 lines): - line 496: if (templateNode == null) // TODO log that the template failed to parse - line 499: if (templateRoot == null) // TODO log that the template root couldn't be found - line 539: // TODO output -missing bundle files for each locale packages/pmml-editor/src/editor/components/EditorScorecard/organisms/PredicateConverter.ts (3 lines): - line 68: // TODO {manstis} If parenthesis are needed: text = text + (nesting > 0 ? "( " : ""); - line 71: // TODO {manstis} If parenthesis are needed: text = text + (nesting > 0 ? ")" : ""); - line 131: //TODO {manstis} The text in the payload needs to have been converted to a Predicate packages/xml-parser-ts-codegen/src/codegen.ts (3 lines): - line 76: // TODO: Tiago --> Write unit tests - line 87: // TODO: Tiago --> Write unit tests - line 368: // FIXME: Tiago: Not all anonymous types are extensible! packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/java/org/kie/workbench/common/stunner/sw/client/editor/StateDetailsPresenter.java (3 lines): - line 62: // TODO: This is just a PoC fow now. Its goal is to display state node details, by unmarshalling and drawing nodes on demand. - line 105: // TODO: Handle error bus. - line 273: // TODO: Get this info from marshallers? packages/serverless-workflow-language-service/src/channel/SwfLanguageService.ts (3 lines): - line 48: shouldConfigureServiceRegistries: () => boolean; //TODO: See https://issues.redhat.com/browse/KOGITO-7107 - line 49: shouldServiceRegistriesLogIn: () => boolean; //TODO: See https://issues.redhat.com/browse/KOGITO-7107 - line 50: canRefreshServices: () => boolean; //TODO: See https://issues.redhat.com/browse/KOGITO-7107 packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/marshall/Marshaller.java (3 lines): - line 155: // TODO: Use dedicated factory instead. - line 296: // TODO: Obtain the root node from the graph argument. - line 310: // TODO: Handle errors? if any (no rules execution context)? packages/boxed-expression-component/src/expressions/RelationExpression/RelationExpression.tsx (3 lines): - line 52: type ROWTYPE = any; // FIXME: https://github.com/kiegroup/kie-issues/issues/169 - line 170: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 - line 594: // lastColumnMinWidth={lastColumnMinWidth} // FIXME: Check if this is a good strategy or not when doing https://github.com/apache/incubator-kie-issues/issues/181 packages/dashbuilder/kie-soup-dataset/kie-soup-json/src/main/java/org/dashbuilder/json/JsonTokenizer.java (3 lines): - line 128: // TODO: Not sure should even support this escaping - line 225: // TODO: Make sure this key is not already set. - line 256: // TODO: Make sure this key is not already set. packages/dashbuilder/appformer/uberfire-api/src/main/java/org/uberfire/workbench/model/PanelDefinition.java (2 lines): - line 286: * TODO remove this. parent panels should track the positions of their children; making it a property of the child - line 295: * TODO remove this. parent panels should track the positions of their children; making it a property of the child packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/SortableHeaderGroup.java (2 lines): - line 34: // TODO change List into Deque after upgrade to java 6 - line 74: // TODO If paging is used, this should be a back-end call with a sorting meta data parameter packages/stunner-editors/uberfire-api/src/main/java/org/uberfire/mvp/PlaceRequest.java (2 lines): - line 55: // TODO (UF-88) when PlaceRequest is an immutable value type, cloning will no longer be a sensible operation - line 68: // TODO go over all UF public API and start using Optional packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-client/src/main/java/org/kie/workbench/common/stunner/sw/client/CanvasShortcutsControlImpl.java (2 lines): - line 30: // TODO: This should be no necessary! (injection point evaluated only when NOT readOnly mode) - line 31: // TODO: This is just a copy/paste of org.kie.workbench.common.stunner.bpmn.client.canvas.controls.BPMNCanvasShortcutsControlImpl packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/DocumentationImpl.java (2 lines): - line 126: // TODO: implement this method to return the 'Text' attribute - line 138: // TODO: implement this method to set the 'Text' attribute packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/definition/annotation/Property.java (2 lines): - line 39: * TODO: This attribute is still not used when the annotation in present on FIELDS targets, only works for TYPES. - line 40: * TODO: @see org.kie.workbench.common.stunner.core.processors.MainProcessor packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/definition/annotation/Property.java (2 lines): - line 39: * TODO: This attribute is still not used when the annotation in present on FIELDS targets, only works for TYPES. - line 40: * TODO: @see org.kie.workbench.common.stunner.core.processors.MainProcessor packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/mvp/ActivityManager.java (2 lines): - line 67: * activities that can handle the given place request, one of them is chosen at random. TODO (UF-92) : make this - line 118: * @throws IllegalArgumentException if {@code activity} is a SplashScreenActivity. TODO (UF-91) : fix this. packages/dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/DataSetClientServicesImpl.java (2 lines): - line 183: // TODO: implement the dataset export - line 200: // TODO: Create dataset export to excel packages/serverless-workflow-diagram-editor/uberfire-api/src/main/java/org/uberfire/mvp/PlaceRequest.java (2 lines): - line 55: // TODO (UF-88) when PlaceRequest is an immutable value type, cloning will no longer be a sensible operation - line 68: // TODO go over all UF public API and start using Optional packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/EventImpl.java (2 lines): - line 85: // TODO: implement this method to return the 'Incoming Conversation Links' reference list - line 99: // TODO: implement this method to return the 'Outgoing Conversation Links' reference list packages/stunner-editors/errai-data-binding/src/main/java/org/jboss/errai/databinding/rebind/BindableProxyGenerator.java (2 lines): - line 479: // TODO support map types - line 602: // TODO add full support for generics in errai codegen packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-lienzo/src/main/java/org/kie/workbench/common/stunner/client/lienzo/shape/impl/ShapeStateDefaultHandler.java (2 lines): - line 70: * TODO: need to fix when resolution of JBPM-7681 is available - line 81: * TODO: need to fix when resolution of JBPM-7681 is available packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/ParticipantImpl.java (2 lines): - line 146: // TODO: implement this method to return the 'Incoming Conversation Links' reference list - line 160: // TODO: implement this method to return the 'Outgoing Conversation Links' reference list packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-api/src/main/java/org/kie/workbench/common/forms/model/util/formModel/FormModelPropertiesUtil.java (2 lines): - line 60: // TODO: Replace by class.getName once GWT supports the following types - line 67: // TODO: Add support to other types packages/stunner-editors/errai-ui/src/main/java/org/jboss/errai/ui/shared/TemplateUtil.java (2 lines): - line 426: // TODO do this as browser split deferred binding using - line 505: // TODO add to Composite as child. packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx (2 lines): - line 225: TODO: uncomment when enabling kubernetes deployment to use cors-proxy - line 536: TODO: uncomment when enabling kubernetes deployment to use cors-proxy packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/definition/Workflow.java (2 lines): - line 51: // TODO: Missing to create a custom GraphFactory, so when creating a new graph it just adds the parent Workflow node by default? - line 83: private Object events; //TODO array or string packages/unitables/src/bee/UnitablesBeeTable.tsx (2 lines): - line 375: // FIXME: Decouple from DMN --> https://github.com/apache/incubator-kie-issues/issues/166 - line 419: // FIXME: Support lists --> https://github.com/apache/incubator-kie-issues/issues/167 packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/TabPanelWithDropdowns.java (2 lines): - line 284: // FIXME should actually subclass AnchorListItem and add a to the anchor elem - line 306: // TODO for each contained tab, reattach handlers and add to allContentTabs list packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-lienzo/src/main/java/org/kie/workbench/common/stunner/client/lienzo/util/ShapeControlPointsHelper.java (2 lines): - line 53: * TODO: Review this resize behavior on lienzo side, once clarified this probably can be removed. - line 54: * TODO: Keep in mind this only applies with current lienzo release, as it always considers 4 resize packages/dev-deployment-upload-service/main.go (2 lines): - line 162: uploadedFile, handler, err := req.FormFile("myFile") // TODO: Is there a way to not need this? - line 329: fmt.Fprintf(os.Stderr, LOG_PREFIX+"curl -X POST http://localhost:[port]/upload?apiKey=[apiKey]\n") // TODO: This is not right.. packages/chrome-extension/src/app/components/single/SingleEditorToolbar.tsx (2 lines): - line 175: {/* TODO: Add "info" icon with hint explaining how to edit the file */} - line 203: {/* TODO: Add "info" icon with hint explaining how to edit the file */} packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/rebind/ioc/bootstrapper/ProducerFactoryBodyGenerator.java (2 lines): - line 124: // TODO validate params - line 204: // TODO error message with matching disposer names. packages/dmn-feel-antlr4-parser/src/parser/grammar/ParserHelper.ts (2 lines): - line 104: return key; //FIXME: EvalHelper.unescapeString(key); - line 168: // FIXME: && FEELParser.isVariableNamePartValid( t.getText(), currentScope ) = this is very slow. Do we really need to do it for this? packages/boxed-expression-component/src/expressions/LiteralExpression/LiteralExpression.tsx (2 lines): - line 48: type ROWTYPE = any; // FIXME: https://github.com/kiegroup/kie-issues/issues/169 - line 189: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/FormalExpressionImpl.java (2 lines): - line 139: // TODO: implement this method to return the 'Body' attribute - line 151: // TODO: implement this method to set the 'Body' attribute packages/boxed-expression-component/src/selection/BeeTableSelectionContext.tsx (2 lines): - line 169: // FIXME: Tiago --> Temporary fix for the Boxed Expression Editor to work well. Ideally this wouldn't bee here, as the BeeTable should be decoupled from the DMN Editor's Boxed Expression Editor use-case. - line 619: .join(""); // FIXME: What to do? Only one ref should be yielding the content. See https://github.com/apache/incubator-kie-issues/issues/170 packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/listbar/ListBarWidgetImpl.java (2 lines): - line 304: // FIXME null check should not be necessary, but sometimes the entry in partContentView is missing! - line 381: // FIXME only need to do this for the one visible part .. need to call onResize() when switching parts anyway packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/ConversationNodeImpl.java (2 lines): - line 136: // TODO: implement this method to return the 'Incoming Conversation Links' reference list - line 150: // TODO: implement this method to return the 'Outgoing Conversation Links' reference list packages/sonataflow-operator/utils/kubernetes/service.go (2 lines): - line 29: // TODO: retrieve the cluster domain from the /etc/resolve inside the pod or from the Platform CRD - will be addressed by KOGITO-9198 - line 38: // TODO: Retrieve the cluster domain or use the default one packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/java/org/kie/workbench/common/stunner/sw/client/editor/KogitoKeyEventHandlerImpl.java (2 lines): - line 44: // TODO: This shoud be no necessary! - line 45: // TODO: This is just a copy/paste of org.kie.workbench.common.stunner.kogito.client.session.command.impl.KogitoKeyEventHandlerImpl from stunner-kogito-client packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-commons/kie-wb-common-forms-common-rendering/kie-wb-common-forms-common-rendering-client/src/main/java/org/kie/workbench/common/forms/common/rendering/client/widgets/slider/Slider.java (2 lines): - line 28: TODO: remove it when fixed - line 29: TODO: there's an issue when the witget is binded, the value is update but it doesn't refresh the selected value. packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/tools/client/event/HandlerManager.java (2 lines): - line 113: // @FIXME make Umbrella Exception work with JsSet (mdp) - line 119: // @FIXME fire defered (mdp) packages/online-editor/src/editor/EditorPage.tsx (2 lines): - line 174: // FIXME: KOGITO-7958: PMML Editor doesn't work well after this is called. Can't edit using multiple tabs. - line 492: /* FIXME: By providing a different `key` everytime, we avoid calling `setContent` twice on the same Editor. packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/tools/client/event/HandlerManager.java (2 lines): - line 113: // @FIXME make Umbrella Exception work with JsSet (mdp) - line 119: // @FIXME fire defered (mdp) packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors/src/main/java/org/uberfire/annotations/processors/GeneratorUtils.java (2 lines): - line 118: // TODO multiple methods should be allowed, but only if inherited. See UF-42. - line 213: // TODO make this an error (need to take inherited methods into account). See UF-76. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/jbpm/ImportHelper.java (2 lines): - line 65: // TODO: Also check that imp.getType() is BPMN - line 89: // TODO: Also check that imp.getType() is BPMN packages/online-editor/src/accounts/kubernetes/ConnectToKubernetesSimple.tsx (2 lines): - line 139: TODO: uncomment when enabling kubernetes deployment to use cors-proxy - line 359: TODO: uncomment when enabling kubernetes deployment to use cors-proxy packages/sonataflow-operator/internal/controller/platform/kaniko_cache.go (2 lines): - line 96: /* TODO: enable this test once we apply security enforcement: https://issues.redhat.com/browse/KOGITO-8799 - line 114: /* TODO: enable this test once we apply security enforcement: https://issues.redhat.com/browse/KOGITO-8799 packages/sonataflow-operator/internal/controller/builder/openshiftbuilder.go (2 lines): - line 273: // TODO: this should be from fileS, in this case we can TAR everything in a temp directory within the operator pod fs and push - line 274: // TODO: for now, we mount the CMs from the devmode into the build and push only the bytes for the workflow definition from memory packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/TaskImpl.java (2 lines): - line 65: // TODO: implement this method to return the 'Incoming Conversation Links' reference list - line 79: // TODO: implement this method to return the 'Outgoing Conversation Links' reference list packages/stunner-editors/uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/TabPanelWithDropdowns.java (2 lines): - line 275: // FIXME should actually subclass AnchorListItem and add a to the anchor elem - line 297: // TODO for each contained tab, reattach handlers and add to allContentTabs list packages/runtime-tools-components/src/common/utils/FormValidator.ts (2 lines): - line 45: // TODO: upgrade AJV version to get the DRAFT_2019_09 validator - line 83: // TODO: upgrade AJV version to get the DRAFT_2019_09 validator packages/kie-editors-standalone/src/bpmn/index.ts (2 lines): - line 90: normalizedPosixPathRelativeToTheWorkspaceRoot: "", // FIXME: https://github.com/apache/incubator-kie-issues/issues/811 - line 91: fileName: "", // FIXME: https://github.com/apache/incubator-kie-issues/issues/811 packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-lienzo/src/main/java/org/kie/workbench/common/stunner/client/lienzo/util/ShapeControlPointsHelper.java (2 lines): - line 53: * TODO: Review this resize behavior on lienzo side, once clarified this probably can be removed. - line 54: * TODO: Keep in mind this only applies with current lienzo release, as it always considers 4 resize packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/InteractionNodeImpl.java (2 lines): - line 65: // TODO: implement this method to return the 'Incoming Conversation Links' reference list - line 79: // TODO: implement this method to return the 'Outgoing Conversation Links' reference list packages/runtime-tools-management-console-webapp/src/authSessions/AuthSessionsService.ts (2 lines): - line 309: // TODO: This changes between IdPs. Figure out a generic way to list the users roles. - line 311: // TODO: Somehow get this information from the Kogito application. packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-client/src/main/java/org/kie/workbench/common/stunner/sw/client/command/DrawParentNodeCommand.java (2 lines): - line 57: // TODO: Refactor / merge this with DrawCanvasCommand. - line 58: // TODO: Others: packages/sonataflow-operator/container-builder/builder/kubernetes/builder.go (2 lines): - line 137: // TODO: create a handler to mount the resources according to the platform/context options, for now only CM - line 233: // TODO: do the actual implementation if that makes sense packages/kie-editors-standalone/src/dmn/index.ts (2 lines): - line 90: normalizedPosixPathRelativeToTheWorkspaceRoot: "", // FIXME: https://github.com/apache/incubator-kie-issues/issues/811 - line 91: fileName: "", // FIXME: https://github.com/apache/incubator-kie-issues/issues/811 packages/sonataflow-operator/internal/controller/platform/defaults.go (2 lines): - line 194: // FIXME: We should never update the object within methods like this, but let the actual reconciler to do it - line 201: // FIXME: We should never update the object within methods like this, but let the actual reconciler to do it packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/RingView.java (1 line): - line 32: * TODO: Disabling for now the resize for rings - ARC resize is not implemented yet on lienzo side. packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/Workbench.java (1 line): - line 263: // TODO add tests for standalone startup vs. full startup packages/pmml-editor/src/editor/components/EditorScorecard/molecules/AttributeEditor.tsx (1 line): - line 104: // TODO {manstis} It'd be nice to have real onBlur support.... packages/dashbuilder/appformer/uberfire-api/src/main/java/org/uberfire/mvp/impl/DefaultPlaceRequest.java (1 line): - line 189: //TODO: Throw ValueFormatException if conversion to a String is not possible packages/sonataflow-operator/internal/controller/profiles/dev/states_dev.go (1 line): - line 251: // TODO: we can improve deployment failures https://issues.redhat.com/browse/KOGITO-8812 packages/sonataflow-operator/container-builder/builder/kubernetes/action.go (1 line): - line 45: // TODO: implement our client wrapper packages/dashbuilder-editor/src/editor/DashbuilderEditor.tsx (1 line): - line 161: // TODO: implement it on Dashbuilder packages/chrome-extension/src/app/components/single/singleEditorView.tsx (1 line): - line 131: //FIXME: Unchecked dependency use packages/dashbuilder/kie-soup-dataset/kie-soup-dataset-shared/src/main/java/org/dashbuilder/dataset/engine/index/DataSetIndexNode.java (1 line): - line 135: // TODO: coordinate concurrent index modifications packages/dmn-editor/src/propertiesPanel/SingleNodeProperties.tsx (1 line): - line 130: {/* TODO: LUIZ */} packages/dmn-editor/src/includedModels/IncludedModels.tsx (1 line): - line 73: ".dmn": dmn12ns.get("")!, // FIXME: Tiago --> THIS SHOULD BE 1.5, BUT JIT EXECUTOR FAILS WITH IT. KEEPING 1.2 FOR NOW. packages/sonataflow-operator/container-builder/builder/kubernetes/monitor_pod.go (1 line): - line 71: // TODO: every object we create, must pass to a listener for our client code. For example, an operator would like to add their labels/owner refs packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-commons/kie-wb-common-forms-common-rendering/kie-wb-common-forms-common-rendering-client/src/main/java/org/kie/workbench/common/forms/common/rendering/client/widgets/selectors/radiogroup/RadioGroupBase.java (1 line): - line 31: TODO: remove when possible packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/src/main/java/org/dashbuilder/client/widgets/view/SampleCardView.html (1 line): - line 21: packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-commons/kie-wb-common-forms-common-rendering/kie-wb-common-forms-common-rendering-client/src/main/java/org/kie/workbench/common/forms/common/rendering/client/FormWidgetsEntryPoint.java (1 line): - line 37: TODO fix this: packages/dmn-editor/src/autolayout/autoLayoutInfo.ts (1 line): - line 245: // FIXME: Tiago --> Improve performance here as part of https://github.com/apache/incubator-kie-issues/issues/451. packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/CircleView.java (1 line): - line 28: * TODO: Disabling for now the resize for circles - ARC resize is not implemented yet on lienzo side. packages/sonataflow-operator/container-builder/builder/kubernetes/recovery.go (1 line): - line 38: // TODO: externalize options packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/client/container/SyncBeanManagerImpl.java (1 line): - line 282: // TODO Find way to properly get scope, qualifiers, and assignable types. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/main/java/org/kie/workbench/common/stunner/core/client/session/command/impl/SaveDiagramSessionCommand.java (1 line): - line 46: //TODO (kogito): call the diagram client and remove the logic from Editor Screens packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/marshaller/converters/FunctionDefinitionPropertyConverter.java (1 line): - line 166: // TODO {gcardosi} add because present in original json packages/serverless-workflow-text-editor/src/editor/textEditor/augmentation/widgets/index.tsx (1 line): - line 67: // TODO: Improve this "Close" button. packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/factory/impl/EdgeFactoryImpl.java (1 line): - line 81: // TODO: Review. packages/dashbuilder/appformer/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/resources/org/uberfire/ext/widgets/common/client/resources/js/wysihtml/parser_rules/advanced_and_extended.js (1 line): - line 662: // TODO: should be extended to stricter ruleset, as current set will probably not cover all Office bizarreness packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-fields/src/main/java/org/kie/workbench/common/forms/fields/shared/fieldTypes/basic/lists/selector/MultipleSelectorProvider.java (1 line): - line 64: // TODO: Replace by class.getName once GWT supports the following types packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/WorkbenchPanelView.java (1 line): - line 81: * @param panel specifies the size that should be imposed on the nested view. Must not be null. FIXME: is this packages/online-editor/src/envelopeLocator/hooks/EditorEnvelopeLocatorContext.tsx (1 line): - line 28: // FIXME: Chaging `any` to `EditorEnvelopeLocator` breaks --env live. Please adress this as part of https://github.com/apache/incubator-kie-issues/issues/109 packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/rebind/ioc/graph/impl/InjectableReference.java (1 line): - line 38: // TODO needs to be renamed and not be an Injectable packages/stunner-editors/errai-cdi/errai-cdi-shared/src/main/java/org/jboss/errai/enterprise/client/cdi/api/CDI.java (1 line): - line 147: // TODO can't unsubscribe per module atm. packages/dashbuilder/appformer/uberfire-client-api/src/main/java/org/uberfire/client/annotations/WorkbenchPanel.java (1 line): - line 43: Class panelType() default Void.class; packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/CircleView.java (1 line): - line 28: * TODO: Disabling for now the resize for circles - ARC resize is not implemented yet on lienzo side. packages/online-editor/src/editor/TextEditor/TextEditorModal.tsx (1 line): - line 50: language: "xml", //FIXME: Not all editors will be XML when converted to text packages/sonataflow-operator/container-builder/builder/kubernetes/schedule.go (1 line): - line 50: // TODO do any work required between initialization and scheduling, like enqueueing builds packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-forms/kie-wb-common-stunner-forms-client/src/main/java/org/kie/workbench/common/stunner/forms/client/screens/DiagramEditorPropertiesScreen.java (1 line): - line 48: * TODO: I18n. packages/vscode-extension/src/DefaultVsCodeKieEditorChannelApiImpl.ts (1 line): - line 77: // TODO: This shouldn't be a replace all the time. More conscious changes lead to better undo/redo stack. packages/dashbuilder/kie-soup-dataset/kie-soup-dataset-shared/src/main/java/org/dashbuilder/dataset/engine/group/IntervalBuilderDynamicLabel.java (1 line): - line 58: // TODO: create a composite interval when the maxIntervals are reached. packages/dashbuilder/kie-soup-dataset/kie-soup-dataset-api/src/main/java/org/dashbuilder/dataset/json/DataSetLookupJSONMarshaller.java (1 line): - line 412: // TODO: can be null, if someone puts a {} in the column list packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/dd/di/impl/PlaneImpl.java (1 line): - line 102: // TODO: implement this method packages/sonataflow-operator/utils/client.go (1 line): - line 31: // TODO: consider refactor the internals as we progress adding features to rely on this client instead of passing it through all the functions packages/dashbuilder/kie-soup-dataset/kie-soup-dataset-shared/src/main/java/org/dashbuilder/dataset/engine/filter/DefaultFilterAlgorithm.java (1 line): - line 127: // TODO: Custom function filter packages/sonataflow-operator/internal/controller/sonataflow_controller.go (1 line): - line 145: // TODO: move to webhook see https://github.com/apache/incubator-kie-tools/packages/sonataflow-operator/pull/239 packages/boxed-expression-component/src/BoxedExpressionEditorContext.tsx (1 line): - line 121: //state // FIXME: Move to a separate context (https://github.com/apache/incubator-kie-issues/issues/168) packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/dd/dc/impl/FontImpl.java (1 line): - line 344: // TODO: implement this method packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/java/org/kie/workbench/common/stunner/client/widgets/canvas/StunnerLienzoBoundsPanel.java (1 line): - line 105: // TODO: lienzo-to-native check if it works packages/serverless-logic-web-tools/src/editor/EditorToolbar.tsx (1 line): - line 715: {/* TODO: Uncomment when this works again packages/stunner-editors/errai-codegen/src/main/java/org/jboss/errai/codegen/meta/impl/AbstractMetaClass.java (1 line): - line 484: // FIXME there are no tests or documentation for this case packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/main/java/org/kie/workbench/common/stunner/core/client/canvas/util/CanvasLayoutUtils.java (1 line): - line 434: // TODO: This is a work around. If enabling canvas handlers just here ( without using the timer ) packages/dmn-editor/src/mutations/renameImport.ts (1 line): - line 131: // TODO: Tiago --> Update the "document" entry of PMML functions that were pointing to the renamed included PMML model. packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/marshall/WorkflowMarshalling.java (1 line): - line 120: // TODO: If node has been already processed by some edge, no real need to iterate over it here.... packages/boxed-expression-component/src/table/BeeTable/BeeTableDefaultCell.tsx (1 line): - line 71: // FIXME: The BeeTable shouldn't know about DMN or GWT packages/dmn-feel-antlr4-parser/src/parser/grammar/ScopeImpl.ts (1 line): - line 143: const s = this.symbols.get(id); // FIXME: EvalHelper.normalizeVariableName( id ) packages/boxed-expression-component/src/table/BeeTable/BeeTableTd.tsx (1 line): - line 119: // FIXME: The BeeTable shouldn't know about DMN or GWT packages/kie-sandbox-fs/src/CacheFS.js (1 line): - line 94: // TODO: Use a better heuristic for determining whether file or dir packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/java/org/kie/workbench/common/stunner/client/widgets/presenters/session/impl/SessionPresenterView.java (1 line): - line 38: // TODO: i18n. packages/stunner-editors/lienzo-webapp/src/main/java/org/kie/lienzo/client/ImageStripExample.java (1 line): - line 65: // TODO: Destroy strip as well packages/online-editor/src/editor/Toolbar/NewFileDropdownMenu.tsx (1 line): - line 275: // TODO: Implement a better solution to dynamically create this array, based on the number of editors enabled in the editorsConfig. packages/dmn-editor/src/diagram/edges/useAlwaysVisibleEdgeUpdatersAtNodeBorders.ts (1 line): - line 86: // FIXME: Sometimes the immediate next waypoint is hidden behind the node. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/java/org/kie/workbench/common/stunner/client/widgets/screens/DiagramEditorExplorerScreen.java (1 line): - line 57: * TODO: I18n. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/bpmn2/impl/CategoryValueImpl.java (1 line): - line 111: // TODO: implement this method to return the 'Categorized Flow Elements' reference list packages/boxed-expression-component/src/expressions/FunctionExpression/JavaFunctionExpression.tsx (1 line): - line 138: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/sonataflow-image-common/resources/modules/kogito-system-user/module.yaml (1 line): - line 29: # Force override here since some images depends on OpenJDK, which sets home to /home/jboss. Might be worth removing the kogito user and keep jboss instead. TODO: open an issue to track it and link to Kogito Operator deprecation. packages/unitables/src/uniforms/UnitablesJsonSchemaBridge.tsx (1 line): - line 74: const xDmnType: string | undefined = field["x-dmn-type"]; // FIXME: Please address this as part of https://github.com/apache/incubator-kie-issues/issues/166 packages/boxed-expression-component/src/expressions/ConditionalExpression/ConditionalExpression.tsx (1 line): - line 93: accessor: expressionHolderId as any, // FIXME: https://github.com/kiegroup/kie-issues/issues/169 packages/stunner-editors/uberfire-api/src/main/java/org/uberfire/mvp/impl/DefaultPlaceRequest.java (1 line): - line 189: //TODO: Throw ValueFormatException if conversion to a String is not possible packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/main/java/org/kie/workbench/common/stunner/core/client/components/toolbox/actions/CreateNodeToolboxAction.java (1 line): - line 117: // TODO: SW Editor - Customize title. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/java/org/kie/workbench/common/stunner/client/widgets/presenters/session/impl/SessionPresenterView.java (1 line): - line 63: // TODO: i18n. packages/runtime-tools-management-console-webapp/src/managementConsole/ManagementConsole.tsx (1 line): - line 29: ENV VAR FOR BASE PATH */> packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/marshall/BuilderContext.java (1 line): - line 222: // TODO: Those size are just being "hardcoded" and matching actual svg declarations, for now. packages/sonataflow-operator/internal/controller/profiles/common/utils.go (1 line): - line 34: // TODO: Refactor when we can remove dependency between properties.go -> knative.go, and k8s.go -> knative.go. packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/definition/SubFlowRef.java (1 line): - line 47: //TODO custom ser/deser because of continue is reserved java lit packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/MorphNodeCommand.java (1 line): - line 117: // TODO: check rules before morphing - see https://issues.jboss.org/browse/JBPM-8524 packages/runtime-tools-swf-enveloped-components/src/workflowList/envelope/components/DisablePopup/DisablePopup.tsx (1 line): - line 49: // TODO Replace "Unavailable" by content once it makes sense in the webtools context. packages/stunner-editors/errai-codegen/src/main/java/org/jboss/errai/codegen/Context.java (1 line): - line 658: // TODO factor this out. should not be part of Context. packages/dashbuilder/kie-soup-dataset/kie-soup-dataset-core/src/main/java/org/dashbuilder/DataSetCore.java (1 line): - line 32: * TODO: Convert to a pure interface after upgrading to Java 8 (static methods in interfaces) packages/scesim-editor/src/table/TestScenarioTable.tsx (1 line): - line 81: type ROWTYPE = any; // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/PanelManager.java (1 line): - line 62: * @param contextId part of a removed framework feature (TODO: remove this?) packages/boxed-expression-component/src/expressions/ContextExpression/ContextExpression.tsx (1 line): - line 159: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-svg/kie-wb-common-stunner-svg-gen/src/main/java/org/kie/workbench/common/stunner/svg/gen/impl/SVGGeneratorImpl.java (1 line): - line 94: final Set processedSvgIds = new LinkedHashSet<>(); // TODO: Hmmm packages/pmml-editor/src/editor/PMMLModelHelper.ts (1 line): - line 274: // TODO {kelvah} rough implementation for demoing purposes. to be done properly. packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-api/src/main/java/org/kie/workbench/common/forms/model/TypeInfo.java (1 line): - line 40: * TODO: now only multiple types supported are List packages/stunner-editors/errai-codegen/src/main/java/org/jboss/errai/codegen/builder/callstack/LoadField.java (1 line): - line 47: // TODO this is a workaround to access the enclosing instance of a type packages/boxed-expression-component/src/table/BeeTable/BeeTableTh.tsx (1 line): - line 114: // FIXME: The BeeTable shouldn't know about DMN or GWT packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/MorphNodeCommand.java (1 line): - line 114: // TODO: check rules before morphing - see https://issues.jboss.org/browse/JBPM-8524 packages/online-editor/src/dmnRunner/DmnRunnerDrawerPanelContent.tsx (1 line): - line 83: // FIXME: PatternFly bug. The first interaction without resizing the splitter will result in width === 0. packages/form-dmn/src/uniforms/FormDmnJsonSchemaBridge.ts (1 line): - line 41: // TODO: Luiz - create custom components packages/workspaces-git-fs/src/services/GitService.tsx (1 line): - line 433: // TODO: update this logic to handle N trees instead of just 3. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/client/forms/fields/reassignmentsEditor/widget/ReassignmentEditorWidgetViewImpl.java (1 line): - line 209: // TODO looks like errai data binder doenst support liststore widgets. packages/chrome-extension-pack-kogito-kie-editors/src/github-content-script.ts (1 line): - line 33: //FIXME: The paths are duplicated from `online-editor`. packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/java/org/kie/workbench/common/stunner/sw/client/services/CommandRegistryListener.java (1 line): - line 41: // TODO: Move to core? If so, do not rely on a single CommandExecutedProvider instance. packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/client/widget/panel/impl/LienzoPanelEvents.java (1 line): - line 30: // TODO: Use singleton instance for each event type. packages/dmn-editor/src/mutations/addStandaloneNode.ts (1 line): - line 127: "@_id": shapeId, // FIXME: Tiago --> This should break if removed. packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/definition/EventRef.java (1 line): - line 30: // TODO: Is there a real need for making this dynamic? packages/sonataflow-operator/internal/controller/platform/create.go (1 line): - line 49: //TODO: Perform the actions needed for the Platform creation packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/PolygonView.java (1 line): - line 51: // TODO: If cornerRadius > 0 -> bug. packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/rebind/ioc/injector/api/WiringElementType.java (1 line): - line 35: Simpleton, // TODO review name packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/client/forms/fields/notificationsEditor/widget/NotificationEditorWidgetViewImpl.java (1 line): - line 675: // TODO looks like errai data binder doesn't support liststore widgets. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/main/java/org/kie/workbench/common/stunner/bpmn/client/marshall/converters/tostunner/events/IntermediateCatchEventConverter.java (1 line): - line 144: //TODO:kogito verify this ignore packages/dashbuilder-editor/src/monaco/augmentation/widgets/index.tsx (1 line): - line 67: // TODO: Improve this "Close" button. packages/dmn-marshaller/src/index.ts (1 line): - line 634: // FIXME: Tiago --> Convert deprecated `allowedValues` to `typeConstraint` on ItemDefinitions packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/PolygonView.java (1 line): - line 51: // TODO: If cornerRadius > 0 -> bug. packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/src/main/java/org/kie/workbench/common/stunner/lienzo/primitive/PrimitiveTooltip.java (1 line): - line 32: // TODO: Refactor/replace by the new tooltip implementation (org.kie.workbench.common.stunner.lienzo.toolbox.items.tooltip.Tooltip). packages/online-editor/src/editor/Toolbar/EditorToolbar.tsx (1 line): - line 163: // TODO: This will forcefully return home. packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/GroupOf.java (1 line): - line 148: @JsMethod // TODO: Only this method exposed for now. packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/marshall/Context.java (1 line): - line 39: // TODO: Need to keep a ref to the whole graph? packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/RingView.java (1 line): - line 32: * TODO: Disabling for now the resize for rings - ARC resize is not implemented yet on lienzo side. packages/boxed-expression-component/src/expressions/FilterExpression/FilterExpressionComponent.tsx (1 line): - line 69: accessor: expressionHolderId as any, // FIXME: https://github.com/kiegroup/kie-issues/issues/169 packages/stunner-editors/errai-config/src/main/java/org/jboss/errai/config/rebind/EnvUtil.java (1 line): - line 156: // TODO should validate that different values don't conflict packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/widget/panel/impl/LienzoPanelEvents.java (1 line): - line 30: // TODO: Use singleton instance for each event type. packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx (1 line): - line 135: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/stunner-editors-dmn-loader/src/tmpDuplicateCode__renameNode.ts (1 line): - line 58: // FIXME: Daniel --> Here we need to update all FEEL expression that were using this node's name as a variable. packages/dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavItemContextImpl.java (1 line): - line 43: // TODO: encoding packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx (1 line): - line 187: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/sonataflow-operator/internal/controller/platform/initialize.go (1 line): - line 113: // TODO: move this to Kaniko packages based on the platform context packages/stunner-editors/errai-codegen/src/main/java/org/jboss/errai/codegen/MethodInvocation.java (1 line): - line 90: // TODO: might be worth flushing this out for clarify in the future. packages/unitables/src/UnitablesTypes.ts (1 line): - line 26: dataType: DmnBuiltInDataType; // FIXME: Decouple from DMN --> https://github.com/apache/incubator-kie-issues/issues/166 packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/wires/WiresLayoutContainer.java (1 line): - line 116: // TODO: lienzo-to-native: disabling attribute change handler (mdp) (roger) packages/sonataflow-operator/internal/controller/profiles/common/reconciler.go (1 line): - line 117: // TODO: implement state transition, so based on a given condition we do the status update which actively transition the object state packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/GroupOf.java (1 line): - line 148: @JsMethod // TODO: Only this method exposed for now. packages/online-editor/src/authSessions/AuthSessionsList.tsx (1 line): - line 214: // TODO: remove check when enabling kubernetes deployments to use cors-proxy packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/ClearGraphCommand.java (1 line): - line 36: * TODO: Undo not supported yet. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/SetParentNodeCommand.java (1 line): - line 72: // TODO: Create a ParentEdgeFactory iface extending EdgeFactory using as content generics type Relationship packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/main/java/org/kie/workbench/common/stunner/bpmn/client/marshall/converters/tostunner/tasks/Simulations.java (1 line): - line 65: // TODO: Kogito packages/serverless-logic-web-tools/src/editor/FileSwitcher.tsx (1 line): - line 303: //FIXME: Change this when it is possible to move a file. packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-adf/kie-wb-common-forms-adf-base/src/main/java/org/kie/workbench/common/forms/adf/definitions/annotations/layout/LayoutSettings.java (1 line): - line 48: // TODO: implement this. packages/yaml-language-server/build.js (1 line): - line 23: /* TODO: Remove the esbuild dependency in yaml-language-server (https://issues.redhat.com/browse/KOGITO-8221) */ packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/support/PartManager.java (1 line): - line 65: TODO (hbraun): revisit panel managers with single parts packages/boxed-expression-component/src/expressions/IteratorExpression/IteratorExpressionComponent.tsx (1 line): - line 81: accessor: expressionHolderId as any, // FIXME: https://github.com/kiegroup/kie-issues/issues/169 packages/dmn-editor/src/dataTypes/DataTypeSpec.ts (1 line): - line 145: // FIXME: `traverseTypeRefedInExpressions` could be refactored to be a special method that we execute inside the `consumer` of `traverseExpressions`. packages/serverless-workflow-vscode-extension/src/extension/languageService/VsCodeSwfLanguageService.ts (1 line): - line 146: // FIXME: This should take the OS into account as well. RHHCC integration only works on macOS. packages/online-editor/src/editor/Toolbar/FileSwitcher.tsx (1 line): - line 334: //FIXME: Change this when it is possible to move a file. packages/boxed-expression-component/src/table/BeeTable/BeeTableEditableCellContent.tsx (1 line): - line 79: // FIXME: Tiago --> Temporary fix for the Boxed Expression Editor to work well. Ideally this wouldn't bee here, as the BeeTable should be decoupled from the DMN Editor's Boxed Expression Editor use-case. packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/client/logging/LoggingHandlerConfigurator.java (1 line): - line 60: // FIXME temporary workaround for packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/definition/Transition.java (1 line): - line 36: // TODO: Do as DefaultConditionTransition? packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/impl/AbstractDockingWorkbenchPanelPresenter.java (1 line): - line 114: // TODO multiple off-axis orphans need special treatment packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-client-api/src/main/java/org/kie/workbench/common/stunner/core/client/canvas/Canvas.java (1 line): - line 73: * TODO: Remove - never called? packages/dashbuilder-component-victory-charts/src/charts/BaseChart.tsx (1 line): - line 109: // TODO: Explore options from CursorVoronoiContainer packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/factory/impl/EdgeFactoryImpl.java (1 line): - line 82: // TODO: Review. packages/boxed-expression-component/src/table/BeeTable/BeeTableReadOnlyCell.tsx (1 line): - line 44: // FIXME: The BeeTable shouldn't know about DMN or GWT packages/sonataflow-operator/utils/common.go (1 line): - line 53: // TODO: what's this KAMEL_ ? packages/serverless-workflow-diagram-editor/uberfire-api/src/main/java/org/uberfire/mvp/impl/DefaultPlaceRequest.java (1 line): - line 187: //TODO: Throw ValueFormatException if conversion to a String is not possible packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-widgets/src/main/java/org/kie/workbench/common/stunner/client/widgets/canvas/StunnerLienzoBoundsPanel.java (1 line): - line 114: // TODO: lienzo-to-native check if it works packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/main/java/org/kie/workbench/common/stunner/core/client/canvas/util/CanvasLayoutUtils.java (1 line): - line 435: // TODO: This is a work around. If enabling canvas handlers just here ( without using the timer ) packages/boxed-expression-component/src/expressions/FunctionExpression/PmmlFunctionExpression.tsx (1 line): - line 95: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/dmn-editor/src/propertiesPanel/FontOptions.tsx (1 line): - line 283: isSectionExpanded={isStyleSectionExpanded} // TODO LUIZ: isStyleSectionExpanded packages/stunner-editors/errai-codegen-gwt/src/main/java/org/jboss/errai/codegen/meta/impl/gwt/GWTClass.java (1 line): - line 283: // TODO report this to be fixed in GWT: getClass() in java.lang.Object is reported as non-final method. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-client-api/src/main/java/org/kie/workbench/common/stunner/core/client/canvas/Canvas.java (1 line): - line 73: * TODO: Remove - never called? packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/marshaller/common/WrapperUtils.java (1 line): - line 258: // TODO {gcardosi}: HARDCODED packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/PanelManagerImpl.java (1 line): - line 407: // TODO (hbraun): PanelDefinition is not distinct (missing hashcode) packages/stunner-editors/uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/PrettyFormLayout.java (1 line): - line 111: //TODO ARIA: what to do with widget has no visible label? packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/WorkbenchServicesProxyClientImpl.java (1 line): - line 31: // TODO: Completely remove later? packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/RectangleView.java (1 line): - line 30: * TODO: Disabling for now the resize for rectangles when they're using a corner radius value different packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/ClearGraphCommand.java (1 line): - line 35: * TODO: Undo not supported yet. packages/envelope-bus/src/common/EnvelopeBusMessageManager.ts (1 line): - line 231: //TODO: Setup timeout to avoid memory leaks packages/boxed-expression-component/stories/features/Resizing/Resizing.stories.tsx (1 line): - line 342: widthsById: {}, //FIXME: Tiago packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/client/core/util/ScratchPad.java (1 line): - line 129: return element.toDataURL(null); // @FIXME Make sure this accepts null (mdp) packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/emf/ecore/xmi/util/GwtDOMHandler.java (1 line): - line 80: // TODO: Kogito - Check this workaround packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/wires/WiresLayoutContainer.java (1 line): - line 116: // TODO: lienzo-to-native: disabling attribute change handler (mdp) (roger) packages/online-editor/src/editor/EditorPageDockContextProvider.tsx (1 line): - line 229: //FIXME: Removing this timeout makes the notifications not work some times. Need to investigate. packages/dashbuilder/appformer/uberfire-api/src/main/java/org/uberfire/mvp/PlaceRequest.java (1 line): - line 57: // TODO (UF-88) when PlaceRequest is an immutable value type, cloning will no longer be a sensible operation packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/LayoutSelection.java (1 line): - line 50: //FIXME: this alternatives process doesn't work packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/definition/morph/MorphDefinition.java (1 line): - line 25: // TODO: Refactor to #getTargets() packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-lienzo/src/main/java/org/kie/workbench/common/stunner/client/lienzo/shape/view/wires/ext/WiresConnectorViewExt.java (1 line): - line 40: // TODO: (Roger) Refactor use of inner text child as done in WiresShapeViewExt. packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/impl/LayoutPanelPresenter.java (1 line): - line 28: // TODO (hbraun) needs javadoc packages/pmml-editor/src/editor/reducers/ModelReducer.ts (1 line): - line 69: //TODO {manstis} This is vitally important to ensure marshalling to XML works OK! packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-extensions/kie-wb-common-stunner-lienzo-extensions/src/main/java/org/kie/workbench/common/stunner/lienzo/primitive/PrimitiveTooltip.java (1 line): - line 32: // TODO: Refactor/replace by the new tooltip implementation (org.kie.workbench.common.stunner.lienzo.toolbox.items.tooltip.Tooltip). packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/util/Layouts.java (1 line): - line 201: * FIXME this is a really horrible workaround! should instead modify UF API to allow PanelDefinition to opt out of having a scroll panel. packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/FEEL_1_1Parser.ts (1 line): - line 46: // for running tests with parameters, TODO: discuss strategy for typed parameters in CI packages/boxed-expression-component/src/expressions/FunctionExpression/FeelFunctionExpression.tsx (1 line): - line 91: accessor: expressionHolderId as any, // FIXME: https://github.com/apache/incubator-kie-issues/issues/169 packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/main/java/org/kie/workbench/common/stunner/bpmn/client/marshall/converters/util/AbstractConverterHandler.java (1 line): - line 29: // TODO: Kogito - check why generated code throws UnsupportedOperationException for some methods packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-client/kie-wb-common-stunner-shapes/kie-wb-common-stunner-shapes-client/src/main/java/org/kie/workbench/common/stunner/shapes/client/view/RectangleView.java (1 line): - line 30: * TODO: Disabling for now the resize for rectangles when they're using a corner radius value different packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/SetParentNodeCommand.java (1 line): - line 69: // TODO: Create a ParentEdgeFactory iface extending EdgeFactory using as content generics type Relationship packages/pmml-editor/src/editor/components/EditorScorecard/organisms/CorePropertiesTable.tsx (1 line): - line 268: // TODO {manstis] Scorecards are ALWAYS regression. We probably don't need this field. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/emul/javax/xml/namespace/QName.java (1 line): - line 63: // TODO: Kogito packages/kie-sandbox-fs/src/PromisifiedFS.js (1 line): - line 154: // FIXME: Tiago: commented to fix "a custom backend" test packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/main/java/org/kie/workbench/common/stunner/core/client/session/command/impl/SaveDiagramSessionCommand.java (1 line): - line 45: //TODO (kogito): call the diagram client and remove the logic from Editor Screens packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-fields/src/main/java/org/kie/workbench/common/forms/fields/shared/fieldTypes/basic/lists/input/MultipleInputProvider.java (1 line): - line 64: // TODO: Replace by class.getName once GWT supports the following types packages/stunner-editors/errai-ui/src/main/java/org/jboss/errai/ui/client/local/spi/TranslationService.java (1 line): - line 160: // TODO add support for actually using { in a message packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/core/util/ScratchPad.java (1 line): - line 129: return element.toDataURL(null); // @FIXME Make sure this accepts null (mdp) packages/serverless-workflow-diagram-editor/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/main/java/org/kie/workbench/common/stunner/core/client/components/toolbox/actions/FlowActionsToolboxFactory.java (1 line): - line 114: // TODO: Disabled for SW PoC packages/dashbuilder/kie-soup-dataset/kie-soup-dataset-core/src/main/java/org/dashbuilder/scheduler/SchedulerTaskFactory.java (1 line): - line 52: // TODO Auto-generated method stub packages/stunner-editors/kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-fields/src/main/java/org/kie/workbench/common/forms/fields/shared/fieldTypes/basic/datePicker/provider/DatePickerFieldProvider.java (1 line): - line 49: // TODO: Replace by class.getName once GWT supports the following types packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-api/kie-wb-common-stunner-core-api/src/main/java/org/kie/workbench/common/stunner/core/definition/morph/MorphDefinition.java (1 line): - line 25: // TODO: Refactor to #getTargets() packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/mvp/PlaceManagerImpl.java (1 line): - line 300: * TODO (UF-94) : make this simpler. with enough tests in place, we should experiment with doing the recursive packages/boxed-expression-component/src/table/BeeTable/BeeTableThResizable.tsx (1 line): - line 265: {/* //FIXME: Don't know if that's a good idea yet. Please address it as part of https://github.com/apache/incubator-kie-issues/issues/181 */} packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/client/container/AbstractContext.java (1 line): - line 144: // TODO this will not work for @Dependent proxied beans. packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/src/main/java/org/eclipse/jbpm/BpmnXmlHelper.java (1 line): - line 94: // TODO: emit warning packages/sonataflow-operator/workflowproj/workflowproj.go (1 line): - line 242: // TODO: add this to the SDK, also an input from io.Reader packages/stunner-editors/kie-wb-common-forms/kie-wb-common-dynamic-forms/kie-wb-common-dynamic-forms-client/src/main/java/org/kie/workbench/common/forms/dynamic/client/helper/MapModelBindingHelper.java (1 line): - line 97: // TODO: Replace by class.getName once GWT supports the following types packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/marshaller/converters/DefinitionsConverter.java (1 line): - line 131: // TODO currently DMN wb UI does not offer feature to set these required DMN properties, setting some hardcoded defaults for now. packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/client/logging/util/StringFormat.java (1 line): - line 96: // TODO: check preconditions and possibly throw IllegalFormatException packages/stunner-editors/errai-ioc/src/main/java/org/jboss/errai/ioc/rebind/ioc/bootstrapper/AbstractBodyGenerator.java (1 line): - line 774: // TODO review this before adding any scopes other than app-scoped and depdendent