27a28,28 > * @param newDrawingEditor the DrawingEditor which manages the views 28,28d27 < * @param view the target view 30a31,31 > super(name, newDrawingEditor); 30,30c30,30 < public DuplicateCommand(String name, DrawingView view) { --- > public DuplicateCommand(String name, DrawingEditor newDrawingEditor) { 31,31d30 < super(name, view); 34a35,35 > super.execute(); 47a49,49 > protected boolean isExecutableWithView() { 48,48d48 < public boolean isExecutable() {