18891890189118921893189418951896
if (this.equals(target)) { throw new IllegalArgumentException( "Can not copy database into itself."); } Duplicator dup = new Duplicator(this, target); dup.doCopy(); }