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.

TagTotal number of occurences
FIXME13
TODO56
XXX18

Each tag is detailed below:

FIXME

Number of occurences found in the code: 13

triptracker.client.gps.ui.GPSGuiLine
Not recommended to use absolute coords.108
triptracker.client.map.ui.ConfigPanelLine
Move to routeUpdate.273
Move to routeUpdate.276
triptracker.client.map.ui.LoginFormLine
Move to routeUpdate.156
Move to routeUpdate.158
triptracker.client.map.ui.MapViewPanelLine
Move to routeUpdate.212
Move to routeUpdate.218
triptracker.client.net.MapSocketLine
Make server not send empty space304
triptracker.core.ConnectionStateLine
States below should be integrated into MapSocketListener's RouteState.39
triptracker.core.CoordinateLine
Clean up in all toString methods here.169
triptracker.core.ReferenceEllipsoidsLine
Convert everything to an enum.41
triptracker.core.UtilsLine
Add string formatting to force rounded decimals to zero.105
triptracker.testing.DBConversionLine
Create conversion from old erroneous decimal to new correct decimal format.121

TODO

Number of occurences found in the code: 56

triptracker.client.gps.core.GPSConnectionLine
Finish method, move this out from GPSConnection?196
triptracker.client.gps.core.GPSStatusStateLine
Rename to something more intuitive.25
triptracker.client.gps.ui.GPSControllerLine
Fix: Exit gracefully.69
triptracker.client.gps.ui.LoginFormLine
Move to properties file89
Move to properties file90
Move to properties file92
Move to properties file93
triptracker.client.map.core.MapCacheProviderLine
Implement search for existing cache update.36
Implement the caching in here.45
triptracker.client.map.core.SimpleMatrixOpsLine
Attempt to convert the list of basic matrices into an enum.25
Maybe move these operations directly into the Matrix2D class232
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.ConfigControllerLine
Make it use userID86
triptracker.client.map.ui.LoginFormLine
Move to properties file or use applet param74
Move to properties file or use applet param75
Auto-generated method stub164
triptracker.client.map.ui.MapLine
make this work nicely296
triptracker.client.net.GPSSocketLine
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.MapSocketLine
Implement: Route not beeing tracked...324
implement: Tracker has stopped logging route.327
triptracker.client.net.SocketConnectionLine
make it work with zip144
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.CheckThreadLine
(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.ClientHandlerLine
Implement ZIP compression method179
Fix MVC.226
triptracker.server.GPSHandlerLine
(harald) Not finished yet!!!60
Check for unlocking too.121
triptracker.server.MapHandlerLine
(harald) Not finished yet!!! The method making sure everything is being shutdown before the handler deletes itself.52
Implement method159
Implement method169
Legg til siste koordinat, aktiv214
Auto-generated catch block e.printStackTrace(); }226
triptracker.server.ServerLine
Move to properties file66
Remove method when ConsoleServer is complete.80
Move to properties file86
MVC listener call106
MVC listener call109
MVC listener call117
(jani) Add compareTo in GPSHandler to use binSearch or SortedSet protected final GPSHandler getGPSHandler(final int routeId){127
triptracker.server.ServerListenerLine
(jani) Need to separate between map and GPS clients. State chart. public void clientListUpdate(ClientHandler client, ConnectionState state);37
triptracker.server.persistence.MySqlDBLine
Provide some kind of feedback to client if save failed.146
Provide some kind of feedback to client if save failed.177
triptracker.testing.CoordinateTestLine
just for testing purposes System.out.println(point.toString()); System.out.println(prevPoint.toString());79
triptracker.testing.compress.DBDebugProxyLine
Modify for compression testing with byte counting.30

XXX

Number of occurences found in the code: 18

triptracker.client.gps.core.GPSClientModelLine
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.GPSConnectionLine
writing to console, test96
Added for debug testing.112
Why loop infinitely. Reads line for line from the GPS-unit149
Temp error logging. Add log to file?292
triptracker.client.gps.ui.GPSSettingsFormLine
enable when compression is implemented116
triptracker.client.gps.ui.MainFormLine
Tmp, remove544
triptracker.client.map.core.SimpleMatrixOpsLine
Proof of concept method to apply generics with the Matrix2D class231
Finish this.283
triptracker.client.net.MapSocketLine
Same states as SUBSCRIBED and UNSUBSCRIBED?328
triptracker.client.net.MapSocketListenerLine
States below are uncertain.32
triptracker.client.net.SocketConnectionLine
Hoping for close() to kill the data reader thread.260
Temp error logging. Add log to file?292
Temporary321
Temporary340
triptracker.server.ClientHandlerLine
Before or after socket.close()? server.connectionUpdate(DISCONNECTED);219
triptracker.server.ServerLine
Temp error logging? Add log to file?239
triptracker.server.persistence.MySqlDBLine
tried adding order by351