> + this.memory = memory; > + this.memorySwap = memorySwap; > + this.attachStdin = attachStdin; > + this.attachStdout = attachStdout; > + this.attachStderr = attachStderr; > + this.exposedPorts = exposedPorts; > + this.tty = tty; > + this.openStdin = openStdin; > + this.stdinOnce = stdinOnce; > + this.env = env; > + this.cmd = cmd == null ? Lists.<String>newArrayList() : cmd; > + this.dns = dns; > + this.image = image; > + this.volumes = volumes; > + this.volumesFrom = volumesFrom; > + this.workingDir = workingDir;
Add null checks for all non-nullable properties. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57/files#r10839799
