pgAdmin 4 commit: Fixed code smell 'potential hiding of variables decla

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'potential hiding of variables decla
Date: 2020-07-16 14:23:53
Message-ID: E1jw4nh-0003qw-C9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'potential hiding of variables declared in an outer scope'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d0f3ce90b0fa1437d12a39fc6c2c0ec78c39f7c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/static/js/utility.js | 4 +--
web/pgadmin/misc/static/explain/js/explain.js | 12 ++++----
web/pgadmin/static/js/slickgrid/editors.js | 4 +--
web/pgadmin/static/vendor/backform/backform.js | 4 +--
web/pgadmin/static/vendor/require/require.js | 34 +++++++++++-----------
web/pgadmin/tools/debugger/static/js/debugger.js | 32 ++++++++++----------
.../tools/schema_diff/static/js/schema_diff_ui.js | 28 +++++++++---------
.../static/js/search_objects_dialog_wrapper.js | 4 +--
web/webpack.config.js | 8 ++---
9 files changed, 65 insertions(+), 65 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-16 14:25:24 Re: [pgAdmin][SonarQube] Shadowing variables
Previous Message Nikhil Mohite 2020-07-16 13:45:23 Patch for SonarQube code scan fixes