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 |
---|---|---|
Open issues in the code | 5 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 5
org.opentrafficsim.kpi.sampling.Trajectory | Line |
---|---|
do not allow empty trajectory Throw.when(this.size == 0, IllegalStateException.class, "Empty trajectory does not have a length."); | 297 |
do not allow empty trajectory Throw.when(this.size == 0, IllegalStateException.class, "Empty trajectory does not have a duration."); | 312 |
org.opentrafficsim.kpi.sampling.indicator.MeanTravelTime | Line |
should be average lane length of link | 48 |
org.opentrafficsim.kpi.sampling.indicator.TotalDelay | Line |
something better than a global reference speed defined at the indicator | 22 |
use data points and limit speed per interval | 45 |