summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorOluwatobi Bashir-Bello <nbashirbello@google.com>2014-01-09 11:38:06 -0500
committerOluwatobi Bashir-Bello <nbashirbello@google.com>2014-01-15 11:00:40 -0500
commite261007dc9c704fc9ff533d347d415a2b69920a0 (patch)
tree576dadd4af5ac8dcc092e193cdf7931db1d9ece8 /resources
parent09e6bfe50b17855a0cd36d13dfd7d0afcbe02825 (diff)
downloadcloud-e261007dc9c704fc9ff533d347d415a2b69920a0.tar.gz
Backend name validation inspection.
Change-Id: Ica18b86ea35f6a620e4405a746629b4971abfbc0
Diffstat (limited to 'resources')
-rw-r--r--resources/messages/EndpointBundle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/messages/EndpointBundle.properties b/resources/messages/EndpointBundle.properties
index 7dcf5d6..534955f 100644
--- a/resources/messages/EndpointBundle.properties
+++ b/resources/messages/EndpointBundle.properties
@@ -5,6 +5,9 @@ api.name.description=Checks that the API name for endpoint classes matches the '
api.namespace.short.name=ApiNamespace
api.namespace.name=API Namespace Validation
api.namespace.description=For an API namespace, either the owner domain, owner name and package path attributes are not specified or the owner domain and name attributes must both be specified.
+backend.name.short.name=FullJavaName
+backend.name.name=Full java name inspection
+backend.name.description=Checks that the full java name of endpoint methods are unique.
method.parameter.type.short.name=MethodParameterType
method.parameter.type.name=Valid Method Parameter Type
method.parameter.type.description=Checks that parameters types do not contain multiple levels of collections or arrays.