diff --git a/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/ui/AbstractCodanCMarkerResolution.java b/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/ui/AbstractCodanCMarkerResolution.java index a00a35e618b..c3105776732 100644 --- a/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/ui/AbstractCodanCMarkerResolution.java +++ b/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/ui/AbstractCodanCMarkerResolution.java @@ -107,7 +107,9 @@ public abstract class AbstractCodanCMarkerResolution implements /** * Opens an editor with the document corresponding to the given problem and - * returns the corresponding IEditorPart. + * returns the corresponding IEditorPart. Please note that is code analysis + * is setup to run on reconsile this action would trigger checkers run, and + * original marker may be removed as a result. * * @param marker * the problem marker