pgAdmin 4 commit: Fixed SonarQube code smell 'Variables should not be s

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed SonarQube code smell 'Variables should not be s
Date: 2020-07-01 08:23:56
Message-ID: E1jqY28-0000VS-Pt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-01 08:24:19 Re: [SonarQube]: Rename function and variable name to match the regular expression
Previous Message Pradip Parkale 2020-07-01 07:40:23 [SonarQube]: Rename function and variable name to match the regular expression