Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Incompatible change, Reviewed
-
Description
Plan to change it from List<Cell> to List<? super ExtendedCell>, so we could pass both List<Cell> and List<ExtendedCell> to it, or even List<RawCell> for coprocessors.
This could save a lot of casting in our main code.
This is an incompatible change for coprocessors, so it will only go into branch-3+, and will be marked as incompatible change.
Attachments
Issue Links
- links to