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() {
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