Обсуждение: pgAdmin 4 commit: Fixed code smell 'Update this function so that its im

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed code smell 'Update this function so that its im

От
Akshay Joshi
Дата:
Fixed code smell 'Update this function so that its implementation is not identical' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b9e533e31a27d48a7d6fc35cfa33dfc91286e92b

Modified Files
--------------
.../javascript/file_manager/file_manager_specs.js  |  198 +--
.../javascript/history/query_history_spec.js       |    4 +-
.../misc/explain/explain_statistics_spec.js        |   26 +-
.../javascript/nodes/schema/child_menu_spec.js     |  118 +-
.../schema_ui_files/functions.ui.spec.js           |   20 +-
.../search_objects_dialog_wrapper_spec.js          |   14 +-
.../javascript/selection/column_selector_spec.js   |   16 +-
.../handle_query_output_keyboard_event_spec.js     |  104 +-
.../sqleditor/call_render_after_poll_spec.js       |  181 +--
.../javascript/sqleditor/execute_query_spec.js     | 1374 ++++++--------------
.../sqleditor/keyboard_shortcuts_spec.js           |   96 +-
.../sqleditor/query_tool_actions_spec.js           |  150 +--
.../table/enable_disable_triggers_spec.js          |   23 +-
13 files changed, 745 insertions(+), 1579 deletions(-)