Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Stornelli2019-07-27 10:41:41 +0000
committerMarco Stornelli2019-09-22 11:14:09 +0000
commit39be625d8e599210130fe8098a018fc62e52ef70 (patch)
tree73dfb8d71385f2b63e643bd389c562673c161c63 /debug/org.eclipse.cdt.gnu.debug.source-feature/pom.xml
parent494d6d38c194cf40836de222058a72f4e7cd423b (diff)
downloadorg.eclipse.cdt-39be625d8e599210130fe8098a018fc62e52ef70.tar.gz
org.eclipse.cdt-39be625d8e599210130fe8098a018fc62e52ef70.tar.xz
org.eclipse.cdt-39be625d8e599210130fe8098a018fc62e52ef70.zip
Bug 549466 - Quick fix with the same resolution
We have the "universal resolution" in an ArrayList and they are used as single instances. So what can happen here is that we add the same universal resolution instance multiple times for several markers. However this approach can't work because a "marker resolution" is designed to fix a single problem. Indeed the last marker analyzed override the previous one in the single "universal resolution" instance, so what we have is N proposals pointing to the same resolution where the problem description is just the latest one. To solve the problem we instantiate the universal resolution multiple times. Change-Id: I072ca0b4dabff9781d6230a218eeb7dd388c648d Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Diffstat (limited to 'debug/org.eclipse.cdt.gnu.debug.source-feature/pom.xml')
0 files changed, 0 insertions, 0 deletions

Back to the top