uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java (32 lines):
- line 292: // TODO:
- line 339: highlight(0, 0); // TODO: only if removed annotation was selected
- line 383: // TODO: Currently do nothing ...
- line 555: // TODO: Move to external class
- line 584: // TODO: Disable non-text views, check mime-type
- line 588: // TODO: Not nice, discuss better solution on ml
- line 592: // TODO: Add support for non text views, editor has
- line 598: // TODO: move this to an action
- line 603: // TODO: Move this check to the document itself ...
- line 627: /** TODO: Do we really need this position variable ?. */
- line 923: // TODO: Should we make methods to encapsulate the register/unregister code?
- line 1077: // TODO: Define constants for these settings!
- line 1095: // TODO: Missing compatibility check!!!
- line 1101: // TODO: Is there a way to check which views are available?!
- line 1156: // TODO: refactor this
- line 1196: // TODO: check if this type is a subtype of Annotation
- line 1286: // TODO: Disk must be accessed for every changed annotation style
- line 1332: // TODO: only if no more TAG styles are active
- line 1395: // TODO: Build first a map, and then pass all annotations at once
- line 1481: * TODO: make this private ??? clients can use selections for this ...
- line 1533: // TODO: Check if set view is compatible .. if not display some message!
- line 1535: // TODO: Consider to clear selection if this is called in the
- line 1558: // TODO: Add support for this to the interface
- line 1598: // TODO: Only sync changed types
- line 1704: // TODO: sometimes we get a NPE here ...
- line 1714: // TODO: Define constants with prefix for these settings ... so they don't conflict with other
- line 1883: // TODO: Is the null check on the editor input necessary ?!
- line 1891: // TODO: Figure out which page should be shown
- line 1892: // TODO: Implement pages ...
- line 1893: // TODO: Each page needs an ability to switch the view back to something else ...
- line 1897: // TODO: Also display the current view name ...
- line 1922: // TODO: Add a combo to select view ...
uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java (9 lines):
- line 209: // TODO: for each annotation type, try to retrieve annotation styles
- line 222: // TODO: Change to only use full path
- line 251: // TODO sort again for user preference settings
- line 272: // TODO: Update this comment!
- line 291: tsPrefStore.load(prefFile.getContents()); // TODO: Close stream!
- line 293: e.printStackTrace(); // TODO: Handle this correctly!
- line 339: // TODO: Do we need to handle exceptions here?
- line 357: // TODO: Settings defaults must be moved to the AnnotationEditor
- line 388: // TODO:
uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiCasDeserializer.java (8 lines):
- line 677: // TODO: this requires View to come AFTER all of its members
- line 685: // TODO: optimize by going straight to int[] without going through
- line 704: // have to map each ID to its "real" address (TODO: optimize?)
- line 760: // TODO: this requires View to come AFTER all of its members
- line 782: // TODO: optimize by going straight to int[] without going through
- line 797: // have to map each ID to its "real" address (TODO: optimize?)
- line 826: // // have to map each ID to its "real" address (TODO: optimize?)
- line 827: // //TODO: currently broken, can't use XmiSerializationSharedData for
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/annotation/TagDrawingStrategy.java (5 lines):
- line 33: // TODO: Check if its possible to increase the space between characters,
- line 80: // TODO: It seems that the call to the box drawing strategy is rather
- line 143: // TODO: Figure out if that is safe
- line 189: // TODO: Might not be too safe, if bounds.height == 0,
- line 211: // TODO: Test that on windows 7, Windows XP and Linux
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/styleview/AnnotationStyleViewPage.java (5 lines):
- line 68: // TODO: Subscribe to style change events
- line 195: // TODO: Get this information trough the editor ... its easier
- line 368: // TODO: must this listener be removed ?!
- line 380: // TODO: Figure out how to use open properties dialog action here correctly
- line 422: .getTypeSystemPreferenceStore(editor.getEditorInput()); // TODO: Use old input, which
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/MultiPageEditor.java (4 lines):
- line 1048: e.printStackTrace(); // TODO fix this
- line 3115: // TODO Auto-generated catch block
- line 4127: // TODO Auto-generated method stub
- line 4138: // TODO Auto-generated method stub
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/editview/EditViewPage.java (4 lines):
- line 246: // TODO: try to prevent setting of invalid annotation span values
- line 412: // TODO: Add an interface to retrieve the span from the editor
- line 650: // TODO: check range type during drag over, like its done in drop()
- line 787: // TODO: setActionBars is depreciated, but registration of change listener
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/MultiAnnotViewerFrame.java (4 lines):
- line 51: // TODO Auto-generated constructor stub
- line 62: // TODO Auto-generated constructor stub
- line 75: // TODO Auto-generated constructor stub
- line 88: // TODO Auto-generated constructor stub
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationInformationProvider.java (4 lines):
- line 33: * TODO: move this class to external file.
- line 51: * TODO: add comment.
- line 68: * TODO: add comment.
- line 82: * TODO: add comment.
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FindAnnotateDialog.java (4 lines):
- line 52: * TODO: Add option to only search in text which is not covered by the annotation type. Add buttons
- line 138: // TODO: set history
- line 469: // TODO: Should be disabled when annotate was pressed
- line 471: // TODO: Should it be implemented ???
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/ParameterSection.java (4 lines):
- line 427: // TODO consequences of changes in rest of model?
- line 437: // TODO consequences of changes in rest of model?
- line 475: // TODO remove settings for any parameters removed
- line 536: // TODO consequences of changes in rest of model?
uimaj-core/src/main/java/org/apache/uima/cas/impl/CasSerializerSupport.java (3 lines):
- line 138: * TODO Probably should fix this someday. See https://issues.apache.org/jira/browse/UIMA-106 *
- line 501: // TODO: internationalize
- line 879: // if (fs instanceof FSArray) { //TODO: won't get parameterized arrays? no, there are no
uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/ui/AnalysisEngineMainTab.java (3 lines):
- line 71: // TODO: Add an icon for the main tab
- line 377: // TODO: Only select elements within project
- line 513: // TODO: Log errors if reading fails?
uimaj-core/src/main/java/org/apache/uima/analysis_engine/asb/impl/ASB_impl.java (3 lines):
- line 596: // TODO: should this be configurable?
- line 626: // ParallelStep (TODO: refactor out common parts with SimpleStep?)
- line 648: // TODO: should this be configurable?
uimaj-core/src/main/java/org/apache/uima/impl/UimaContext_ImplBase.java (2 lines):
- line 392: throw new ResourceAccessException(); // TODO: error message
- line 520: throw new ResourceAccessException(); // TODO: error message
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasDocumentProvider.java (2 lines):
- line 155: // TODO: Should it be renamed to getPersistentPreferenceStore?
- line 177: // TODO: Redesign the editor annotation status ... maybe this could be a session and ts scoped
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/contextmenu/ShowAnnotationsMenu.java (2 lines):
- line 95: // TODO: find another way to select the annotation mode also
- line 104: // TODO: move this to an action
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationStyle.java (2 lines):
- line 255: // TODO: Format must be redefined, so that only one key/string pair is needed to save it!
- line 357: // TODO: Might throw exception, catch it and use default!
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/ModeSensitiveContentProvider.java (2 lines):
- line 90: // TODO: what happens if someone removes an annoation which
- line 96: // TODO: maybe it is a problem if the parent is not correctly set!
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/files/PickOverrideKeysAndParmName.java (2 lines):
- line 390: * public Object getParent(Object element) { // TODO Auto-generated method stub return null; }
- line 392: * public boolean hasChildren(Object element) { // TODO Auto-generated method stub return false; }
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ui/property/AnnotationPropertyPage.java (2 lines):
- line 156: // TODO: If there is more than one config widget, do a little refactoring ...
- line 160: // TODO: needs one label plus combo to select the combined drawing style
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/core/model/dotcorpus/DotCorpusSerializer.java (2 lines):
- line 146: // TODO:
- line 161: // TODO: This code will emit NumberFormatExceptions if the values
uimaj-core/src/main/java/org/apache/uima/uimacpp/UimacppAnalysisComponent.java (2 lines):
- line 251: // TODO Auto-generated method stub
- line 422: // TODO: add Logger method log(level, sourceClass, sourceMethod, message);
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/AnnotationTreeNode.java (2 lines):
- line 31: * TODO: add javadoc here.
- line 116: // TODO:
unused-saved/src/org/apache/uima/jcas/impl/JCasHashMapTest.java (2 lines):
- line 127: // TODO Auto-generated catch block
- line 180: // TODO Auto-generated catch block
uimaj-core/src/main/java/org/apache/uima/cas/impl/FeatureValuePathImpl.java (2 lines):
- line 466: return currentFS; // TODO: return currentFs + chunkId
- line 871: // TODO: check mismatch between isArray and the actual rangeTypeCode
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/ImportSection.java (2 lines):
- line 462: // TODO Auto-generated catch block
- line 465: // TODO Auto-generated catch block
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/FSTreeNode.java (2 lines):
- line 26: * TODO: add type comment for FSTreeNode
.
- line 39: // TODO Auto-generated constructor stub
uimafit-core/src/main/java/org/apache/uima/fit/factory/ResourceMetaDataFactory.java (2 lines):
- line 100: // TODO This method could try to obtain a version from the package of the component
- line 125: // TODO This method could try to obtain a vendor from the package of the component
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/QuickTypeSelectionDialog.java (2 lines):
- line 220: // TODO: focus always goes to the text box, but should
- line 372: // TODO open listener needs a double click, single click should be enough
unused-saved/src/org/apache/uima/jcasgen/impl/JCasClassConversion.java (2 lines):
- line 236: // // TODO Auto-generated method stub
- line 242: // // TODO Auto-generated method stub
uimaj-ep-jcasgen/src/main/java/org/apache/uima/jcas/jcasgenp/MergerImpl.java (1 line):
- line 33: // TODO: Auto-generated Javadoc
uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes.java (1 line):
- line 2036: // TODO no longer needed, calls the version which doesn't update docAnnot 9/2017
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/TypeGroupedContentProvider.java (1 line):
- line 42: * TODO: Make it sensitive to show annotations menu from the editor ... Who sends selection events
uimaj-core/src/main/java/org/apache/uima/internal/util/IntSet.java (1 line):
- line 273: // TODO Auto-generated method stub
uimaj-core/src/main/java/org/apache/uima/cas/impl/FsIterator_set_sorted2.java (1 line):
- line 193: // // TODO Auto-generated method stub
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/Descriptor.java (1 line):
- line 32: // TODO: Auto-generated Javadoc
uimaj-core/src/main/java/org/apache/uima/util/CasPool.java (1 line):
- line 190: // TODO: do we need this method AND the one that takes a CasManager?
uimaj-core/src/main/java/org/apache/uima/util/CasCopier.java (1 line):
- line 1069: // TODO: there should be some way to do this without the try...catch
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/Constants.java (1 line):
- line 22: // TODO: Auto-generated Javadoc
uimaj-ep-jcasgen/src/main/java/org/apache/uima/jcas/jcasgenp/EP_LogThrowErrorImpl.java (1 line):
- line 28: // TODO: Auto-generated Javadoc
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/MainFrame.java (1 line):
- line 632: // TODO: properly handle CAS multiplication
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/VinciBinaryAnalysisEngineServiceStub.java (1 line):
- line 50: // TODO: Auto-generated Javadoc
uimaj-cpe/src/main/java/org/apache/uima/collection/impl/metadata/cpe/CasProcessorCpeObject.java (1 line):
- line 898: // TODO Auto-generated method stub
uimaj-core/src/main/java/org/apache/uima/internal/util/CommandLineParser.java (1 line):
- line 133: // TODO: throw proper exception.
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/Utility.java (1 line):
- line 62: // TODO Auto-generated constructor stub
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationDocument.java (1 line):
- line 301: // TODO: Optimize the text retrieval and update notification handling
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/core/model/dotcorpus/DotCorpus.java (1 line):
- line 212: * Adds an AnnotationStyle. TODO: move style stuff to nlp project
uimaj-core/src/main/java/org/apache/uima/util/CasToInlineXml.java (1 line):
- line 290: // TODO: there should be a better way to get any array value as a string array
uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/LauncherPlugin.java (1 line):
- line 28: // TODO: Auto-generated Javadoc
uimaj-cpe/src/main/java/org/apache/uima/collection/impl/metadata/cpe/CpeComponentDescriptorImpl.java (1 line):
- line 125: // TODO: is there a good way to tell if it's a valid URL without
uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/CasEditorPreferencePage.java (1 line):
- line 30: // TODO uncomment, if you really want to use this page
uimaj-core/src/main/java/org/apache/uima/jcas/impl/JCasImpl.java (1 line):
- line 1111: // TODO improve this to account for JCas
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/SaxVinciFrameBuilder.java (1 line):
- line 30: // TODO: Auto-generated Javadoc
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AnalysisEngineImplBase.java (1 line):
- line 169: // TODO: not really necessary to do this every time, only for the first AE we initialize that
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/PrimitiveAnalysisEngine_impl.java (1 line):
- line 171: // TODO: should only do this for outermost AE
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/Shutdown.java (1 line):
- line 25: // TODO: Auto-generated Javadoc
uimafit-core/src/main/java/org/apache/uima/fit/component/initialize/ConfigurationParameterInitializer.java (1 line):
- line 127: // TODO does this check really belong here? It seems that
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureValue.java (1 line):
- line 52: // TODO: Remove document parameter ? Not needed anymore!
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/AnnotationTreeNodeList.java (1 line):
- line 36: * TODO: Rename this class
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ModelFeatureStructure.java (1 line):
- line 32: * TODO: set feature value to null delete feature value structure create feature value structure.
uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java (1 line):
- line 865: if (rangeType.isArray()) // TODO: also List?
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/TypeSection.java (1 line):
- line 2055: // TODO Auto-generated catch block
uimaj-tools/src/main/java/org/apache/uima/tools/jcasgen/Jg.java (1 line):
- line 519: // FIXME later
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/TextDocumentProvider.java (1 line):
- line 125: // TODO:
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/UimacppAnalysisEngineImpl.java (1 line):
- line 446: return mAnnotator; // TODO: check if the cas is ok
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/NetworkUtil.java (1 line):
- line 28: // TODO: Auto-generated Javadoc
uimaj-ep-jcasgen/src/main/java/org/apache/uima/jcas/jcasgenp/ProgressMonitorImpl.java (1 line):
- line 24: // TODO: Auto-generated Javadoc
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/VinciSaxParser.java (1 line):
- line 33: // TODO: Auto-generated Javadoc
uimaj-ep-debug/src/main/java/org/apache/uima/ep_debug/DebugPlugin.java (1 line):
- line 25: // TODO: Auto-generated Javadoc
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/MultiMarkup.java (1 line):
- line 34: * TODO: add type comment for MultiMarkup
.
unused-saved/src/org/apache/uima/tools/jcasgen/DecompiledFilter.java (1 line):
- line 113: // TODO Auto-generated catch block
unused-saved/src/org/apache/uima/cas/impl/FSRBTIndex.java (1 line):
- line 37: //// TODO: may not be used - no refs to it on 6-2006
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/action/MergeAnnotationAction.java (1 line):
- line 33: * TODO: also merge features - if one is null or primitive has default value take the the other one
uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/ui/AnalysisEngineTabGroup.java (1 line):
- line 43: // TODO: Error launch configuration does not support source lookup, why not?
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/VinciAnalysisEngineServiceAdapter.java (1 line):
- line 30: // TODO: Auto-generated Javadoc
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/AnnotationDisplayCustomizationFrame.java (1 line):
- line 54: * TODO: add type comment for AnnotationDisplayCustomizationFrame
.
uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes6.java (1 line):
- line 597: // TODO figure out why there's a copy for next
uimaj-core/src/main/java/org/apache/uima/cas/impl/XCASSerializer.java (1 line):
- line 562: // TODO: iteration could be slow for large arrays
uimaj-core/src/main/java/org/apache/uima/cas/ParsingException.java (1 line):
- line 41: // TODO Auto-generated constructor stub
uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/CasEditorIdePlugin.java (1 line):
- line 40: * TODO: add javadoc here
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationSelectionListener.java (1 line):
- line 30: * TODO: add javadoc here.
uimaj-core/src/main/java/org/apache/uima/util/TypeSystemUtil.java (1 line):
- line 315: * @return array of allowed values for aType
TODO - this should be a method on Type.
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ui/property/EditorAnnotationPropertyPage.java (1 line):
- line 60: // TODO: Add method to change all styles at once, instead of writing
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/editview/validator/CellEditorValidatorFacotory.java (1 line):
- line 28: * TODO: add javadoc here.
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/VinciTAEClient.java (1 line):
- line 28: // TODO: Auto-generated Javadoc
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/annotation/BackgroundDrawingStrategy.java (1 line):
- line 99: // TODO: Asks on mailing list for help ...
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/ResultSpecification_impl.java (1 line):
- line 437: // TODO check cache, normalize language
uimaj-cpe/src/main/java/org/apache/uima/collection/impl/metadata/cpe/CasProcessorExecutableImpl.java (1 line):
- line 234: // TODO Auto-generated method stub
uimaj-core/src/main/java/org/apache/uima/cas/impl/Subiterator.java (1 line):
- line 1129: // FIXME: I can't really wrap my head around the logic of "maybeMoveToPrevBounded()"
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/AnnotationOutline.java (1 line):
- line 374: // TODO: Improve this filter ... it is to sloooooooooow
uimaj-ep-jcasgen/src/main/java/org/apache/uima/jcas/jcasgenp/JgPlugin.java (1 line):
- line 26: // TODO: Auto-generated Javadoc
uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/wizards/ImportDocumentWizardPage.java (1 line):
- line 112: // TODO: Pre select the selected foler ..
jVinci/src/main/java/org/apache/vinci/transport/XTalkTransporter.java (1 line):
- line 349: * Consume a string from the input stream. TODO: Make a faster version that exploits work buffers
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/util/UimaUtil.java (1 line):
- line 29: * TODO: add javadoc here.
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/CasEditorPlugin.java (1 line):
- line 32: * TODO: add javadoc here.
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/context/AnnotationEditingControlCreator.java (1 line):
- line 30: * TODO: add javadoc here.
uimaj-core/src/main/java/org/apache/uima/cas/text/Language.java (1 line):
- line 25: // TODO: finish implementing this class
unused-saved/src/org/apache/uima/internal/util/UIMATypeSystemClassLoaderInjector.java (1 line):
- line 94: // redefining supported TODO check if this works
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fsview/FeatureStructureBrowserViewPage.java (1 line):
- line 321: // TODO: check if an AnnotationFS was created, if so
uimaj-core/src/main/java/org/apache/uima/cas/impl/TypeSystem2Xml.java (1 line):
- line 149: // TODO: make sure this works for arrays of arrays
uimaj-core/src/main/java/org/apache/uima/cas/impl/XmiSerializationSharedData.java (1 line):
- line 187: * deserializations. TODO: maybe a more general reset that resets other things?
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/CVD.java (1 line):
- line 105: // TODO Auto-generated catch block
uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/dialogs/EditSofaBindingsDialog.java (1 line):
- line 128: // TODO Auto-generated method stub
uimaj-core/src/main/java/org/apache/uima/flow/impl/FixedFlowController.java (1 line):
- line 308: // TODO: optimize
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditor.java (1 line):
- line 31: // TODO: Add a method to get the document provider, could needed
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/ArrayNode.java (1 line):
- line 23: * TODO: add type comment for ArrayNode
.
uimaj-tools/src/main/java/org/apache/uima/tools/cvd/ColorIcon.java (1 line):
- line 29: * TODO: add type comment for ColorIcon
.
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CustomInformationControl.java (1 line):
- line 37: * TODO: add javadoc here.
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FeatureStructureSelection.java (1 line):
- line 54: // TODO: fix it
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/AggregateAnalysisEngine_impl.java (1 line):
- line 194: // TODO: should only do this for outermost AE
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/UimaSaxVinciFrameBuilder.java (1 line):
- line 24: // TODO: Auto-generated Javadoc
uimaj-core/src/main/java/org/apache/uima/cas/SelectFSs.java (1 line):
- line 964: // TODO Auto-generated method stub
uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasDocumentProviderFactory.java (1 line):
- line 39: // TODO: Change to: .documentProviders