Andrew Gaul created JCLOUDS-1256:
------------------------------------
Summary: 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
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.3.15#6346)