Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2011-05-02 18:40:24 +0000
committerSergey Prigogin2011-05-02 18:40:24 +0000
commitf88c1e14b60e1c7ea8db28cc95c110e381eeed25 (patch)
tree8edd5de186b67870b21936a1a3c9f6b60bb7f8a1 /codan/org.eclipse.cdt.codan.checkers/plugin.xml
parent8cd8d355be1f8291d94015a86a7294dd5fe10e73 (diff)
downloadorg.eclipse.cdt-f88c1e14b60e1c7ea8db28cc95c110e381eeed25.tar.gz
org.eclipse.cdt-f88c1e14b60e1c7ea8db28cc95c110e381eeed25.tar.xz
org.eclipse.cdt-f88c1e14b60e1c7ea8db28cc95c110e381eeed25.zip
Bug 326269. A follow up patch by Anton Gorenkov.
Diffstat (limited to 'codan/org.eclipse.cdt.codan.checkers/plugin.xml')
-rw-r--r--codan/org.eclipse.cdt.codan.checkers/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.checkers/plugin.xml b/codan/org.eclipse.cdt.codan.checkers/plugin.xml
index f1afe2bd9e6..91a6de728a9 100644
--- a/codan/org.eclipse.cdt.codan.checkers/plugin.xml
+++ b/codan/org.eclipse.cdt.codan.checkers/plugin.xml
@@ -13,12 +13,12 @@
defaultSeverity="Warning"
description="%problem.description.AssignmentInCondition"
id="org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem"
+ markerType="org.eclipse.cdt.codan.core.codanSemanticProblem"
messagePattern="%problem.messagePattern.AssignmentInCondition"
name="%problem.name.AssignmentInCondition">
</problem>
-
-
</checker>
+
<checker
class="org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectChecker"
id="org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectChecker"

Back to the top