1
0
Fork 0
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:
Alena Laskavaia 2011-03-11 03:40:30 +00:00
parent 084629fb9c
commit 31689d7b5d

View file

@ -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) {