core/src/main/resources/org/apache/karaf/webconsole/core/behavior/dracula/dracula_graph.js (8 lines): - line 57: this.snapshots = []; // previous graph states TODO to be implemented - line 87: /* TODO to be implemented - line 119: this.shape && this.shape.hide(); /* FIXME this is representation specific code and should be elsewhere */ - line 151: /* TODO default node rendering function */ - line 175: // TODO round the coordinates here (eg. for proper image representation) - line 254: // TODO ajax representation evaluation - line 280: edge.style && edge.style.callback && edge.style.callback(edge); // TODO move this somewhere else - line 284: //FIXME showing doesn't work well core/src/main/resources/org/apache/karaf/webconsole/core/behavior/dracula/dracula_algorithms.js (6 lines): - line 59: /* STEP 3: TODO Check for negative cycles */ - line 182: /* TODO use the knowledge, e.g. mark path in graph */ - line 349: /* currently unused, TODO implement */ - line 360: /* insert the input elements one by one only when we don't have a key property (TODO can be done more elegant) */ - line 376: TODO: This could be implemented more efficiently by using only one array object and several pointers. - line 464: * FIXME: Doesn't work correctly yet. osgi/core/src/main/java/org/apache/karaf/webconsole/osgi/core/service/ServiceDetailPage.java (1 line): - line 56: // TODO Auto-generated catch block karaf/admin/src/main/java/org/apache/karaf/webconsole/karaf/admin/list/InstanceActionsPanel.java (1 line): - line 80: // TODO Auto-generated catch block karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/FeatureModel.java (1 line): - line 47: // TODO Auto-generated catch block