From d2f4f9daa06cc75b6566abf4b4af3e1f9f01d78f Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Thu, 29 Jul 2010 01:11:43 +0000 Subject: [PATCH] - added category and did some renaming for problem binding checker --- .../org.eclipse.cdt.codan.checkers/plugin.xml | 48 +++++++++---------- .../OSGI-INF/l10n/bundle.properties | 4 +- codan/org.eclipse.cdt.codan.core/plugin.xml | 4 ++ 3 files changed, 31 insertions(+), 25 deletions(-) diff --git a/codan/org.eclipse.cdt.codan.checkers/plugin.xml b/codan/org.eclipse.cdt.codan.checkers/plugin.xml index 71145dbd188..babda982ac1 100644 --- a/codan/org.eclipse.cdt.codan.checkers/plugin.xml +++ b/codan/org.eclipse.cdt.codan.checkers/plugin.xml @@ -124,25 +124,25 @@ id="org.eclipse.cdt.codan.internal.checkers.ProblemBindingChecker" name="Problem Binding Checker"> + name="Symbol is not resolved"> + name="Invalid overload"> + name="Circular inheritance"> + name="Invalid redeclaration"> + name="Invalid redefinition"> + name="Type cannot be resolved"> + name="Function cannot be resolved"> + name="Invalid arguments"> + name="Method cannot be resolved"> + name="Field cannot be resolved"> diff --git a/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties b/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties index 88acd6e4e92..b76de817460 100644 --- a/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties +++ b/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties @@ -16,4 +16,6 @@ extension.name.Nature = Code Analysis Nature extension.name.Marker = Code Analysis Problem category.name.ProgrammingErrors = Potential programming problems category.name.CodeStyle = Coding Style -extension-point.name.CodeAnalysis = Code Analysis Checkers \ No newline at end of file +extension-point.name.CodeAnalysis = Code Analysis Checkers +category.name = Syntax and Semantic Errors +category.name.CompilerErrors = Syntax and Semantic Errors \ No newline at end of file diff --git a/codan/org.eclipse.cdt.codan.core/plugin.xml b/codan/org.eclipse.cdt.codan.core/plugin.xml index 65b2f17f9e7..c1caee4cce8 100644 --- a/codan/org.eclipse.cdt.codan.core/plugin.xml +++ b/codan/org.eclipse.cdt.codan.core/plugin.xml @@ -69,6 +69,10 @@ name="%category.name.CodeStyle" > +