Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2016-01-06 18:05:03 +0000
committerMarc Khouzam2016-01-17 15:11:41 +0000
commit28b1830acf942216ae99d4d167b6c3b2133aaec6 (patch)
tree9c49d339395c514092db317793939293a6f12821 /debug/org.eclipse.cdt.debug.application.product
parentc3bfd4daeea93f054b3988ebac2bcbeaded9b316 (diff)
downloadorg.eclipse.cdt-28b1830acf942216ae99d4d167b6c3b2133aaec6.tar.gz
org.eclipse.cdt-28b1830acf942216ae99d4d167b6c3b2133aaec6.tar.xz
org.eclipse.cdt-28b1830acf942216ae99d4d167b6c3b2133aaec6.zip
Bug 484911: Clean up source directors
Includes: - CSourceLookupParticipant only did one useful thing (For DSF). When the object being looked up is a String, as is the case when disassembly view/editor is doing a lookup, the CSourceLookupParticipant would be the one to do the resolution. Updated DsfSourceLookupParticipant.getSourceName to be able to handle a String - Changed super of DsfSourceLookupParticipant to AbstractSourceLookupParticipant, saves duplicate code, and adds comment about what is different about findSourceElements - a previously missing test for an unusual case (no containers) - Some of these methods that are only part of CDI have been marked as such for eventual removal in Bug 484900 Change-Id: I9954b4469e9db9cb46eb117f3beba9e01634689b Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.product')
0 files changed, 0 insertions, 0 deletions

Back to the top