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
Open issues in the code 14 TODO, FIXME, XXX

Each tag is detailed below:

Open issues in the code

Number of occurrences found in the code: 14

org.opentrafficsim.road.network.factory.osm.OSMNetwork Line
should probably assign all link end points of toNode to fromNode 236
Network looks 'crooked' after using this. This function checks for and removes redundancies between the networks links. 276
PK thinks that this method could remove a junction from a through-road 298
org.opentrafficsim.road.network.factory.osm.output.Convert Line
How to figure out whether to keep left, right or keep lane? 152
How to figure out if this is a lane in one or two directions? For now, two is assumed... 153
how does the caller deal with a null result? (Answer: not!) 220
This is the German standard car lane width 543
German default bikepath width 571
German default footpath width 575
the following code assumes right-hand-side driving. 642
overtaking conditions per country and/or type of road? 646
overtaking conditions per country and/or type of road? 655
overtaking conditions per country and/or type of road? 663
test performance (memory- and time-wise) when the counters are replaced by ArrayList<OSMLink> which would obviate the need to do full searches over all Links to find OSMNodes that are source or sink. Reset the counters (should not be necessary unless this method is called more than once) 728