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 ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO19TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 19

nl.tudelft.goal.ut2004.visualizer.data.EnvironmentDataLine
How hoes this work? if (System.getSecurityManager() == null) { System.setSecurityManager(new RMISecurityManager()); System.out.println("Security manager installed."); } else { System.out.println("Security manager already exists."); }71
nl.tudelft.goal.ut2004.visualizer.gui.action.AddUnrealGoalBotActionLine
Add thread task to list and add to environment panel.49
nl.tudelft.goal.ut2004.visualizer.gui.action.RespawnActionLine
Use listeners to set this43
nl.tudelft.goal.ut2004.visualizer.gui.widgets.MapBoxLine
Currently only exists to accommodate the {@link WaypointBox} which has no meaningfull way to detect when it is diposed and should remove it's listeners. The {@link ObservableCollection} should use weak references.126
nl.tudelft.goal.ut2004.visualizer.gui.widgets.SuggestionModelLine
Optimize.27
nl.tudelft.goal.ut2004.visualizer.gui.widgets.WaypointBoxLine
Currently only exists to accommodate the {@link WaypointBox} which has no meaningfull way to detect when it is diposed and should remove it's listeners. The {@link ObservableCollection} should use weak references.106
nl.tudelft.goal.ut2004.visualizer.util.EnvironmentComboBoxModelLine
Auto-generated method stub12
Auto-generated method stub18
Auto-generated method stub24
Auto-generated method stub30
Auto-generated method stub36
Auto-generated method stub42
nl.tudelft.goal.ut2004.visualizer.util.ObservableMapLine
Auto-generated method stub97
Auto-generated method stub102
Auto-generated method stub106
Auto-generated method stub111
nl.tudelft.goal.ut2004.visualizer.util.SelectableEnvironmentLine
Duplicate code as in Unreal Environment32
nl.tudelft.goal.visualizer.ut3.util.MenuBuilderTestLine
JUnit does not run.30
nl.tudelft.goal.visualizer.ut3.util.UT3MenuBuilderLine
Not yet implemented. UT3Menu.add(buildUTObjectMenu(navPoint, "Deployed", Unreal3Actors.DEPLOYED_TYPES));46