mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
- moved marked const to interface
This commit is contained in:
parent
0bba84bfef
commit
c59b224a64
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ package org.eclipse.cdt.codan.core.model;
|
|||
*
|
||||
*/
|
||||
public interface IProblemReporter {
|
||||
public static final String GENERIC_CODE_ANALYSIS_MARKER_TYPE = "org.eclipse.cdt.codan.core.codanProblem";
|
||||
/**
|
||||
* Report a problem with "problemId" id on location determined by "loc",
|
||||
* using problem specific error message customised by args.
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.eclipse.core.resources.ResourcesPlugin;
|
|||
import org.eclipse.core.runtime.CoreException;
|
||||
|
||||
public class CodanMarkerProblemReporter implements IProblemReporter {
|
||||
public static final String GENERIC_CODE_ANALYSIS_MARKER_TYPE = "org.eclipse.cdt.codan.core.codanProblem";
|
||||
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue