summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
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.