From de3c23df86893f5bd0d8ab34cdc93642c484459a Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Wed, 25 Feb 2015 21:36:30 -0500 Subject: [PATCH] adjusted message for comment checker Change-Id: I68e6bf14340e38c7c623b444870596ab917c0b40 --- codan/org.eclipse.cdt.codan.checkers/plugin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codan/org.eclipse.cdt.codan.checkers/plugin.xml b/codan/org.eclipse.cdt.codan.checkers/plugin.xml index 982aad53851..b4b1e025c35 100644 --- a/codan/org.eclipse.cdt.codan.checkers/plugin.xml +++ b/codan/org.eclipse.cdt.codan.checkers/plugin.xml @@ -409,9 +409,9 @@ description="This rule will flag usage of // style comments. Only applicable for C code, not C++" id="org.eclipse.cdt.codan.checkers.nolinecomment" markerType="org.eclipse.cdt.codan.core.codanProblem" - messagePattern="Line comments are not allowed" + messagePattern="Line comments ''//'' are not allowed" multiple="false" - name="Line comments // are not allowed"> + name="Line comments"> + messagePattern="Sequence ''/*'' used inside the comment" + name="Nesting comments">