You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Svetoslav Neykov (JIRA)" <ji...@apache.org> on 2017/08/01 12:13:00 UTC

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

     [ https://issues.apache.org/jira/browse/JCLOUDS-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svetoslav Neykov resolved JCLOUDS-1256.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.3
                   2.1.0

Thanks [~gaul], that's a useful tool :). Turns out the code was dead, so I just removed it.

> 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
>             Fix For: 2.1.0, 2.0.3
>
>
> 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)