mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
![]() 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> |
||
---|---|---|
.. | ||
.settings | ||
icons | ||
META-INF | ||
OSGI-INF/l10n | ||
schema | ||
src/org/eclipse/cdt/codan | ||
.classpath | ||
.project | ||
about.html | ||
build.properties | ||
plugin.xml |