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
@fixme0
@todo0
FIXME3
TODO16
XXX13

Each tag is detailed below:

@fixme

Number of occurences found in the code: 0

@todo

Number of occurences found in the code: 0

FIXME

Number of occurences found in the code: 3

mupisim.sim.AbstractControlProcessLine
assert address == null;43
mupisim.sim.HasSizeUtilLine
find a way to handle this53
mupisim.sim.processes.RandomDummyProcessLine
use a common seed, and re-seed when needed49

TODO

Number of occurences found in the code: 16

mupisim.event.EventUtilLine
assert that cardinality is 1139
assert that cardinality is 1158
mupisim.net.AbstractNetworkLine
channel support264
channel support271
handle channels412
mupisim.net.LinkBufferUtilLine
use several events to be more "correct"44
mupisim.net.NetworkUtilLine
Javadoc39
performance773
mupisim.sim.SimpleLocalizationFunctionLine
improve performance by reusing the Entry instance87
mupisim.sim.SimpleMessagingServiceLine
use a scheduled procedure here207
mupisim.sim.SimpleSelectionProcedureLine
test with isFull() for correctness215
mupisim.sim.processes.RandomDummyProcessLine
improve this with historical data290
allow burst291
generics296
mupisim.sim.processes.RandomServerProcessLine
Serve requests113
Terminate125

XXX

Number of occurences found in the code: 13

mupisim.event.SimpleEventSchedulerLine
no need to trace as it will eventualy be traced in scheduleEventAt()116
mupisim.net.AbstractNetworkLine
eventObservable.fireEvent(event);80
mupisim.stats.SimulationObserverLine
final Element messageElement = StatsUtil.getStats(message);280
messagesElement.appendChild(messageElement);281
final Element distancesElement = new Element("distances");284
messageElement.appendChild(distancesElement);285
distancesElement.addAttribute(new Attribute("priori", Integer.toString(prioriDistance)));289
distancesElement.addAttribute(new Attribute("hops", Integer.toString(pathLength)));296
final Element timesElement = new Element("times");317
messageElement.appendChild(timesElement);318
timesElement.addAttribute(new Attribute("sent", Long.toString(sendTime)));321
timesElement.addAttribute(new Attribute("received", Long.toString(receiveTime)));326
timesElement.addAttribute(new Attribute("latency", Long.toString(latency)));329