Menu

Code Commit Log


Commit Date  
[r7325] by mrieser

if one replaced code, please delete the old code, do not just comment it out. We have a version control system for checking old versions of the code. If it is just commented out, it just messes up the code and later one doesn't know anymore if this is additional functionality (e.g. for handling a special case) that is just deactivated or just "old code".

2009-06-08 08:35:03 Tree
[r7324] by mrieser

removed out-of-date Javadoc comment.

2009-06-08 08:32:20 Tree
[r7323] by Matthias_Feil

Class to analyze events for acts/legs timings

2009-06-07 16:54:28 Tree
[r7322] by vsp_nagel

Rewrote planElements access in collectLinks from i%2 syntax to instanceof syntax.

2009-06-07 15:24:18 Tree
[r7321] by vsp_nagel

changes only in formatting of import statements (I hope)

2009-06-07 15:11:36 Tree
[r7320] by vsp_nagel

changes only in formatting of import statements (I hope)

2009-06-07 15:10:14 Tree
[r7319] by vsp_nagel

added the logger

wrote some code that moves nodes randomly to the "right". The code is in createPTLink, and it is commented out.
This could/should be a more general piece of code.

2009-06-07 15:05:36 Tree
[r7318] by balmermi

!!!PLEASE DOUBLECHECK/TRIPPLECHECK THE USE OF PlansCalcRouteConfigGroup!!!

2009-06-07 14:32:17 Tree
[r7317] by vsp_nagel

Replaced

log.warn(this + "[xxx=" + XXX + " already set. Will be overwritten.]");

with

log.warn(this + "[xxx=" + XXX.old + " already set. Will be overwritten with " + XXX.new + "]");

which is, I think, more meaningful for the average user.

2009-06-07 14:18:33 Tree
[r7316] by andreas77

set locationChoiceBasedOnKnowledge

2009-06-07 13:59:31 Tree
Older >