1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

- renamed to reflect type of checker

This commit is contained in:
Alena Laskavaia 2010-03-18 14:38:30 +00:00
parent f7b306a662
commit e79f9bc741
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
id="org.eclipse.cdt.codan.core.internal.checkers">
<checker
class="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionChecker"
class="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionIIndexChecker"
id="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionChecker"
name="NamingConventionFunctionChecker">
<problem

View file

@ -26,7 +26,7 @@ import org.eclipse.core.runtime.CoreException;
* @author Alena
*
*/
public class NamingConventionFunctionChecker extends AbstractCIndexChecker
public class NamingConventionFunctionIIndexChecker extends AbstractCIndexChecker
implements ICheckerWithParameters {
private static final String DEFAULT_PATTERN = "^[a-z]"; // name starts with english lowercase letter //$NON-NLS-1$
public static final String PARAM_KEY = "pattern"; //$NON-NLS-1$