mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
id for checker
This commit is contained in:
parent
084629fb9c
commit
31689d7b5d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
* This checker is parametrized by the search strings
|
||||
*/
|
||||
public class GrepChecker extends AbstractCheckerWithProblemPreferences {
|
||||
public final static String ID = "org.eclipse.cdt.codan.examples.checkers.GrepCheckerProblemError";
|
||||
private static final String PARAM_STRING_LIST = "searchlist";
|
||||
|
||||
public synchronized boolean processResource(IResource resource) {
|
||||
|
|
Loading…
Add table
Reference in a new issue