pgAdmin 4 commit: Fixed the SoanrQube code smell 'Variables should not

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the SoanrQube code smell 'Variables should not
Date: 2020-07-03 09:09:43
Message-ID: E1jrHhX-0004hf-DF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the SoanrQube code smell 'Variables should not be shadowed'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=80ab5969920b1b258c4bb52020badbc67cf805ab
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/fts_configuration.js | 6 ++--
.../foreign_key/static/js/foreign_key.js | 32 +++++++++++-----------
.../databases/schemas/tables/static/js/table.js | 4 +--
.../static/js/select2/configure_show_on_scroll.js | 6 ++--
.../static/js/selection/xcell_selection_model.js | 8 +++---
web/pgadmin/static/js/sqleditor/filter_dialog.js | 6 ++--
web/pgadmin/static/js/window.js | 14 +++++-----
.../static/vendor/backgrid/backgrid-select-all.js | 6 ++--
.../tools/grant_wizard/static/js/grant_wizard.js | 2 +-
.../tools/schema_diff/static/js/schema_diff_ui.js | 16 +++++------
.../user_management/static/js/user_management.js | 18 ++++++------
.../javascript/selection/column_selector_spec.js | 6 ++--
.../javascript/sqleditor/execute_query_spec.js | 10 +++----
.../sqleditor/query_tool_actions_spec.js | 8 +++---
14 files changed, 71 insertions(+), 71 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-03 09:10:33 Re: [pgAdmin4][Patch] - SonarQube Fixes
Previous Message Yogesh Mahajan 2020-07-03 08:09:42 [pgAdmin4][Patch] - SonarQube Issues - 8 (Variables should not be shadowed)