1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/dsf
Lisa-Marie Saru 48b9774fbd Add null check for Disassembly view source
Disassembly view is expected to be populated with lines that are fetched from a given source file. There might be the case where instructions on what lines to append are wrong. This results in a null response that will propagate through the code leading to a NPE.

The current commit is proofing the code from NPE by:
- removing the source position of the lines that were not found within the given file
- null checking the source before becoming a key element in the code flow
- adding logging if expected lines are not found in the given file

Resolves: #287
2023-02-23 14:23:24 -05:00
..
org.eclipse.cdt.dsf Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.dsf.ui Add null check for Disassembly view source 2023-02-23 14:23:24 -05:00
org.eclipse.cdt.examples.dsf Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.examples.dsf-feature [releng] Prepare repo for CDT 11.1.0 development 2022-12-09 12:24:55 -05:00
org.eclipse.cdt.examples.dsf.pda Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.examples.dsf.pda.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.tests.dsf Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
pom.xml [releng] Prepare repo for CDT 11.1.0 development 2022-12-09 12:24:55 -05:00