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 |
---|---|
some trajectories have the first time stamp twice, with possibly different values for acceleration (and TTC) | 46 |
do not allow empty trajectory Throw.when(this.size == 0, IllegalStateException.class, "Empty trajectory does not have a length."); | 406 |
do not allow empty trajectory Throw.when(this.size == 0, IllegalStateException.class, "Empty trajectory does not have a duration."); | 421 |
org.opentrafficsim.kpi.sampling.indicator.TotalDelay | Line |
something better than a global reference speed defined at the indicator | 25 |
use data points and limit speed per interval | 49 |