Project Triaxrs, class org.apache.clerezza.triaxrs.RootResourceExecutorImpl,
method responsDefaultOption() has a avoidable for-loop
-----------------------------------------------------------------------------------------------------------------------------------
Key: CLEREZZA-88
URL: https://issues.apache.org/jira/browse/CLEREZZA-88
Project: Clerezza
Issue Type: Improvement
Reporter: Agron Limani
for (Annotation annotation : annotationList) {
HttpMethod httpMethod =
annotation.annotationType().getAnnotation(HttpMethod.class);
....
}
in the method responsDefaultOption() can be avoided
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.