mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Javadoc
This commit is contained in:
parent
47c6380964
commit
164cdd8a6e
1 changed files with 11 additions and 6 deletions
|
@ -60,12 +60,17 @@ public class CodanMarkerProblemReporter implements IProblemReporterPersistent {
|
|||
loc.getStartingChar(), loc.getEndingChar(), message);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
* @see
|
||||
* org.eclipse.cdt.codan.core.model.IProblemReporter#reportProblem(java.
|
||||
* lang.String, org.eclipse.core.resources.IFile, int, java.lang.String)
|
||||
/**
|
||||
* @param id - problem id
|
||||
* @param markerType - marker id
|
||||
* @param severity - marker severity
|
||||
* @param file - resource
|
||||
* @param lineNumber - line number for error
|
||||
* @param startChar - start char (offset in charts from the begging of the
|
||||
* document)
|
||||
* @param endChar - end char (offset in charts from the begging of the
|
||||
* document, exclusive)
|
||||
* @param message - marker message
|
||||
*/
|
||||
public void reportProblem(String id, String markerType, int severity,
|
||||
IResource file, int lineNumber, int startChar, int endChar,
|
||||
|
|
Loading…
Add table
Reference in a new issue