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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed SonarQube code smell 'Variables should not be s
Дата
Msg-id E1jqY28-0000VS-Pt@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Pradip Parkale
Дата:
Сообщение: [SonarQube]: Rename function and variable name to match the regular expression
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [SonarQube]: Rename function and variable name to match the regular expression