1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/memory/org.eclipse.cdt.debug.core.memory
Jonah Graham 48156b4653 Bug 572594: Avoid using generic Consumer interface
Using the Consumer interface means that code navigation is substantially
harder. e.g. open ImportMemoryDialog and do a call hierarchy on who
calls scrollRenderings.

You end up in Consumer.accept, which (naturally) has 100s of callers, so
identifying which ones are relevant is very difficult.

Change-Id: I8817568e992955d5b01a591a9cffb2447b9e5008
2021-04-06 13:06:25 -04:00
..
.settings Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projects 2020-08-30 20:02:41 -04:00
META-INF Bug 572594: Avoid using generic Consumer interface 2021-04-06 13:06:25 -04:00
OSGI-INF/l10n Bug 562247 - Add CDT Debug Core Memory bundle 2020-04-18 03:11:51 -04:00
src/org/eclipse/cdt/debug Bug 572594: Avoid using generic Consumer interface 2021-04-06 13:06:25 -04:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04:00
about.html Bug 562247 - Add CDT Debug Core Memory bundle 2020-04-18 03:11:51 -04:00
build.properties Bug 551817: Fix legal docs - and automate their checks 2020-08-30 23:15:59 -04:00