Re: PrimaryStorageDownloadCommand question

2014-09-19 Thread Mike Tutkowski
In HypervDirectConnectResourceTest appears to be the only place in the codebase where we actually make an instance of the PrimaryStorageDownloadCommand (and, as the name of the class implies, it's for testing purposes): private PrimaryStorageDownloadCommand samplePrimaryDownloadCommand() {

PrimaryStorageDownloadCommand question

2014-09-19 Thread Hugo Trippaers
Heya, I’m looking at fixing a potential NPE in the PrimaryStorageDownloadCommand. When the constructor 'public PrimaryStorageDownloadCommand(String url, StoragePool pool, int wait) ā€˜ is used it calls 'super(null, url, null, null);’ which in the constructor unboxes the fourth parameter from a Lo