jfreechart icon indicating copy to clipboard operation
jfreechart copied to clipboard

Removal of AbstractObjectList

Open lemming622 opened this issue 7 years ago • 1 comments

Is it possible to remove the AbstactObjectList and replace it's Direct Known Subclasses (BooleanList, ObjectList, PaintList, ShapeList, StrokeList) with ArrayLists of the List types? This would help make the code slightly easier to read and understand; as well as, use the provided ArrayList class as the backing class vs a self made class that emulates it now.

lemming622 avatar Nov 29 '18 19:11 lemming622

As generics are being implemented into the rest of the code base for JFreeChart can this be investigated for removal?

lemming622 avatar Apr 02 '20 02:04 lemming622