29a30,30 > * @param newDrawingEditor the DrawingEditor which manages the views 30,30d29 < * @param view the target view 32a33,33 > super(name, newDrawingEditor); 32,32c32,32 < public CopyCommand(String name, DrawingView view) { --- > public CopyCommand(String name, DrawingEditor newDrawingEditor) { 33,33d32 < super(name, view); 36a37,37 > super.execute(); 39a41,41 > protected boolean isExecutableWithView() { 40,40d40 < public boolean isExecutable() {