Opened 12 years ago
Closed 12 years ago
#107 closed task (fixed)
XY_DataSetList should simply extend ArrayList<XY_DataSetAPI>
Reported by: | Kevin Milner | Owned by: | Peter Powers |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.1 |
Component: | commons | Version: | |
Keywords: | Cc: |
Description
XY_DataSetList implementation duplicates a lot of functionality of ArrayList?, it would be easier if it just extended it. Then we could use things like the static Collections.xxxxx methods.
Change History (2)
comment:1 Changed 12 years ago by
Component: | sha → commons |
---|---|
Milestone: | → OpenSHA 1.1 |
Type: | defect → task |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
done in [7294]