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 | 6 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 6
org.opentrafficsim.kpi.sampling.Sampler | Line |
---|---|
This returns all data, regardless of registered space-time regions. We need a query to have space-time regions. | 333 |
org.opentrafficsim.kpi.sampling.Trajectory | Line |
some trajectories have the first time stamp twice, with possibly different values for acceleration (and TTC) | 45 |
do not allow empty trajectory Throw.when(this.size == 0, IllegalStateException.class, "Empty trajectory does not have a length."); | 302 |
do not allow empty trajectory Throw.when(this.size == 0, IllegalStateException.class, "Empty trajectory does not have a duration."); | 317 |
org.opentrafficsim.kpi.sampling.indicator.TotalDelay | Line |
something better than a global reference speed defined at the indicator | 24 |
use data points and limit speed per interval | 48 |