Issue Details (XML | Word | Printable)

Key: NUCENHANCER-39
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Andy Jefferson
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DataNucleus Enhancer

Order of enhancement of classes and mapping files doesn't match input order

Created: 28/May/09 02:43 PM   Updated: 26/Dec/09 12:58 PM   Resolved: 28/May/09 03:28 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1.4


 Description  « Hide
Classes/mappingFiles are simply put in HashSet internally and so are enhanced using the natural ordering of the object rather than the input order (which is typically alphabetical). Would make sense to enhance in input order, so at least then its easier to find a class in the long list of input

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 28/May/09 03:28 PM
SVN trunk fixes this