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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Dec 19 07:27:08 EST 2012


Karel Piwko created ARQGRA-244:
----------------------------------

             Summary: 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


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