Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2010-03-18 15:03:09 +0000
committerAlena Laskavaia2010-03-18 15:03:09 +0000
commita7ff454fdaca3905ad858f79c8814c0153175bbe (patch)
treed6bf4288862f7ea5f273494796ada4bb73a7d042 /codan/org.eclipse.cdt.codan.examples
parentb4ff99ca8fbd7b3abe0afe3fc0d127af8e9cdff9 (diff)
downloadorg.eclipse.cdt-a7ff454fdaca3905ad858f79c8814c0153175bbe.tar.gz
org.eclipse.cdt-a7ff454fdaca3905ad858f79c8814c0153175bbe.tar.xz
org.eclipse.cdt-a7ff454fdaca3905ad858f79c8814c0153175bbe.zip
- added example word into problem description to distinguiish from real checker
Diffstat (limited to 'codan/org.eclipse.cdt.codan.examples')
-rw-r--r--codan/org.eclipse.cdt.codan.examples/plugin.xml4
1 files 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)">
</problem>
</checker>
</extension>

Back to the top