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 Total number of occurrences
@deprecated 10
@todo 0
FILLLME 0
FIXME 1
IMPORTANT 0
QUESTION 0
TODO 24
XXX 11
\fillme 1
\fixme 0
\important 0
\question 0
\todo 23
\xxx 12

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 10

net.ayaslive.miniim.ui.AccountDialog Line
--No comment-- 49
net.ayaslive.miniim.ui.Settings Line
--No comment-- 51
net.ayaslive.miniim.ui.core.DefaultSelectionbox Line
--No comment-- 33
net.ayaslive.miniim.ui.core.Popup Line
--No comment-- 29
net.ayaslive.miniim.ui.core.SelectionBox Line
--No comment-- 14
net.ayaslive.miniim.ui.core.SplashScreen Line
--No comment-- 33
net.ayaslive.miniim.ui.core.list.Label Line
--No comment-- 33
net.ayaslive.miniim.ui.core.list.Select Line
--No comment-- 35
net.ayaslive.miniim.ui.core.list.TextInput Line
--No comment-- 31
org.kxml2.io.KXmlParser Line
--No comment-- 1441

FIXME

Number of occurrences found in the code: 1

net.ayaslive.miniim.ui.markup.extended.DefaultComplexListener Line
wrong idea, we are putting a placeholder of image even when document loading failed .. 424

TODO

Number of occurrences found in the code: 24

net.ayaslive.miniim.plugins.facebook.FBIMProtocol Line
Auto-generated method stub 103
Auto-generated method stub 167
Auto-generated method stub 172
Auto-generated method stub 177
Auto-generated method stub 182
Auto-generated method stub 187
Auto-generated method stub 192
Auto-generated method stub 197
net.ayaslive.miniim.plugins.msn.MSNIMProtocol Line
Auto-generated constructor stub 77
Auto-generated method stub 81
Auto-generated method stub 86
Auto-generated method stub 91
Auto-generated method stub 96
Auto-generated method stub 101
Auto-generated method stub 106
Auto-generated method stub 111
Auto-generated method stub 116
Auto-generated method stub 121
net.ayaslive.miniim.plugins.xmpp.XMPPIMProtocol Line
parse the domain from the url if not specified ! .. 80
Auto-generated method stub 368
net.ayaslive.miniim.ui.AccountListDialog Line
add image here */ 211
net.ayaslive.miniim.ui.BuddyDialog Line
toggle .. 180
net.ayaslive.miniim.ui.core.List Line
show "<>"(90 degree rotated) icon to indicate that we can traverse through the list */ 229
net.ayaslive.miniim.ui.core.list.ListItemFactory Line
add a checked icon */ 114

XXX

Number of occurrences found in the code: 11

net.ayaslive.miniim.common.Buddy Line
bad idea to wait for an exception .. 245
hiding exception !, please take a look at the decodeBytes() e.printStackTrace(); 263
net.ayaslive.miniim.common.IMProtocol Line
this is also done in IMMonitor 313
net.ayaslive.miniim.plugins.xmpp.XMPPIMProtocol Line
we should have read the disco information .. 281
sometimes it happens that we get presence before we get roster, we do not want to overlook that presence information so we create a buddy that is not in the list yet */ 387
I do not know what to use here */ 579
net.ayaslive.miniim.utils.WebUtils Line
totally unoptimized technique 119
currently we only support UTF-8 I believe .. 304
"authzid" is not implemented .. } 361
net.ayaslive.miniim.utils.simplelogger.SimpleLogger Line
may be it is not the best way to create unique id ! 66
the following check is not preventing the server about failing to parse data :( .. not sure why .. 196

\fillme

Number of occurrences found in the code: 1

net.ayaslive.miniim.utils.io.resource.ResourceFetcher Line
--No comment-- 82

\todo

Number of occurrences found in the code: 23

net.ayaslive.miniim.common.Account Line
A lot of account properties is to be added. See the gaim source for that. 55
forbid modification to this string .. 141
net.ayaslive.miniim.common.Buddy Line
Watch the buddy events For example gaim Buddy list signals are 1. buddy-away 2. buddy-back 3. buddy-idle 4. buddy-unidle 5. buddy-signed-on 6. buddy-signed-off 7. update-idle 8. blist-node-extended-menu 38
net.ayaslive.miniim.common.BuddyStore Line
implement max record .. 68
net.ayaslive.miniim.common.IMMessage Line
store in record store .. 129
net.ayaslive.miniim.common.IMMonitor Line
error recovery .. 103
net.ayaslive.miniim.plugins.xmpp.XMPPInputStream Line
show the error to the user, and do appropriate action of the error 210
show the error to the user, and do appropriate action of the error 261
show the error to the user, and do appropriate action of the error 393
net.ayaslive.miniim.ui.AccountDialog Line
If this is a new account instance being created then delete this 143
net.ayaslive.miniim.ui.BuddyDialog Line
add boddy remove and chat commands here 50
net.ayaslive.miniim.ui.BuddyList Line
show groups as breadcrumbs 59
net.ayaslive.miniim.ui.ConversationDialog Line
add previous and next conversation window events 71
net.ayaslive.miniim.ui.MiniWebControler Line
load xmpp streamed ui data 312
add a button to say that it is working and add a review .. 439
net.ayaslive.miniim.ui.core.List Line
support object item showing, truncated text showing .. */ 34
net.ayaslive.miniim.ui.core.Popup Line
Notify the background thread and add it to the queue 53
net.ayaslive.miniim.ui.markup.extended.DefaultComplexListener Line
override the title 159
set menu command .. 333
support multiple comma seperated menus .. 388
do some cache size checkup .. 439
net.ayaslive.miniim.utils.io.resource.ResourceFetcher Line
add some sort of caching system .. 114
net.ayaslive.miniim.utils.io.resource.ResourceIdentifier Line
protected byte[] fileData = null; 29

\xxx

Number of occurrences found in the code: 12

net.ayaslive.miniim.common.Account Line
no synchronization provided here for listeners .. 311
net.ayaslive.miniim.plugins.xmpp.XMPPOutputStream Line
what should I use here as encoding ? writer.setOutput(this.os, "utf-8"); 50
net.ayaslive.miniim.ui.MiniWebControler Line
we have only one protocol implemented now :( 232
net.ayaslive.miniim.ui.core.Window Line
causing flicker problem 134
net.ayaslive.miniim.ui.markup.MarkupItem Line
what to do for strong text ?? 118
net.ayaslive.miniim.ui.markup.extended.DefaultComplexListener Line
should we keep the images in the recordstore to save memory in heap ? 49
String concatanation optimization needed here .. 281
net.ayaslive.miniim.ui.markup.extended.MarkupList Line
no locking :( 119
no locking :( 126
net.ayaslive.miniim.utils.WebUtils Line
This is not threadsafe .. 48
no synchronization :( synchronized (buff) { according to xmpp specification \info there is no spaces in the key value pairs Now get the key value pairs .. 266
charset evaluation is not implemented, it is always guessed to be utf-8 338