[arquillian-issues] [JBoss JIRA] (ARQGRA-244) Type parameters should be uppercase

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Dec 21 03:37:09 EST 2012


     [ https://issues.jboss.org/browse/ARQGRA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated ARQGRA-244:
------------------------------

     Original Estimate: 30 minutes
    Remaining Estimate: 30 minutes

    
> Type parameters should be uppercase
> -----------------------------------
>
>                 Key: ARQGRA-244
>                 URL: https://issues.jboss.org/browse/ARQGRA-244
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>          Components: api, core
>            Reporter: Karel Piwko
>            Assignee: Jan Papousek
>            Priority: Minor
>             Fix For: 2.0.0.Alpha3
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> Modify source code to make all type parameters consist of uppercase letters only. Following standard significantly impair readability of the code.
> Consider following:
> {code}
> public interface FluentBase<Outer> {
>     <Action> Outer commit(Action action);
> }
> {code}
> compared to following:
> {code}
> public interface FluentBase<OUTER> {
>     <ACTION> OUTER commit(ACTION action);
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list