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 Class Total number of occurrences Tag strings used by tag class
Todo Work 2 todo
Urgent Work 4 fixme

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 2

fr.in2p3.jsaga.adaptor.security.SecretServiceSecurityAdaptor Line
encrypted ? 109
unlock not working 206

Urgent Work

Number of occurrences found in the code: 4

fr.in2p3.jsaga.adaptor.security.SecretServiceSecurityAdaptor Line
unlock item: error NotConnected objectPath = prop.toString().split(":")[2]; List<DBusInterface> itemsToUnlock = new java.util.ArrayList<DBusInterface>(1); itemsToUnlock.add(getItem(conn,prop)); Pair<List<DBusInterface>,DBusInterface> usr = serv.Unlock(itemsToUnlock); 208
unlock all items: error NotConnected Pair<List<DBusInterface>,DBusInterface> usr = serv.Unlock(lockedItems); 213
unlock collection: error NotConnected List<DBusInterface> collToUnlock = new java.util.ArrayList<DBusInterface>(1); collToUnlock.add(collection); Pair<List<DBusInterface>,DBusInterface> usr = serv.Unlock(collToUnlock); 215
Wrong return type: failed to create proxy object for / exported by 1.5 Pair<List<DBusInterface>,DBusInterface> usr = serv.Unlock(new ArrayList<DBusInterface>()); 219