[ https://issues.apache.org/jira/browse/JCLOUDS-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976891#comment-14976891
]
ASF subversion and git services commented on JCLOUDS-951:
---------------------------------------------------------
Commit e067fdabf5ad3840abd58ad0e12c06a9553f84ad in jclouds-labs's branch refs/heads/master
from [~devcsrj]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=e067fda ]
JCLOUDS-951: Remove inheritance in ProfitBrick's AutoValue classes
> Remove inheritance in ProfitBrick's AutoValue classes
> -----------------------------------------------------
>
> Key: JCLOUDS-951
> URL: https://issues.apache.org/jira/browse/JCLOUDS-951
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-labs
> Reporter: Ignasi Barrera
> Assignee: Reijhanniel Jearl Campos
> Labels: profitbricks
>
> Using inheritance is not recommended when using Google AutoValue. See: https://github.com/google/auto/tree/master/value#restrictions-and-non-features
> Although it could seem convenient to have common fields extracted to a parent class,
this can present issues when using Google Auto. Eclipse users might experience issues due
to the order in which the auto value generated constructor declares the parameters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|