if (object instanceof DBMethod) {
if (compatibilityInterface.supportsFeature(DatabaseFeature.DEBUGGING)) {
add(new ExecuteActionGroup((DBSchemaObject) object));
} else {
add(new RunMethodAction((DBMethod) object));
}
}
if (object instanceof DBProgram && properties.is(DBObjectProperty.SCHEMA_OBJECT)) {
if (compatibilityInterface.supportsFeature(DatabaseFeature.DEBUGGING)) {