1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-25 01:03:48 +02:00
cdt/codan/org.eclipse.cdt.codan.checkers
Marco Stornelli 39be625d8e 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>
2019-09-22 07:14:09 -04:00
..
.settings Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
META-INF Bug 547763 - Bump patch version for previous change 2019-06-24 12:49:32 -04:00
OSGI-INF/l10n Bug 545959 - Added checker for assignment operator 2019-07-23 00:47:39 -04:00
src/org/eclipse/cdt/codan Bug 549466 - Quick fix with the same resolution 2019-09-22 07:14:09 -04:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
.project [279740] API scrub 2010-03-08 19:51:33 +00:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin.xml Bug 545959 - Added checker for assignment operator 2019-07-23 00:47:39 -04:00