pgAdmin 4 commit: Fixed SonarQube code smell 'Variables should not be s - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed SonarQube code smell 'Variables should not be s
Date
Msg-id E1jqY28-0000VS-Pt@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed SonarQube code smell 'Variables should not be shadowed'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6dd3ca31becac0eac677292c1fa3ce8fd6eac3a8
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
.../static/js/fts_configuration.js                 | 24 ++++++-------
.../schemas/static/js/schema_child_tree_node.js    |  2 +-
.../static/js/exclusion_constraint.js              | 14 ++++----
.../tables/partitions/static/js/partition.js       |  6 ++--
.../databases/schemas/views/static/js/mview.js     |  8 ++---
.../servers/databases/static/js/database.js        | 40 +++++++++++-----------
.../server_groups/servers/static/js/privilege.js   |  4 +--
web/pgadmin/browser/static/js/activity.js          |  4 +--
web/pgadmin/browser/static/js/datamodel.js         |  8 ++---
web/pgadmin/browser/static/js/toolbar.js           |  4 +--
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 10 +++---
web/pgadmin/static/js/backform.pgadmin.js          | 24 ++++++-------
web/pgadmin/static/js/nodes/dashboard.js           |  8 ++---
13 files changed, 78 insertions(+), 78 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [SonarQube]: Rename function and variable name to match the regular expression
Next
From: Akshay Joshi
Date:
Subject: Re: [SonarQube]: Rename function and variable name to match the regular expression