Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#51 closed task (released)

Update code to use generic collections

Reported by: ibboard Owned by:
Priority: minor Milestone:
Component: WarFoundry-API Version:
Keywords: Cc:
Blocked By: Blocking:

Description

Some parts of the code are still using classes like Hashtable and then casting the result back to its expected type when retrieving this. While this works if we have constrained access to the collection, it is better to use generic collections like Dictionary where the key and value type are defined.

Change History (5)

comment:1 Changed 11 years ago by ibboard

Owner: ibboard deleted

Remove owner so that the team can more easily see bugs. Using default owners seems good at first but is bad practice when a team can be working on any part of the project.

comment:2 Changed 10 years ago by ibboard

Resolution: fixed
Status: newclosed

All code seems to be using generic collections now.

comment:3 Changed 10 years ago by ibboard

released: 1

Mark released changes as released

comment:4 Changed 10 years ago by ibboard

released: 1yes

Mark released fixes as released using radio values

comment:5 Changed 10 years ago by ibboard

Resolution: fixedreleased

Mark fix as released under a previous version

Note: See TracTickets for help on using tickets.