#48 closed task (fixed)
Rename classes from 'slot' to 'lane'
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | major | Milestone: | MS1: First release (1.0.0) |
Component: | track | Version: | pre-1.0 |
Keywords: | slot, lane | Cc: |
Description
Rename all classes and fields referencing to a 'slot' to 'lane'. That should improve readability and seems to be the official term.
Change History (5)
comment:1 Changed 16 years ago by
Owner: | changed from somebody to Henrik Heimbuerger |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Type: | defect → task |
---|
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 16 years ago by
Component: | unspecified → track |
---|
Note: See
TracTickets for help on using
tickets.
New commit by hheimbuerger (revision [189]):
[Fix for ticket #48] Renamed all classes and fields that were previously referring to 'slots' to 'lanes'.
Also refactored methods accessing explicitly a slot 1 or 2 to use an index argument, to prepare support for tiles with more than two lanes.
Additionally, the classes Lane and LaneSection? now have improved javadoc comments.
NOTE: The element in the tiles.xml has also been renamed from <slot> to <lane>!