Community
Participate
Working Groups
if (removedResources.contains(res)) {
if (handleDirtyConflict()) {
getSite().getPage().closeEditor(EXTLibraryEditor.this, false);
EXTLibraryEditor.this.dispose();
}
} else if (movedResources.containsKey(res)) {
//.CUSTOM: Generated editor does not have move support
(new Runnable() {
public void run() {
});
} else {