mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
added comment about problems with marker dissapering
This commit is contained in:
parent
9dde9a4f28
commit
93ab595f8c
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,9 @@ public abstract class AbstractCodanCMarkerResolution implements
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Opens an editor with the document corresponding to the given problem and
|
* 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
|
* @param marker
|
||||||
* the problem marker
|
* the problem marker
|
||||||
|
|
Loading…
Add table
Reference in a new issue