The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| TODO | 39 | TODO |
| UNUSED | 3 | UNUSED |
| XXX | 9 | XXX |
Each tag is detailed below:
Number of occurrences found in the code: 39
| pl.edu.agh.cast.backward.editor.EditorUtilBackward | Line |
|---|---|
| move it to MessageBoxUtil | 297 |
| pl.edu.agh.cast.backward.editor.action.ExportDiagramAction | Line |
| Auto-generated catch block | 66 |
| Auto-generated method stub | 127 |
| pl.edu.agh.cast.backward.editor.operation.FindNodesOperation | Line |
| This class could probably use some refactoring.. anyone heard of iterators? This class is a great candidate to be converted to a Iterator<Node>. | 34 |
| pl.edu.agh.cast.backward.resources.ProjectStoreTest | Line |
| --No comment-- | 40 |
| --No comment-- | 45 |
| pl.edu.agh.cast.editor.AbstractEditor | Line |
| ZOOM | 285 |
| ZOOM rectangleZoomToolEntry.setZoomManager(rootEditPart.getZoomManager()); | 322 |
| ZOOM IVisualResource resource = CoreServiceLocator.getResourceRegistry().getResource( CoreVisualResourcesProvider.CHECKBOX_CLEARED); ImageDescriptor desc = ImageDescriptor.createFromImage(resource.getImage()); | 399 |
| use progress monitor | 444 |
| adjust the message properly | 570 |
| pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate | Line |
| write the diagram | 132 |
| pl.edu.agh.cast.editor.input.DiagramEditorInput | Line |
| Auto-generated method stub | 71 |
| Auto-generated method stub | 82 |
| Auto-generated method stub | 103 |
| Auto-generated method stub | 124 |
| pl.edu.agh.cast.editor.input.ModelEditorInput | Line |
| Auto-generated method stub | 64 |
| Auto-generated method stub | 75 |
| Auto-generated method stub | 86 |
| Auto-generated method stub | 97 |
| Auto-generated method stub | 108 |
| Auto-generated method stub | 120 |
| pl.edu.agh.cast.model.Utils | Line |
| DO NOT USE PRINTLN System.out.println("Connecting to DB..."); //$NON-NLS-1$ | 39 |
| DO NOT USE PRINTLN System.out.println("done."); //$NON-NLS-1$ | 45 |
| pl.edu.agh.cast.model.attributes.NodeAttributeManager | Line |
| get type of attribute and set it properly is this really needed, since the attribute is not modifiable? | 97 |
| pl.edu.agh.cast.model.visual.backward.Connection | Line |
| remove _startDate from this class? | 34 |
| pl.edu.agh.cast.model.visual.backward.Diagram | Line |
| if nodes have an attribute with the same name as entity, but different ValueType then this is not handled correctly | 616 |
| probably should be moved out of the nested loop when each type of node will have its own AttributeManager check if attribute is new for the node | 657 |
| pl.edu.agh.cast.model.visual.backward.VisualModelCachingFactory | Line |
| This is temporary fix to get back connections after deserialization. Proper implementation should be completely different - | 511 |
| pl.edu.agh.cast.navigator.ui.NavigatorTreeView | Line |
| Auto-generated method stub | 197 |
| pl.edu.agh.cast.tool.TargetShape | Line |
| comment | 19 |
| pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter | Line |
| display info about all elements | 264 |
| pl.edu.agh.cast.ui.dialogs.search.DateFilterPanel | Line |
| add proper validation | 189 |
| pl.edu.agh.cast.ui.outline.OutlineTreeView | Line |
| Auto-generated method stub | 82 |
| Auto-generated method stub | 88 |
| Auto-generated method stub | 94 |
| Auto-generated method stub | 100 |
| add sorter viewer.setSorter(); | 109 |
| pl.edu.agh.cast.util.Images | Line |
| replace the entity icon with default NodeIcon | 105 |
Number of occurrences found in the code: 3
| pl.edu.agh.cast.model.visual.backward.Node | Line |
|---|---|
| [tmilos] | 473 |
| pl.edu.agh.cast.ui.outline.OutlineConnectionNode | Line |
| [tmilos] is this ever used? | 31 |
| pl.edu.agh.cast.util.Configuration | Line |
| <2009-01-13> [tmilos] is this used? | 37 |
Number of occurrences found in the code: 9
| pl.edu.agh.cast.editor.AbstractEditor | Line |
|---|---|
| to investigate/reimplement later viewer.addDropTargetListener(new EntityDropTargetListener(viewer)); | 299 |
| to investigate/reimplement later | 581 |
| pl.edu.agh.cast.editor.action.delegate.AbstractOpenEditorActionDelegate | Line |
| This class contains diagram only for testing purpose! the action is created only once so the diagram given in constructor is the same for all calls of this action. TODO: this action should open only empty editors!!! | 51 |
| pl.edu.agh.cast.model.visual.backward.Connection | Line |
| add new fields here | 103 |
| pl.edu.agh.cast.model.visual.backward.ConnectionGroup | Line |
| If you add a new property to this class, you must add it to CloneSelectionHelperTest and CloneSelectionHelper. | 38 |
| pl.edu.agh.cast.model.visual.backward.ModelElement | Line |
| [tmilos] inconsistent types: (oldValue.getClass() == AttributeValue.class) (newValue.getClass() != AttributeValue.class) | 213 |
| pl.edu.agh.cast.model.visual.backward.Node | Line |
| IMPORTANT!! When adding new fields to this class, be careful to update the copyTo method. | 47 |
| add code for any new fields in Node here | 352 |
| pl.edu.agh.cast.ui.dialogs.property.PropertiesEditorPresenter | Line |
| temporary turned off until editing in such case is done addNotExistingProperties(category, fetchPropertiesForType(element.getDerivedType())); result.addChild(category); | 256 |