Tag List Report

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
Open issues in the code 11 TODO, FIXME, XXX

Each tag is detailed below:

Open issues in the code

Number of occurrences found in the code: 11

org.opentrafficsim.editor.OtsEditor Line
should probably create a utility to run from XML as demo fromXML, but with batch function too 529
org.opentrafficsim.editor.OtsRunner Line
colorer and markers based on user specification 50
add OtsSimmulationPanelDecorator with contents based on Animation tag to OtsAnimationPanel constructor 66
simulationPanel.addConsoleTab() depending on Animation tag 67
org.opentrafficsim.editor.decoration.validation.KeyValidator Line
This approach allows the following to happen. A coupled id is 'Abcd'. The user wants to remove the id by hitting backspace a few times. The value changes each time, and each change is allowed to change the coupled values. Finally the 'A' is also removed causing an empty value and the coupled values not to be updated. Effectively, removing the id value has now changed all coupled values from 'Abcd' to 'A'. A similar thing can happen with the last valid value before a duplicate new value is encountered. It is difficult to define a closed logic that can know when there is a final change of the id. Any operation in the editor can change id values, such as an extension, not only editor fields in the tree table or attributes table. The JTreeTable also has no clear event when editing starts, so we can't set some boolean to prevent updating the keyrefs during an episode of editing. 294
org.opentrafficsim.editor.extensions.OdEditor Line
this is a dummy implementation 54
org.opentrafficsim.editor.extensions.RoadLayoutEditor Line
this is a dummy implementation 59
this is a dummy implementation 79
org.opentrafficsim.editor.extensions.RouteEditor Line
this is a dummy implementation 57
org.opentrafficsim.editor.extensions.TrafCodEditor Line
this is a dummy implementation 42
org.opentrafficsim.editor.extensions.map.MapLinkData Line
move this to a parallel process? 635