CPD Results

The following document contains the results of PMD's CPD 4.3.

Duplications

FileLine
org/redhat/vmtruckloader/vmware/action/EditMachineCallback.java91
org/redhat/vmtruckloader/vmware/action/MoveVirtualMachineToNetworkCallback.java101
			task.waitForTask();
		} catch (InvalidName e) {
			throw new IllegalArgumentException(e);
		} catch (VmConfigFault e) {
			throw new IllegalArgumentException(e);
		} catch (DuplicateName e) {
			throw new IllegalArgumentException(e);
		} catch (TaskInProgress e) {
			throw new IllegalStateException(e);
		} catch (FileFault e) {
			throw new IllegalStateException(e);
		} catch (InvalidState e) {
			throw new IllegalStateException(e);
		} catch (ConcurrentAccess e) {
			throw new IllegalStateException(e);
		} catch (InvalidDatastore e) {
			throw new IllegalStateException(e);