The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Todo Work | 82 | todo, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 82
| org.universAAL.ri.api.manager.Activator | Line |
|---|---|
| check what amount is best | 143 |
| If there are more than 1 HttpService, it gets registered in all ! | 184 |
| org.universAAL.ri.api.manager.RemoteAPIImpl | Line |
| Really? | 117 |
| Really? | 181 |
| org.universAAL.ri.api.manager.RemoteUAAL | Line |
| migrate this to the original UAAL | 74 |
| else log | 104 |
| else log | 120 |
| Change UAALutils to use async handleRequest also/instead of handleCall, which will allow threading here | 303 |
| org.universAAL.ri.api.manager.server.Authenticator | Line |
| --No comment-- | 53 |
| org.universAAL.ri.api.manager.server.persistence.PersistenceDerby | Line |
| Remove in cascade? Rsult is the same, but maybe faster? | 286 |
| Remove in cascade? Rsult is the same, but maybe faster? | 430 |
| org.universAAL.ri.api.manager.server.persistence.PersistenceMySQL | Line |
| Remove in cascade? Rsult is the same, but maybe faster? | 250 |
| Remove in cascade? Rsult is the same, but maybe faster? | 383 |
| org.universAAL.ri.gateway.DummyBusRegistry | Line |
| Auto-generated method stub | 29 |
| Auto-generated method stub | 35 |
| org.universAAL.ri.gateway.DummySpaceManager | Line |
| Auto-generated method stub | 39 |
| Auto-generated method stub | 45 |
| Auto-generated method stub | 51 |
| Auto-generated method stub | 57 |
| Auto-generated method stub | 63 |
| Auto-generated method stub | 69 |
| Auto-generated method stub | 75 |
| Auto-generated method stub | 81 |
| Auto-generated method stub | 87 |
| Auto-generated method stub | 93 |
| Auto-generated method stub | 99 |
| Auto-generated method stub | 105 |
| Auto-generated method stub | 111 |
| Auto-generated method stub | 117 |
| org.universAAL.ri.gateway.DummyTenantManager | Line |
| Auto-generated method stub | 32 |
| Auto-generated method stub | 38 |
| Auto-generated method stub | 44 |
| Auto-generated method stub | 50 |
| Auto-generated method stub | 56 |
| Auto-generated method stub | 62 |
| Auto-generated method stub | 68 |
| Auto-generated method stub | 74 |
| org.universAAL.ri.gateway.Exporter | Line |
| if there are pending Export tasks (because the connection wasn't established yet) then these need to be replaced with new ones | 288 |
| it doesn't really matter there are any remotes to send the message to | 345 |
| in future add general security checks. | 488 |
| check for errors: is this really the first time the busMember is added? | 497 |
| check if new params of the BusMember is [], Then ??? | 584 |
| org.universAAL.ri.gateway.Gateway | Line |
| implement a monitoring mechanism that tracks new files, creating new sessions, and stops sessions when their respective file is removed | 175 |
| org.universAAL.ri.gateway.communicator.service.impl.AbstractLinkHandler | Line |
| --No comment-- | 202 |
| org.universAAL.ri.gateway.communicator.service.impl.ClientSocketCommunicationHandler | Line |
| Log someone is trying to disconnect from an invalid session | 270 |
| org.universAAL.ri.gateway.communicator.service.impl.ServerSocketCommunicationHandler | Line |
| Check if it can registers tenatManager.getTenant(request.getScopeId()); | 234 |
| Close the session | 243 |
| we need to link the UUID so that later on we can | 248 |
| This is a dirty why to connect the Session to the link | 259 |
| here we should close the Session and remove the object | 282 |
| someone is trying to reconnect but we don't have the link active so we create a new session | 293 |
| we should set the session description properly | 295 |
| Check if it can registers tenatManager.getTenant(request.getScopeId()); | 300 |
| Close the session | 309 |
| org.universAAL.ri.gateway.communicator.service.impl.SessionManager | Line |
| scopeID can be in use, and this will spoof previous scopeId!! | 158 |
| scopeID can be in use, and this will spoof previous scopeId!! | 174 |
| Log the issue | 247 |
| Log the issue | 259 |
| org.universAAL.ri.gateway.proxies.ProxyBusMemberFactory | Line |
| Context publisher patterns? | 70 |
| org.universAAL.ri.gateway.proxies.exporting.ProxyContextPublisher | Line |
| should gateway be checking it's own permissions? | 108 |
| maybe it should close connection. | 137 |
| org.universAAL.ri.gateway.proxies.exporting.ProxySCaller | Line |
| disconnect? | 164 |
| org.universAAL.ri.gateway.proxies.importing.ProxyContextSubscriber | Line |
| disconnect? | 124 |
| org.universAAL.ri.gateway.proxies.importing.ProxySCallee | Line |
| disconnect? | 70 |
| sure you want to report directly a timeout, and not reattempt? | 97 |
| org.universAAL.ri.keepalive.receiver.CSubscriber | Line |
| Auto-generated method stub | 58 |
| Use SystemInfo URI instead? | 63 |
| org.universAAL.ri.keepalive.sender.Sender | Line |
| Set right URI, but now it doesnt matter because what is used in receiver is tenant id. | 33 |
| org.universAAL.ri.rest.manager.push.PushGCM | Line |
| !!!!!!!!!!!! Activator.getRemoteAPI().register(nodeid, canon); //This just updates the remoteid Activator.getPersistence().storeRegister(nodeid, canon, null); | 188 |
| !!!!!!!!!!!! Activator.getRemoteAPI().register(nodeid, REG_ID_OUTDATED); //This just updates the remoteid Activator.getPersistence().storeRegister(nodeid, REG_ID_OUTDATED, null); | 200 |
| org.universAAL.ri.rest.manager.resources.Spaces | Line |
| use validators everywhere? The space generated from the POST body does not contain any "link" elements, but I wouldnt have allowed it anyway Set the links manually, like in the space constructor | 106 |
| org.universAAL.ri.rest.manager.resources.Subscriber | Line |
| @XMLElement(nillable=true) for not showing in .../subscribers ? | 67 |
| org.universAAL.ri.rest.manager.server.Authenticator | Line |
| Clean from time to time? | 51 |
| Evaluate if it is worth it to have an in-memory user-pass list to ease the pressure on the DB, if that means implementing additional managing features to keep it sync with the DB. | 78 |
| org.universAAL.ri.rest.manager.server.persistence.PersistenceDerby | Line |
| Remove in cascade? Rsult is the same, but maybe faster? | 327 |
| Remove in cascade? Rsult is the same, but maybe faster? | 608 |
| org.universAAL.ri.servicegateway.osgi.GatewayPortTracker | Line |
| Auto-generated catch block | 151 |
| Auto-generated catch block | 154 |
| Auto-generated catch block | 183 |
| Auto-generated catch block | 186 |
| Auto-generated catch block | 189 |
| org.universAAL.ri.wsdlToolkit.axis2Parser.AdditionalTypesParser | Line |
| Analyze this attribute theDefinition.getContainingErrors().add("ERROR - WARNING @ line ~663!!!... mpike edw... check ti ginetai edw..."); System.out.println("ERROR - WARNING @ line ~663!!!"); | 2370 |