From a7ff454fdaca3905ad858f79c8814c0153175bbe Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Thu, 18 Mar 2010 15:03:09 +0000 Subject: [PATCH] - added example word into problem description to distinguiish from real checker --- codan/org.eclipse.cdt.codan.examples/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codan/org.eclipse.cdt.codan.examples/plugin.xml b/codan/org.eclipse.cdt.codan.examples/plugin.xml index f4e7ae68607..f9a68351b58 100644 --- a/codan/org.eclipse.cdt.codan.examples/plugin.xml +++ b/codan/org.eclipse.cdt.codan.examples/plugin.xml @@ -14,8 +14,8 @@ defaultEnabled="false" defaultSeverity="Info" id="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionProblem" - messagePattern="Bad function name "{0}" (pattern /{1}/)" - name="Name convention for function"> + messagePattern="Bad function name (example) "{0}" (pattern /{1}/)" + name="Name convention for function (example)">