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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Dec 20 07:16:09 EST 2012


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

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

    Fix Version/s: 2.0.0.Alpha3

    
> 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
>             Fix For: 2.0.0.Alpha3
>
>
> 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