You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Agron Limani (JIRA)" <ji...@apache.org> on 2010/01/25 18:16:34 UTC

[jira] Created: (CLEREZZA-88) Project Triaxrs, class org.apache.clerezza.triaxrs.RootResourceExecutorImpl, method responsDefaultOption() has a avoidable for-loop

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.


[jira] Closed: (CLEREZZA-88) Project Triaxrs, class org.apache.clerezza.triaxrs.RootResourceExecutorImpl, method responsDefaultOption() has a avoidable for-loop

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-88.
--------------------------------------

      Assignee: Reto Bachmann-Gmür
    Resolution: Fixed

> 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
>            Assignee: Reto Bachmann-Gmür
>
> 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.