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
TODO13TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 13

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."); }72
nl.tudelft.goal.ut2004.visualizer.gui.action.AddUnrealGoalBotActionLine
Add thread task to list and add to environment panel.60
nl.tudelft.goal.ut2004.visualizer.gui.action.RespawnActionLine
Use listeners to set this44
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.128
nl.tudelft.goal.ut2004.visualizer.gui.widgets.SuggestionModelLine
Optimize.30
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.SelectableEnvironmentLine
Duplicate code as in Unreal Environment34