[
https://issues.jboss.org/browse/ARQGRA-244?page=com.atlassian.jira.plugin...
]
Lukáš Fryč updated ARQGRA-244:
------------------------------
Priority: Trivial (was: Minor)
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: Trivial
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