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 15 TODO, FIXME, XXX

Each tag is detailed below:

Open issues in the code

Number of occurrences found in the code: 15

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? 142
How to figure out if this is a lane in one or two directions? For now, two is assumed... 143
how does the caller deal with a null result? (Answer: not!) 224
This is the German standard car lane width 569
German default bikepath width 599
German default footpath width 604
the following code assumes right-hand-side driving. 670
overtaking conditions per country and/or type of road? 674
overtaking conditions per country and/or type of road? 682
overtaking conditions per country and/or type of road? 689
network.addDrawingInfoBase(newLane, new DrawingInfoShape<Lane>(color)); 694
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) 748