Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.
Tag | Total number of occurences |
---|
FIXME | 13 |
TODO | 56 |
XXX | 18 |
Each tag is detailed below:
Number of occurences found in the code: 13
triptracker.client.gps.ui.GPSGui | Line |
---|
Not recommended to use absolute coords. | 108 |
triptracker.client.map.ui.ConfigPanel | Line |
---|
Move to routeUpdate. | 273 |
Move to routeUpdate. | 276 |
triptracker.client.map.ui.LoginForm | Line |
---|
Move to routeUpdate. | 156 |
Move to routeUpdate. | 158 |
triptracker.client.map.ui.MapViewPanel | Line |
---|
Move to routeUpdate. | 212 |
Move to routeUpdate. | 218 |
triptracker.client.net.MapSocket | Line |
---|
Make server not send empty space | 304 |
triptracker.core.ConnectionState | Line |
---|
States below should be integrated into MapSocketListener's RouteState. | 39 |
triptracker.core.Coordinate | Line |
---|
Clean up in all toString methods here. | 169 |
triptracker.core.ReferenceEllipsoids | Line |
---|
Convert everything to an enum. | 41 |
triptracker.core.Utils | Line |
---|
Add string formatting to force rounded decimals to zero. | 105 |
triptracker.testing.DBConversion | Line |
---|
Create conversion from old erroneous decimal to new correct decimal format. | 121 |
Number of occurences found in the code: 56
triptracker.client.gps.core.GPSConnection | Line |
---|
Finish method, move this out from GPSConnection? | 196 |
triptracker.client.gps.core.GPSStatusState | Line |
---|
Rename to something more intuitive. | 25 |
triptracker.client.gps.ui.GPSController | Line |
---|
Fix: Exit gracefully. | 69 |
triptracker.client.gps.ui.LoginForm | Line |
---|
Move to properties file | 89 |
Move to properties file | 90 |
Move to properties file | 92 |
Move to properties file | 93 |
triptracker.client.map.core.MapCacheProvider | Line |
---|
Implement search for existing cache update. | 36 |
Implement the caching in here. | 45 |
triptracker.client.map.core.SimpleMatrixOps | Line |
---|
Attempt to convert the list of basic matrices into an enum. | 25 |
Maybe move these operations directly into the Matrix2D class | 232 |
Use the new Matrix2D MatrixIterator to perform the operation. | 233 |
Convert to double/Number processing. | 257 |
Convert to double/Number processing. | 310 |
Could use 90 degree rotation matrix operations. | 320 |
Examine if System.arraycopy() could do the job instead. Build the minimized layout from the edge coordinates. | 358 |
triptracker.client.map.ui.ConfigController | Line |
---|
Make it use userID | 86 |
triptracker.client.map.ui.LoginForm | Line |
---|
Move to properties file or use applet param | 74 |
Move to properties file or use applet param | 75 |
Auto-generated method stub | 164 |
triptracker.client.map.ui.Map | Line |
---|
make this work nicely | 296 |
triptracker.client.net.GPSSocket | Line |
---|
It might be enough to check isClosed() because it might work to send a message while the socket is still connecting. Then it might send it right after successfully connecting. This needs to be tested. Same this as with sendMessage(...) except that this method uses sendMessage so it might not be needed here. | 63 |
triptracker.client.net.MapSocket | Line |
---|
Implement: Route not beeing tracked... | 324 |
implement: Tracker has stopped logging route. | 327 |
triptracker.client.net.SocketConnection | Line |
---|
make it work with zip | 144 |
It might be enough to check isClosed() because it might work to send a message while the socket is still connecting. Then it might send it right after successfully connecting. This needs to be tested. | 154 |
for testing purposes only System.out.println("%% sent to server: " + Arrays.toString(message)); | 171 |
Server closes socket on QUIT, but should have timeout on closing to ensure disconnection. | 255 |
triptracker.server.CheckThread | Line |
---|
(jani) Generalize to extend ClientHandler, be single threaded. | 39 |
Add dynamic loading of persistency driver from the file "Persistence.properties" in the triptracker/server/persistence/ folder. | 43 |
Generalize this class to replace "null" with "this". Integrate it with ClientHandler. | 79 |
MVC this. | 82 |
MVC this. | 84 |
Fix MVC, generalize. | 96 |
Generalize this class to replace "null" with "this". | 147 |
triptracker.server.ClientHandler | Line |
---|
Implement ZIP compression method | 179 |
Fix MVC. | 226 |
triptracker.server.GPSHandler | Line |
---|
(harald) Not finished yet!!! | 60 |
Check for unlocking too. | 121 |
triptracker.server.MapHandler | Line |
---|
(harald) Not finished yet!!! The method making sure everything is being shutdown before the handler deletes itself. | 52 |
Implement method | 159 |
Implement method | 169 |
Legg til siste koordinat, aktiv | 214 |
Auto-generated catch block e.printStackTrace(); } | 226 |
triptracker.server.Server | Line |
---|
Move to properties file | 66 |
Remove method when ConsoleServer is complete. | 80 |
Move to properties file | 86 |
MVC listener call | 106 |
MVC listener call | 109 |
MVC listener call | 117 |
(jani) Add compareTo in GPSHandler to use binSearch or SortedSet protected final GPSHandler getGPSHandler(final int routeId){ | 127 |
triptracker.server.ServerListener | Line |
---|
(jani) Need to separate between map and GPS clients. State chart. public void clientListUpdate(ClientHandler client, ConnectionState state); | 37 |
triptracker.server.persistence.MySqlDB | Line |
---|
Provide some kind of feedback to client if save failed. | 146 |
Provide some kind of feedback to client if save failed. | 177 |
triptracker.testing.CoordinateTest | Line |
---|
just for testing purposes System.out.println(point.toString()); System.out.println(prevPoint.toString()); | 79 |
triptracker.testing.compress.DBDebugProxy | Line |
---|
Modify for compression testing with byte counting. | 30 |
Number of occurences found in the code: 18
triptracker.client.gps.core.GPSClientModel | Line |
---|
tried to add close/open port here to fix problem with disconnecting the port if the plug is pulled out while the app runs (Would not normally occour if you have an "normal" serial port (not an usb-> serial adapter as we use for testing). | 531 |
triptracker.client.gps.core.GPSConnection | Line |
---|
writing to console, test | 96 |
Added for debug testing. | 112 |
Why loop infinitely. Reads line for line from the GPS-unit | 149 |
Temp error logging. Add log to file? | 292 |
triptracker.client.gps.ui.GPSSettingsForm | Line |
---|
enable when compression is implemented | 116 |
triptracker.client.gps.ui.MainForm | Line |
---|
Tmp, remove | 544 |
triptracker.client.map.core.SimpleMatrixOps | Line |
---|
Proof of concept method to apply generics with the Matrix2D class | 231 |
Finish this. | 283 |
triptracker.client.net.MapSocket | Line |
---|
Same states as SUBSCRIBED and UNSUBSCRIBED? | 328 |
triptracker.client.net.MapSocketListener | Line |
---|
States below are uncertain. | 32 |
triptracker.client.net.SocketConnection | Line |
---|
Hoping for close() to kill the data reader thread. | 260 |
Temp error logging. Add log to file? | 292 |
Temporary | 321 |
Temporary | 340 |
triptracker.server.ClientHandler | Line |
---|
Before or after socket.close()? server.connectionUpdate(DISCONNECTED); | 219 |
triptracker.server.Server | Line |
---|
Temp error logging? Add log to file? | 239 |
triptracker.server.persistence.MySqlDB | Line |
---|
tried adding order by | 351 |