Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties')
-rw-r--r--codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties b/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties
index 5e13f9864c4..6447ea9b5b3 100644
--- a/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties
+++ b/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties
@@ -176,3 +176,8 @@ problem.description.MissSelfCheckProblem = This rule will flag assignment operat
problem.name.MissReferenceProblem = Missing reference return value in assignment operator
problem.messagePattern.MissReferenceProblem = Assignment operators should return by reference
problem.description.MissReferenceProblem = This rule will flag assignment operators not returning by reference
+
+checker.name.BlacklistChecker = Function or method in blacklist checker
+problem.name.BlacklistProblem = Function or method is blacklisted
+problem.messagePattern.BlacklistProblem = Function or method ''{0}'' is blacklisted
+problem.description.BlacklistProblem = This rule will flag the use of functions or methods in blacklist

Back to the top