You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/01 11:51:00 UTC

[jira] [Commented] (JCLOUDS-1256) Inifinite recursion in BoxConfig(File, Image)

    [ https://issues.apache.org/jira/browse/JCLOUDS-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108764#comment-16108764 ] 

ASF subversion and git services commented on JCLOUDS-1256:
----------------------------------------------------------

Commit 83418324c0f5c74f4ebdc3cecf11d345877e96f9 in jclouds-labs's branch refs/heads/master from [~svet]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=8341832 ]

JCLOUDS-1256: Remove unused code


> Inifinite recursion in BoxConfig(File, Image)
> ---------------------------------------------
>
>                 Key: JCLOUDS-1256
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1256
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 2.1.0
>            Reporter: Andrew Gaul
>            Assignee: Svetoslav Neykov
>              Labels: vagrant
>
> Found via error-prone:
> {code:java}
>       public BoxConfig newInstance(File vagrantHome, Image image) {
>          return this.newInstance(getVagrantHome(), image);
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)