Bug #125 (closed)
Enumeration Handling
| Reported by: | cxallan | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Cc: | bwzloranger |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
Currently Resurrect's handling of enumerations is poor.
Change History (3)
comment:1 Changed 13 years ago by cxallan
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by cxallan
Futher information about missing enumerations can be found in ticket #126.
comment:3 Changed 13 years ago by cxallan
- Type changed from User Story to defect
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
With r684 we're now handling non-existant enumeration lookups with an EnumerationException?, attempts to resolve a "null" enumeration with a NullPointerException? and logging the important cases (ModeTrans? and OriginalFileTrans?) where we may be missing enumeration elements.