1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/dsf
Jonah Graham 59d0f15afe Bug 484894: Update generification of DisassemblyDocument
This fix follows on from af49d7701a and
redoes the generification changes brought on by the AbstractDocument
changes for Neon M4.

The earlier fix (af49d77) made a copy of the list to work around the
casting problem, however many of the methods that work on the positions
expected access to the real list, not a copy.

For example, consider addModelPositionFirst(), it gets the
CATEGORY_MODEL list and then adds to it. If getAddressRangePositions
returned a copy, then the wrong list would be updated.

Change-Id: I36ca589ba748b66541c632182aceaf0b0b64aea4
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-01-06 10:58:16 -05:00
..
org.eclipse.cdt.dsf Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
org.eclipse.cdt.dsf.ui Bug 484894: Update generification of DisassemblyDocument 2016-01-06 10:58:16 -05:00
org.eclipse.cdt.examples.dsf Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
org.eclipse.cdt.examples.dsf-feature Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.examples.dsf.pda Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
org.eclipse.cdt.examples.dsf.pda.ui Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
org.eclipse.cdt.tests.dsf Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00